a {
	text-decoration:	none;
}
A.LS {font-family:Arial, Verdana, Times New Roman; font-size: 9pt; text-decoration: none}
A.LS:link {color:#fff;}
A.LS:visited {color: #0073bd;}
A.LS:hover {text-decoration: underline; color: #000}
A.LS:active {color: red;text-decoration: none}

body {
		background: #fff url(img/bg.png) repeat-x top;

		text-align:center;
		height:100%;
		margin:0;
		padding:0;
}
/*--------MASTER--------------*/

#container {
	padding:	0;
	margin:		0 auto;
	height:		100%;
	background:transparent url(img/bg2.png) repeat-x top;
	position:relative;
	width: 800px;
	text-align:left;
}

/*--------------------TOP MENU--------------------------------------------------------------------------------------------------*/

#topMenu { /* List style*/
	list-style:none;
	background-color:#666; /*width:100%;*/
	width:100%;
	float:left;
	/*width:100%;*/
	/*border-bottom:1px solid #999;*/
	margin:0;
	padding:0 0 0 0px;
}

#topMenu li { 
	display:inline;
	padding:0;
	margin:0;
}

a.menu { 
	color:#CCC;
	background:#666;
	margin:0;
	padding:10px 10px 4px 10px;
	float:right;
	width:auto;
	border-right:1px solid #999;
	
	text-decoration:none;
	text-transform:	uppercase;
	font-size:		9pt;
	/*font-weight:	bolder;*/
	font-family:	Arial, Verdana, Times New Roman;
}
a.logout {
	color:#F90;
	background:#666;
	margin:0;
	padding:10px 10px 4px 10px;
	float:right;
	width:auto;
	
	text-decoration:none;
	text-transform:	uppercase;
	font-size:		9pt;
	/*font-weight:	bolder;*/
	font-family:	Arial, Verdana, Times New Roman;
}

a.menu:hover, a.logout:hover { 
	color:#fff;
	background:#999;
	margin:0;
	padding:10px 10px 4px 10px;
	width:auto; 
	
	text-decoration:none;
	text-transform:	uppercase;
	font-size:		9pt;
	/*font-weight:	bolder;*/
	font-family:	Arial, Verdana, Times New Roman;
}

a.menuSelected { 
	background:#c21982;
	color:#fff;
	margin:0;
	padding:10px 10px 4px 10px;
	float:left;
	width:auto; 
	border-right:1px solid #c21982;
	
	text-decoration:none;
	text-transform:	uppercase;
	font-size:		9pt;
	font-weight:	bolder;
	font-family: Arial, Helvetica, sans-serif;
}

#logoBar {
height:100px;
width:800px;
min-width: 800px;
background:#063 url(img/MexcommHeader.jpg) no-repeat;
}


/*--------------------sub MENU with dropdowns ------------http://htmldog.com/articles/suckerfish/dropdowns/--------------------*/
#subBar {
	height: 20px;
	width: 100%;
	
	/*	background: url(img/menuhighlight.jpg) repeat-x;*/
}

#sidebar {
	float:left;
	list-style: none;
	padding:  0px 0px 0px 0px;
	margin: 0;
	z-index: 10;
	width:100%;

}

#sidebar a {
	display: block;
	width: 8em;
	z-index: 10;
		
}

#sidebar li {
	float:left;
	width: 8em;
	z-index: 10;
}

#sidebar li ul {
	position:absolute;
	width: 8em;
	z-index: 10;
	left: -999em;
}

#sidebar li:hover ul, #sidebar li.sfhover ul { /*----on hover, display stuff.--------*/
		left: auto;
}

/*----styles for the bar components--------*/
#sidebar ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}

#sidebar a.submodule { 
	padding:5px 0 4px 0px;
	color:#FFF;
	background:#0073bd;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	width:auto;
	border-right: 1px dotted #FFF;
	text-align:center;
}

#sidebar a.submodule:hover {
	color:#fff;	
	background:#c21982;

	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}

#sidebar a.subsubmodule { /*----DROP DOWN -----------------*/
	color:#000;
	background:#999;
	
	padding:5px 0px 4px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	width:auto;
}

#sidebar a.subsubmodule:hover {
	color:#FFF;
	background:#000; 
	
	padding:5px 0px 4px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	width:auto;
}

#sidebar li.subsubtitle { /*----DROP DOWN subtitle--------*/
	color:#fff;
	background:#666; 
	
	padding:10px 0px 5px 0px;
	text-indent:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	width:100%;
}
/*---------ASP CONTENT div------------------------------------------------------------------------------------------------*/

#content {
	clear: both;
	margin: 0 auto;
	height:		100%;
	width: 100%;
	min-width:800px;
	padding:	0;
	z-index:1;
}

.RightFrame {
	
	width: 100%;
	height: auto;
	background-repeat:		no-repeat;
	background-position:	top;
	background-color:		transparent;
	font-family:			Arial, Verdana, Times New Roman;
	font-size:				8pt;
	font-weight:			bold;	
   text-decoration: none;
    margin: 0 0 0 0;
	z-index:2;
}

#content h3 {
	color: #333;
	margin: 0 5px 0 0;
	padding: 10px 0 30px 0;
	text-transform:	uppercase;
	font-size:		15pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
}

.titlebar 
{
	background-color: #0073bd;
	color: #fff;
	font-weight: bold;
	font-size:9pt;
}
/*--------------------CRAP FOR THE CONTAINER THING--------------------------------------------------------------------------------------------*/

/*--------------------fieldset (box)-------*/

.fieldsetMain {
	padding:5px 10px 5px 10px;
	margin:5px 0 5px 0;
	border:1px solid #999;
}
			
.fieldsetMainLegend {
	color: #0073bd;
	font-weight:bold;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 3px 0 3px;
}
			
.fieldsetSubLegend {
	color: #000;
	font-weight: 900;
	font-size: 12px;
}

/*---------------------------*/
.Alert {
	color:Red;
}
.Validator
{
    float:left;
}

.boldtext {
	font-weight: bold;
}

#baseTable { 
background-color:#FFF;
}

#container2 {
	width:				100%;
	height:				100%;
	padding:			0;
	margin:				0;
	background-color:	#FFF;
	position:			relative;
}

.frmElem 
{
	width: 150px;	
}

.frmElem2 
{
	width: 300px;	
}

.frmElem3 
{
	width: 500px;
	height: 150px;
}

.Grid
{
	text-align: Left;
	background-color: white;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 8pt;
	font-weight: normal;
    text-decoration: none;
    margin: 0 0 0 0;    
}

.pager span
{ 

    font-weight:bold; 
     color: Black;
     font-size:large;
}

.remark {
	color: #000;
	font-style: italic;
	font-size: 11px;
}

.Main
{
	text-align: center;
	background-position : GridLayout ;
	background-image: none;
	background-color: white;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 8pt;
	font-weight: normal;
    text-decoration: none;
    margin: 28 0 0 0;    
}

.tinytext 
{
	font-size: 8pt;
	font-weight: bold;
}