/* CSS Document  */

body     		{	
			margin:0;
			padding:0;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:10pt;
			line-height:14pt; 
			background-image:url(http://www.getset.com/blocks/gs/images/tile_grey01.gif);
			background-color:#DCDDDE;
			color: #000;
	}

A:link, A:active, A:visited 		{ 	
			color: #005EA0; 
			text-decoration: none; 
	}
A:hover 		{ 	
			color: #001b70; 
			text-decoration: underline;
	}
#bodydiv 		{ 	
			width:100%;
			background-image:url(http://www.getset.com/blocks/gs/images/bkgd_pattern.jpg);
			background-repeat: repeat-x;
	}
.maintable  { 
				margin:auto;
				padding:0;
				background-color:#FFF;
	}
.header 		{ 	
			background-color:#FFF; 
	}
.login input	{       
	/* for IE */ filter:alpha(opacity=85);
	/* CSS3 standard */  opacity:0.85; 
	}
/* Side Menu */
.content	{  
					Padding: 15px 30px 45px 30px;
	}
	
.side     		{	
			margin:0;
			padding:0;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:10pt;
			line-height:14pt; 
	}
.side A:link, A:active, A:visited 		{ 	
			color: #bb0000; 
			text-decoration: none; 
	}
.side A:hover 		{ 	
			color: #dd0000; 
			text-decoration: underline;
	}
	
#menutop	 	{ 
					font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
					font-size: 11pt; 
					font-weight: normal;
					line-height: 14pt; 
					float: center;
					text-align: left;
					}
#menutop ul	{ 	list-style: none; margin: 0; padding: 0; }
#menutop li	{   float: left; }
#menutop li a:link, 
#menutop li a:visited 	{ 	
					display: block;
					padding: 0.70em 0.8em 1.40em 0.8em; 
					color:#222;
					text-decoration:none;
					margin: 0px;
					width: 105px;
					border-left: dotted 1px #AAA;
	}
							
#menutop li a:hover 	{ 	
					background-color: #111;
					border: 0;
					font-weight: bold;
					color:#FFF;
	}						
							
.sidemenu		{ 	width:180px; 
					border-right: dotted 2px #AAA;			
	} 

#sidemenu	 	{ 	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
					font-size: 11pt; 
					font-weight: normal;
					font-style: normal;
					line-height: 14pt; 
					float: center;
					text-align: left;
					}
#sidemenu ul	{	list-style: none; 
					margin: 0; 
					padding: 0;
					}
#sidemenu li a:link, #sidemenu li a:visited 	{ 	
					display: block;
					padding: 15px 1px 2px 10px; 
					color:#111;
					text-decoration:none;
					font-style: normal;
					font-weight: bold;
					margin: 0px;
					width: 180px;
					}		
#sidemenu li a:hover 	{ 	
					border: 0;
					font-weight: bold;
					color:#004D90;
					}
#sidemenu ul ul	{ 	
					list-style: square;
					margin-left:30px; 
					padding: 0; 
					vertical-align: top;
					font-weight: normal;
					color: #aaa;
					}
#sidemenu ul ul li a:link, #sidemenu ul ul li a:visited 	{ 	
					display: block;
					font-weight: normal;
					padding: 0 1px 2px 0px;  
					color:#444;
					text-decoration:none;
					margin: 0px;
					width: 180px;
					}		
#sidemenu ul ul li a:hover 	{ 	
					border: 0;
					font-weight: normal;
					color:#005EA0;
					background:none;
					}	
	

/* Right Side */	
.sideright		{ 	width:150px;
					border-left: dotted 2px #AAA;	
	}  	
.sideright	H3	{ 	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
					font-size: 18pt; 
					font-weight: normal;
					font-style: normal;
					line-height: 24pt; 
					text-align: left;
					color: #aaa;
					margin: 0px 2px 2px 20px;
	} 
.sideright	ul	{ 	Margin-top: 0;
					Margin-left: 10px;
					padding-left: 10px;
					color:#333;
	} 
.sideright	li	{ 	
	}  
.sideright li a:link, .sideright li a:visited 	{ 	
					font-weight: normal;
					text-decoration:none;	
					color: #005EA0; 
					}		
.sideright li a:hover 	{ 	
					font-weight: normal;	
					color: #003C80; 
					}
	
.footer table	{ 	width:100%;
					background-color: #667;
					background-image:url(http://www2.getset.com/blocks/gs/images/bkgd_pattern.jpg);
					text-align:center;
					border-bottom: solid 12px #000;
	}