/* Default CSS Stylesheet for a new Web Application project */
.border_left {
	background-color:white;
	background-image:url(left.jpg);
	width: 23px;
}
.border_right {
	background-image:url(right.jpg);
	width: 25px;
}
.border_bottom {
	background-color:white;
	background-image:url(bottom.jpg);
	height: 23px;
}
.border_top {
	background-color:white;
	background-image:url(top.jpg);
	height: 23px;
}
.border_bottom_left {
	background-color:white;
	background-image:url(bottom_left.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 22px;
}
.border_bottom_right {
	background-color:white;
	background-image:url(bottom_right.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 25px;
}
.border_top_left {
	background-color:white;
	background-image:url(top_left.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 22px;
}
.border_top_right {
	background-color:white;
	background-image:url(top_right.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 25px;
}
BODY
{
    BACKGROUND-COLOR: #CBCBCB;
    FONT-FAMILY: Verdana;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-bottom:0px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px;
	padding: 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A:link	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#808080;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

/*TCAdmin CSS*/
.navigation_menu
{
	width:695px;
}

.TCAdminBody
{
	background-color:#EEEEEE;
}

.error_message
{
	font-weight: bold;
	font-size: 0.75em;
	font-family: Arial;
	color:Red;
	border:2px solid Red;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #FBE3DD;
	width:695px;
}

.warning_message
{
	font-weight: bold;
	font-size: 0.75em;
	font-family: Arial;
	color:#6B5994;
	border:2px solid #6B5994;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #FFFFB3;
	width:695px;
}

.info_message
{
	font-weight: bold;
	font-size: 0.75em;
	font-family: Arial;
	color:#808080;	
	border:2px solid #C3F781;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #F7F3F7;
	width:695px;
}

.buttonForward{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: white;
	border: none;
	width:93px;
	height:25px;
	cursor:pointer;
	background-image: url(forward.gif);
	padding-right:9px;
}

.fileButton{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #6B5994;
	background-color: #EEEEEE;
	border: none;
	padding-right:9px;
}

.buttonNormal{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: white;
	border: none;
	width:93px;
	height:25px;
	cursor:pointer;
	background-image: url(normalbt.gif);
}

.buttonBack{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: white;
	border: none;
	width:93px;
	height:25px;
	cursor:pointer;
	background-image: url(back.gif);
	padding-left:9px;
}

.menu_header
{
	font-weight: bold;
	font-size: 0.8em;
	color: #C3F781;
	font-family: Verdana;
	text-align: left;
	height:20px;
	background-image: url(menu_header.jpg);
	width:695px;
}

.menu_item_link
{
	font-weight: bold;
	font-family: Arial;
	font-size: 0.7em;
	font-family: Verdana;
}

.small_menu_item_link
{
	font-weight: bold;
	font-family: Arial;
	font-size: 0.6em;
	font-family: Verdana;
}

/*Labels and Inputs*/
.description_labels
{
	font-weight: bold;
	font-size: 0.75em;
	font-family: Verdana;
}

.description_labels_small
{
	font-weight: bold;
	font-size:0.6em;
	font-family: Verdana;
}

.description_labels_small_normal
{
	font-weight: normal;
	font-size:0.6em;
	font-family: Verdana;
}

.default_inputs
{
	WIDTH: 150px;
	HEIGHT: 22px;
}

.auto_inputs
{
	WIDTH: 150px;
	HEIGHT: 22px;
	background-color: #EEEEEE;
}

/*Tables*/
.table_main
{
	background-color: #F8F8F8;
	BORDER-TOP: thin solid #CBCBCB;
	BORDER-LEFT: thin solid #CBCBCB;
	BORDER-RIGHT: thin solid #CBCBCB;
	BORDER-BOTTOM: thin solid #CBCBCB;
	BORDER-COLLAPSE: collapse;
}
.table_header
{
	font-weight: bold;
	font-size: 0.8em;
	color: white;
	font-family: Verdana;
	background-color: white;
	text-align: center;
	height:20px;
	background-image: url(menu_header.jpg);
}

/*Web Grid*/
.webgrid_main
{
	background-color: #F8F8F8;
	BORDER-TOP: thin solid #CBCBCB;
	BORDER-LEFT: thin solid #CBCBCB;
	BORDER-RIGHT: thin solid #CBCBCB;
	BORDER-BOTTOM: thin solid #CBCBCB;
	BORDER-COLLAPSE: collapse;
}

.webgrid_header
{
	font-weight: bold;
	font-size: 0.8em;
	color: white;
	font-family: Verdana;
	background-color: #6B5994;
	text-align: left;
	height:20px;
	background-image: url(menu_header.jpg);
}

a.webgrid_header_sort:link
{
	color: white;
	font-family: Verdana;
	text-align: left;
	text-decoration:	none;
}

a.webgrid_header_sort:visited
{
	color: white;
	font-family: Verdana;
	text-align: left;
	text-decoration:	none;
}

a.webgrid_header_sort:hover
{
	color: white;
	font-family: Verdana;
	text-align: left;
	text-decoration:	underline;
}

a.webgrid_header_sort:active
{
	color: white;
	font-family: Verdana;
	text-align: left;
	text-decoration:	none;
}

.webgrid_footer
{
	font-weight: bold;
	font-size: 0.8em;
	color: white;
	font-family: Verdana;
	background-color: #6B5994;
	text-align: left;
	height:20px;
}

.webgrid_pager
{
	font-weight: bold;
	font-size: 0.8em;
	color: black;
	font-family: Verdana;
	background-color: #EEEEEE;
	text-align: left;
	height:20px;
}

.webgrid_rows
{
	font-size: 0.75em;
	font-family: Verdana;
	background-color:#F8F8F8;
	height:20;
}

.webgrid_alternating_rows
{
	font-size: 0.75em;
	font-family: Verdana;
	background-color:#F2F2F2;
	height:20;
}

.webgrid_rows_mouseover
{
	font-size: 0.75em;
	font-family: Verdana;
	background-color:#dddddd;
	height:20;
	cursor:pointer;
}

/*Service Status*/
.service_stopped_row
{
	color: red;
	text-align:center;
}

.service_started_row
{
	color: lime;
	text-align:center;
}
.service_stopped_text
{
	font-weight: bold;
	font-size: 0.75em;
	font-family: Verdana;
	color: Red;
}

.service_started_text
{
	font-weight: bold;
	font-size: 0.75em;
	font-family: Verdana;
	color: Lime;
}