@import url("../../site.css");
@import url("NavTop.css");
/* top navigation */

html
{
	height: 100%;
}
* html #outercontainer
{
	/* make alway footer in bottom IE6*/
	height: 100%;
}

body
{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
	font-weight: normal;
}
#masthead
{
	height: 100px;
	background-position: bottom left;
	border-bottom: 2px solid #333;
}
#Wrapper
{
	/*width: 960px;*/
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
	overflow: visible;
}
#Container
{
	background: url(../../../images/containerBg.png) bottom left no-repeat;
	width: 980px;
	height: auto;
	float: left;
	display: inline;
	position: relative;
	overflow: visible;
	padding: 0 10px 20px;
}
#Wrapper #Container
{
    background: url(../../../images/containerBg.png) bottom left no-repeat;
    width: 960px;
    height: auto;
    padding: 0 10px 20px;
    position: relative;
    overflow: visible;
    float: left;
    display: inline;
}
/*#Wrapper #Wrapper
{
	width: auto;
}*/
#RightWrapper
{
	width: 450px;
	height: auto;
	float: left;
	display: inline;
	margin: 20px 0px 0 0px;
	overflow: visible;
	padding: 5px;
}
#LeftWrapper
{
	width: 490px;
	height: auto;
	float: left;
	display: inline;
	clear: left;
	margin: 15px 0px 0px 0px;
	overflow: visible;
	border-right: 1px solid #afafaf;
}
#LeftWrapper ul li
{
	margin-bottom: 18px;
}
#LeftWrapper ul li label
{
	width: 290px;
	height: auto;
	float: left;
	display: inline;
	text-align: right;
	padding-right: 10px;
}
#LeftWrapper ul li select
{
	width: 152px;
}

.PHeader
{
	width: 500px !important;
	height: auto;
	float: left;
	display: inline;
	margin-top: 15px;
	margin-right: 250px;
	overflow: visible;
}
.TopText
{
	float: left;
	display: inline;
	clear: left;
	margin-bottom: 15px;
}
#LeftWrapper .TopText label input
{
	border: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Footer */
#FooterWrapper
{
	width: 100%;
	height: auto;
	float: left;
	display: inline;
	overflow: visible;
	text-align: center;
	margin-top: 25px;
}
.Footer
{
	width: 490px;
	height: auto;
	float: left;
	display: inline;
	overflow: visible;
	text-align: center;
}


.Footer .btnBack
{
	float: left;
	margin-left: 250px;
}
.Footer .btnNext
{
	float: right;
}
.Footer input
{
	background: #f2f2f2;
	width: auto;
	height: auto;
	color: #333;
	padding: 3px 5px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
}
.Footer input:hover
{
	background: #666;
	color: #F8F8FF;
}


/*  ========================================= Global Classes */
.button
{
	background: #f2f2f2;
	width: auto;
	height: auto;
	color: #333;
	padding: 3px 5px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
}
.button:hover
{
	background: #666;
	color: #F8F8FF;
}
.button:hover
{
	cursor: pointer;
	cursor: hand;
}

.lalign
{
	text-align: left;
}
.calign
{
	text-align: center;
}
.ralign
{
	text-align: right;
}
.talign
{
	vertical-align: top;
}
.malign
{
	vertical-align: middle;
}
.balign
{
	vertical-align: bottom;
}
img
{
	border: 0px;
}
.FL
{
	float: left;
}
input
{
	height: 18px;
}
input, select
{
	border: 1px solid #d2d2d2;
}
.input-validation-error
{
	border: solid 1px Red !important;
	background-color: #ffeeee;
}
.btnEdit
{
	text-decoration: none;
	color: #0D589B;
	margin-right: 20px;
}
.btnDel
{
	color: #0D589B;
	text-decoration: none;
}
.btnEdit:hover
{
	text-decoration: underline;
}
.btnDel:hover
{
	text-decoration: underline;
}
.Required
{
	color: Red;
}
.labelShow
{
	width: 290px;
	height: 20px;
	float: left;
	background-color: Red;
}
.labelHide
{
    width: 290px;
    display: none;
}
div.errorContainer
{
    float: left;
    display: none;
}
div.errorContainer span
{
    color: Red;
}
