/* 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: #FFFFF;
    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: Verdana, Helvetica, sans-Verdana;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Helvetica, sans-Verdana;
	}	

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:	Verdana, 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: Verdana;
	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: Verdana;
	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: Verdana;
	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: Verdana;
	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: #FFFFFF;
	font-family: Verdana;
	text-align: center;
	height:20px;
	background-image: url(menu_header.png);
	width:695px;
}

.menu_item_link
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 0.7em;
	font-family: Verdana;
}

.small_menu_item_link
{
	font-weight: bold;
	font-family: Verdana;
	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.png);
}

/*Web Grid*/
#WebGridEditor input {
width: 400px !important;
}
#WebGridEditor textarea {
width: 400px !important;
height: 300px !important;
}
.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.png);
}

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: DarkTurquoise;
	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: DarkTurquoise;
}	





img
{
border: 0;
}

/* header css */
#header{
	width: 947px;
	margin: 0 0;
	position: relative;
	z-index: 3;
}
#logo{
	float: left;
}
#top-login,#livechat{
	float: right;

}

#top-login{
	width: 409px;
	height: 100px;
	color: #fff;
	background: #003333;
}
#top-login li{
	float: right;
	margin-right: 9px;
	position: relative;
}
#top-login h3{
	color: #fff;
	line-height: 12px;
	font-weight: bold;

}
#top-login li p{
	width: 87px;
	height: 23px;
	padding: 0 7px;
	overflow: hidden;

}
#top-login input{
	background: #fff;
	border: 1;
	width: 60px;
	line-height: normal;
	padding: 3px 0 0;
}

#top-login button{
	width: 56px;
	height: 20px;
	border:0;
	color: #fff;
	margin-top: 44px;
	font-weight: bold;
	cursor: pointer;

}

#navigation{width:947px;background:url('./images/menu/navigation.png?v5') 
no-repeat;float:left;position:relative;margin-top:-38px}#support
{float:left;margin-left:10px;margin-top:-5px}#support img{cursor:pointer}#menu
{float:right;margin-right:10px}#menu ul{margin:0px;padding:0px}#menu li
{margin:0px;padding:0px;list-style:none;float:left}#menu li a
{display:block;height:115px;width:111px;background:url('./images/menu/menu.png?v5') 
no-repeat top;text-align:center}#menu li a img{padding-top:12px}#menu li a#active
{background-position:bottom}#menu li a:hover{background-position:bottom}



/* footer */
#footer{
	width: 907px;
	padding: 0 20px 20px;
	margin: 23px auto 0;
}
#footer-main{
	float: center;
	color: #7F7F7F;
	text-align: center;
}
#footer-main p{
	margin-bottom: 4px;
}
#footer-main a{
	color: #E1E1E1;
}
#footer-side{
	float: right;
	padding-top: 11px;
}
#footer-side li{
	float: left;
	margin-left: 4px;
}