*{ 	margin: 0px;
	padding: 0px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input,select,textarea,
table, caption, tbody, tfoot, thead, tr, th, td{ 	
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	font-family: "Helvetica", sans-serif,Arial;
}
:focus{ 	outline: 1px dotted gray;
}
table{ 	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}
caption, th, td{ 	
	font-weight: normal;
	text-align: left;
}
td.label{
	padding-right: 8px;
	text-transform: capitalize;
	font-weight: bold;

}
thead tr th{
	font-weight: bold;
	color: #fff;
	background-color: #00204E;
	padding: 5px;
	text-transform: capitalize;
}
td{
	padding: 4px;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after{ 	content: "";
}
blockquote, q{ 	quotes: "" "";
}
body{ 	
	color: #fff;
	font-size: 12px;
	background: #000 url('images/body_bg.png') no-repeat center 0px;
	line-height: 1;
}

h1,h1 a, h1 a:hover{ 
	
	font-size: 32px;
	font-weight: bold;
}
h2,h2 a,h2 a:hover{ 	
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #00254f;
	font-weight: bold;
}
h3,h3 a,h3 a:hover{ 	
	color: #fff;
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: bolder;
	letter-spacing: -1px;
	text-transform: uppercase;
}
h4,h4 a,h4 a:hover{ 	
	font-size: 14px;
	font-weight: bold;
margin-bottom: 5px;

}
h5,h5 a, h5 a:hover{ 	
	color: #a00d0d;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
h6,h6 a,h6 a:hover{ 	color: #000;
	font-size: 11px;
	margin-bottom: 3px;
}
p{ 	margin-bottom: 15px;
	text-align: left;
}
a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
br{ 	clear: left;
}
img, a img{ 	border: 1px none black;
}
hr{ 	height: 1px;
	margin: 10px auto 20px auto;
	width: 90%;
}
div.nobr{ 	clear: both;
	display: block;
	height: 1px;
}
fieldset{ 	
	border: 1px none black;
}
pre{ 	
	font-size: 85%;
}
b,strong{
	font-weight: bold;
}
span.note{
	font-size: 80%;
	color: #696969;
	padding-left: 10px;
}
/*content*/
#content ul,#content ol{ 	
	margin: 3px 0px 20px 15px;
	padding-left: 25px;
}
#content li{ 	
	margin-bottom: 3px;
	padding-left: 5px;
}
#content fieldset{ 	
	border: 1px none black;
}
#content fieldset p{ 	
	color: #5A5A5A;
	font-size: 85%;
	margin-bottom: 10px;
}
#content fieldset legend{ 	
	color: #FF5C01;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: .98em;
}
#content fieldset input, #content fieldset select, #content fieldset label{ 	
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 100px;
	margin-right: 10px;
	color: #000;
	font-weight: bolder;
}
div#content fieldset input{
	padding-top: 2px;
}
div#content fieldset input,div#content fieldset select{ 	
	width: 400px;
	border: 1px none black;
	background: transparent url('images/transparent.png') repeat;
	height: 18px;
	font-size: 14px;
}
div#content fieldset select{
	padding-top: 2px;
	height: 22px;
}
div#content fieldset select option{
	border: 1px none black;
	background: transparent url('images/transparent.png') repeat;
	font-size: 14px;
}
div#content fieldset input.numberField,input.numberField{ 	
	width: 50px;
}
div#content fieldset textarea{ 	
	font-size: 100%;
	height: 100px;
	width: 400px;
	overflow: auto;
	margin-bottom: 10px;
	border: 1px none black;
	background: transparent url('images/transparent.png') repeat;
	font-weight: bolder;
	font-size: 14px;
}
div#content fieldset input.file{ 	
	border: 1px none black;
	border-left: 1px solid #E1E1E1;
	border-top: 1px solid #C3C3C3;
	height: auto;
}
div#content fieldset span.inputMsg{ 	
	color: #4B4B4B;
	margin-left: 5px;
	font-size: .8em;
}
div#content label,div#content fieldset div.checkboxlabel,div#content fieldset div.formInfoDiv span.label,div#content fieldset div.radiolabel{ 	
	text-transform: uppercase;
	font-weight: bolder;
	text-align: right;
	padding-top: 3px;
	
}

div#content fieldset div.checkboxlabel,div#content fieldset div.radioLabel,div#content fieldset div.checkboxlabel label.checkbox{ 	
	display: inline;
	width: auto;
}
div#content fieldset input.checkbox,div#content fieldset input.radio{ 	
	background-image: none;
	float: left;
	margin: 0px;
	margin-right: 10px;
	width: auto;
}
#content input.submit,#footer input.submit{ 	
	background: transparent url('images/submit_bg.png') no-repeat;
	border: 1px none gray;
	color: #fff;
	margin-left: 10px;
	float: right;
	width: 129px;
	height:29px;
	text-indent: -999999px;
	display: block;
	overflow: hidden;
	padding:40px 0 0 0;
	cursor: pointer;

}
#content input.hover{
	background: transparent url('images/page_elem_master_bg.png') no-repeat  -501px -227px;
}
#content input.cancel{ 	
	background-color: #A50217;
	border: 1px solid gray;
	color: #fff;
	float: right;
	margin-right: 10px;
	padding: 3px;
}
#content img,#content img a{ 	
		border:1px none #fff;
}

/*
please dont change the class values! theses are used in a lot of eCMS frontend modules for positioning

*/


.floatLeft{
	float: left;	
}
.floatRight{
	float: right;	
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth{
	clear: both;
}

.marginBottom40{
	margin-bottom: 40px;
}
.marginLeft15{
	margin-left: 15px;
}


.draggable{
	cursor: move;
}
div.divPopupWrapper{
	border:2px black solid;
	background-color: #fff;
	/*left: 100px;*/
	position: absolute;
	display: none;
	z-index: 100;
}
div.divPopupWrapper div.titlebar{
	width: 100%;
	height: 25px;
	padding-top: 3px;
	background-color: #000000;
	border-bottom: 1px black solid;
	text-align: center;
}
div.divPopupWrapper div.titlebar a{
	float: right;
	color: white;	
}
div.divPopupWrapper div.titlebar span.title{
	float: left;
	color: white;
	font-weight: bold;	
}
div.divPopupWrapper div.popup_content{
	padding: 2%;
	
}
#content fieldset label.error,div#content div.errorBox{	
	background: #FFC1C2 url('images/warning.png') no-repeat 0 50%;
	border: 1px solid #CC0000;
}
#content fieldset label.error{
	width: 90%;
	padding: 5px 5px 5px 20px;
}
div#content div.errorBox
{
	background-position: 10px 18px;
	margin: 10px;
	padding: 20px 20px 15px 35px;
}
div#content div.alertBox
{
	background: #CFEBF7 url('images/notice.png') no-repeat 10px 18px;
	border: 1px solid #2580B2;
	margin: 10px;
	padding: 20px 20px 15px 35px;
	overflow: hidden;
}