/* CSS Document */

body
{
	/*background-image: url(/images/admin/background/body.gif);*/
}

table.default
{
	background-color:#EEEEEE;
}

table.previewImageTable
{
	border: 1px solid  #CCCCCC;
	text-align:left;
	background-color:#EEEEEE;
	padding:4px;
}

table.listing
{
	border: 1px solid  #CCCCCC;
	text-align:left;
	background-color:#EEEEEE;
}

table.listing td
{
	padding:8px;
}
table.listing .header th
{	
	color: #000000;
	background-color:#CCCCCC;/*770200#CC6633*/
	font-family: Verdana, Helvetica, sans-serif;
	font-style:normal;
	text-decoration: none;
	font-size:  11px;
	font-weight: bold;
	line-height: 16px;
	text-align:left;
	
	border-bottom: 1px solid #666666;
	border-right: 1px solid #EEEEEE;
}
table.listing .header td
{	
	color: #000000;
	background-color:#CCCCCC;/*770200#CC6633*/
	font-family: Verdana, Helvetica, sans-serif;
	font-style:normal;
	text-decoration: none;
	font-size:  11px;
	font-weight: normal;
	line-height: 16px;
	padding-left: 10px;
	text-align:left;
	
	border-bottom: 1px solid #666666;
	border-right: 1px solid #EEEEEE;
}
table.listing .odd td
{	
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size:  11px;
	line-height: 16px;
	text-align:left;
	background-color:#FFFFFF;
	
	/*border-right: 1px solid #666666;*/
	border-bottom: 1px solid #CCCCCC;
}
table.listing .even td
{	
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size:  11px;
	line-height: 16px;
	text-align:left;
	background-color:#F2F9FF;
	
	/*border-right: 1px solid #666666;*/
	border-bottom: 1px solid #CCCCCC;
}
table.listing .row td
{	
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size:  11px;
	line-height: 16px;
	text-align:left;
	
	/*border-right: 1px solid #666666;*/
	border-bottom: 1px solid #CCCCCC;
}

table.listing .header .active
{	
	background-color:#999999;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
	font-size:  11px;
	line-height: 16px;
	text-align:left;	
}

.error
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#CC0033;
}

.title
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#003399;
}
font.Restricted
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#CC3333;
	font-weight:bold;
}
font.online
{
	color:#0e5405;
}
font.offline
{
	font-style:italic;
	color:#da350f;
}
/****************************************************************************************/
fieldset {
	border:1px solid #aebdc3;
	padding:12px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
fieldset a {
	text-decoration:none;
	font-weight:normal
}
fieldset a:hover {
	text-decoration:underline;
}
fieldset ul {
	margin:0px;
	padding:12px;
}
fieldset legend {
	font-size:14px;
	padding-left:8px;
	padding-right:8px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
/****************************************************************************************/
.inputBigButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
