// TwitterFish CSS Style File
// --------------------------
// Written by Andrew Gent
// Copyright 2009. All Rights Reserved.
// Portions of the following are borrowed from and copyright of the Dojo Toolkit.

.StatusBlock a:link,.StatusBlock a:visited, .StatusBlock  a:hover, .StatusBlock  a:active {
	color: #3399ff;
	text-decoration: none;
}

.BlueLinks a:link,.BlueLinks a:visited, .BlueLinks  a:hover, .BlueLinks  a:active {
	color: #3399ff;
	text-decoration: none;
}

.GrayLinks a:link,.GrayLinks a:visited, .GrayLinks  a:hover, .GrayLinks  a:active {
	//color: #777777;
	color: #000000;
	text-decoration: none;
}




td.StatusBlock { 
	background-color: #efefef;
	vertical-align: top;
}

.StatusPending {
	color: #666666;
}

.StatusActive {
	color: #000000;
}

.UserName {
	color: #3399ff;
	text-decoration: none;
	font-weight: bold;
	font-family: helvetica,swiss;
	font-size: small;
}

.UserName a:link,.UserName a:visited, .UserName a:hover, .UserName a:active {
	color: #3399ff;
	text-decoration: none;
	font-weight: bold;
	font-family: helvetica,swiss;
	font-size: small;
}

.dijitDialog {
	background: #fff;
	border: 1px solid #7eabcd;
	
	padding: 0px;
	-webkit-box-shadow: 0px 5px 10px #adadad;
}
.dijitDialog .dijitDialogTitle {
	border-top: none;
	border-left: none;
	border-right: none;
}
.dijitDialog .dijitDialogPaneContent {
	background: #fff;
	border:none;
	border-top: 1px solid #d3d3d3; 
	padding:10px;
}
.dijitDialogTitleBar {
	
	background: #efefef;
//background: #fafafa url(images/titleBar.png) repeat-x top left;
	padding: 5px 6px 3px 6px;
	cursor: move;
	outline:0; 
}
.dijitDialogTitle {
	
	font-weight: bold;
	padding: 4px;
	outline:0;
}
.dijitDialogCloseIcon {
	
	
	background: url(images/tabClose.png) no-repeat right top;
	position: absolute;
	vertical-align: middle;
	right: 6px;
	top: 4px;
	height: 15px;
	width: 15px;
	cursor: pointer;
}
.dj_ie .dijitDialogCloseIcon {
	background : url(images/tabClose.gif) no-repeat right top;
}
.dijitDialogContent {
	
	padding: 8px;
}

.grid {
  border:none;
  padding: 0px;
  margin: 0px;
}
.grid td {
	text-align: center;
	vertical-align: middle;
}