﻿ 
.hide				{	visibility: hidden; display: none	}
.show				{	visibility: visible; display: block	}
/*Modal Popup*/
.modalBackground	{	background-color:Gray;filter:alpha(opacity=70);opacity:0.7;}



/* CSS Document */


body.login
{
	background:#eae9e9;
}
	
/* DIV IDs*/



#wrapper {
	margin:90px auto;
	width:500px;
	padding:7px;
	background:#f2f1f1;
	border:1px solid #e0e0e0
}

#masthead {
	width: 100%;

	padding:10px 10px 20px 10px;
	border-bottom:2px solid #ccc;
	background:url(../images/body-bg.jpg) repeat-x top #f2f2f2!important ;
	
}



#masthead h1#logov2 {
	margin:0px 0 0 3px;
	padding:10px 0 5px 0px;
	
	}
	
#masthead h1#logov2 a{
	display:block;
	text-indent:-9999px;
	width:308px;
	height:70px;
	background:url("##SITE_ROOT##Images/logo.gif") no-repeat;
	}
	
#masthead h2#motto {
	display: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#main-content {
	width: auto;
	background-color: #FFFFFF;
	padding:60px;
	border:1px solid #ccc;

	
}

#main-content h2
{
    color: #ee7816;
    font-family: Georgia;
    font-size: 28px;
    text-transform: none;
    font-weight: normal;
    margin: 20px 0px 30px 0px;
}

#main-content label
{
	font-size:15px;
}

.login-input
{
	width:220px !important;
	
	padding:4px;
	border:1px solid #c4c4c4;
	font-size:18px;
	color:#999;
	display:block;
	float:right;
	margin:5px 0px 10px 5px;
}



.login-button
{
	background:#f0f0f0;
	border:1px solid #c4c4c4;
	padding:5px;
	font-family:Georgia;
	font:15px ;
	color:#999;
	cursor:pointer;
}
	

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	}
	
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #58585a;
	}

.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #58585a;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

.modalPopup
{
	padding:25px;
	background:#fff;
	border:1px solid #EE7816;
}

.modalPopup h2
{
	font-size:22px !important;
	margin:20px 0px !important;
	line-height:22px;
}
#footer {
	
	font-size: 10px;
	line-height: 15px;
	color: #999;
	text-align: center;
	padding-top: 15px;
	
}


/* Tags */



td {
	vertical-align:top;
	
	}
	
.td-padding
{
	padding-top:10px;
}


