.greybordercell {
	border: thin solid #808080;
}
.greybordercellright {
	border-top: thin none #808080;
	border-right: thin solid #808080;
	border-bottom: thin none #808080;
	border-left: thin none #808080;
}
.footerlink {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:middle;
}
.footerjoin {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #DADADA;
	text-decoration: none;
	text-align:middle;
}

.loginerrortext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	text-align:right;
}

.logout{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:middle;
}

.logout:hover{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-align:middle;
}

.whatdo{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #1c1284;
	text-decoration: none;
	text-align:middle;
}
.whatdo:visited{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #1c1284;
	text-decoration: none;
	text-align:middle;
}

.whatdo:hover{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #408E3E;
	text-decoration: underline;
	text-align:middle;
}





.input_text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	text-align:left;
	background-color:#F8F8D8;
}
.select_text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	text-align:left;
	background-color:#F8F8D8;
}
.label_text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	text-align:left;
}

.td,div,table {
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:normal;
	color: #000000;

}

.a {
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:bold;
	color: #0000FF;
	text-decoration:none;
}
.a:hover {
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:bold;
	color: #0000FF;
	text-decoration:underline;
}


.mafco12txt{
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
	color: #000000;
	text-decoration:none;
}

.input_text_360 {
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:normal;
	color: #000000;
	background-color : #ffffff !important; 
	border: 1px solid #cccccc;
}
.select_text_360 {
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:normal;
	color: #000000;
	background-color : #ffffff !important; 
	border: 1px solid #cccccc;
	width:200px;
}
.label_text_360 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align:left;
}
.textarea_text_360 {
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:normal;
	color: #000000;
	background-color : #ffffff !important; 
	border: 1px solid #cccccc;
	overflow:auto;
}

.option_button {
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:normal;
	color: #000000;
	background-color : #ffffff !important; 
	border: 1px solid #cccccc;
	height:16px;
}



.menuWrapper{
border:1px solid #808080;
background-color:#c0c0c0;
overflow-x:hidden;
overflow-y:auto;
position:relative;
}

.menu{
font-family: tahoma,verdana, arial, helvetica;
color:#000000;
text-decoration: none;
padding:1px;
margin: 2px;
border-style:solid;
border-width: 0px;
border-color:#000000;
background-color:#ffffff;
font-weight: normal;
font-size:10px;
}
.menu:hover{
background-color:#ffff00;
}
.menu:visited{
color:#000000;
}
.closeMenu{
color:#000000;
font-family: tahoma,verdana, arial, helvetica;
text-align:center;
font-size:10px;
}
