html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}
p { padding: 5px 0px 5px 0px; }
a { color: #515153; text-decoration: none; outline:none; }
a:hover { text-decoration: underline; }
a.noUnderline:hover { text-decoration: none; }
img { border: none; }
hr { height: 2px; border: 0px; margin: 0px 0px 10px 0px; background-image: url('images/dotted-line.png'); clear: both; }
ul { margin: 0px 0px 0px 0px; padding: 6px 0px 0px 25px; list-style-type: square; }
li { margin: 0px 0px 0px 0px; padding: 6px 0px 6px 0px; font-weight: bold; }
.NotBold li { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-weight: normal; }

body {
	background-color: #39383A;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #515153;
}
#Container {
	margin: 0px auto 0px auto;
	width: 100%;
}
#Border {
	float: left;
	width: 99.4%;
	padding: 0% 0.6% 0% 0%;
	min-width: 1000px;
	min-height: 500px;
	background-repeat: repeat-x;
}
#Header {
	float: left;
	width: 100%;
	height: 42px;
	background-repeat: no-repeat;
	background-image: url('images/logo.png');
}
#Logo {
	float: left;
	width: 100px;
	height: 50px;
}
#Menu {
	float: right;
	width: 800px;
	height: 40px;
	padding: 9px 0px 0px 0px;
	text-align: right;
}
#Content {
	float: left;
	width: 100%;
	min-height: 450px;
}

#Breadcrumb { float: left; width: 99.4%; padding: 0% 0% 0% 0.6%; }
#Breadcrumb a { color: #ABACAE; }
#BreadcrumbLeft { float: left; height: 16px; font-size: 12px; color: #ABACAE; }
#BreadcrumbRight { float: right; height: 16px; font-size: 12px; color: #ABACAE; }

#Footer { float: left; width: 100%; height: 30px; text-align: center; }
#FooterLeft { float: left; width: 15%; }
#FooterRight { float: right; width: 80%; text-align: center; color: #ABACAE; }
#FooterRight a { color: #ABACAE; }

h1 { font-size: 16px; font-weight: normal; margin: 5px 0px; color: #fff; }
h2 { font-size: 16px; font-weight: bold; margin: 5px 0px; }
h3 { font-size: 14px; font-weight: bold; margin: 5px 0px; }
h4 { font-size: 14px; font-weight: normal; margin: 5px 0px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }
.size50 { font-size: 50px; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.white { color: #ffffff; }
.black { color: #000; }
.grey { color: #ABACAE; }
.darkgrey { color: #515153; }
.red { color: #EB4221; }
.orange { color: #F39E21; }
.green { color: #61B345; }
.darkgreen { color: #3F7323; }
.alignright { float: right; }
.alignleft { float: left; }
.clear { clear: both; }
.text { width: 220px; height: 16px; border: 1px #aaa solid; padding: 2px; font-size: 12px; color: #515153; margin: 2px 0px; }
.textMedium { width: 120px; height: 16px; border: 1px #aaa solid; padding: 2px; font-size: 12px; color: #515153; margin: 2px 0px; }
.select { width: 220px; height: 20px; border: 1px #aaa solid; padding: 2px; font-size: 12px; color: #515153; margin: 2px 0px; }
.selectVSmall { width: 40px; height: 20px; border: 1px #aaa solid; padding: 2px; font-size: 12px; color: #515153; margin: 2px 0px; }
.textarea { width: 220px; height: 80px; border: 1px #aaa solid; padding: 2px; font-size: 12px; color: #515153; margin: 2px 0px; }
.submit { width: 120px; height: 20px; border: 1px #aaa solid; padding: 2px; color: #515153; margin: 2px 0px; }
.submitSmall { width: 40px; height: 20px; border: 1px #aaa solid; padding: 2px; color: #515153; margin: 2px 0px; }

.link { background-color: #515153; padding: 3px 6px; text-decoration: none; font-weight: bold; margin: 0px 1px; border: 1px #515153 solid; font-size: 11px; color: #fff; } 
.link:hover { text-decoration: none; } 

#RegisterContainer { margin: 30px auto 10px auto; width: 614px; }
#RegisterHeader { width:520px; min-height:20px; padding: 15px 25px 10px 25px; background-color: #EDEEF0; text-align:left; color: #CC0000; }
#RegisterBody { float: left; width: 570px; margin: 10px 0px 0px 10px; background-color: #fff; border: 12px #474749 solid; }
#RegisterBody td { font-size: 11px; }
#RegisterFooter { float: left; width: 535px; min-height:45px; text-align:left; font-size:11px; background-color: #EDEEF0; padding: 10px 10px 10px 25px; }
#RegisterBody .alert { width:520px; min-height:20px; padding: 0px 25px 5px 25px; background-color: #EDEEF0; text-align:left; color: #CC0000; }

#LoginContainer { margin: 30px auto 10px auto; width: 400px; }
#LoginHeader { width:320px; min-height:20px; padding: 15px 25px 10px 25px; background-color: #EDEEF0; text-align:left; color: #CC0000; }
#LoginBody { float: left; width: 370px; margin: 10px 0px 0px 10px; background-color: #fff; border: 12px #474749 solid; }
#LoginBody td { font-size: 11px; }
#LoginFooter { float: left; width: 335px; min-height:45px; text-align:left; font-size:11px; background-color: #EDEEF0; padding: 10px 10px 10px 25px; }
#LoginBody .alert { width:320px; min-height:20px; padding: 0px 25px 5px 25px; background-color: #EDEEF0; text-align:left; color: #CC0000; }

#ErrorContainer { margin: 100px auto 10px auto; width: 700px; }
#ErrorHeader { width:620px; min-height:20px; padding: 15px 25px 10px 25px; background-color: #EDEEF0; text-align:left; color: #CC0000; }
#ErrorBody { float: left; width: 640px; margin: 10px 0px 0px 10px; padding: 15px; background-color: #fff; border: 12px #474749 solid; }
#ErrorBody h1 { font-size: 16px; color: #474749; }

#Controls { float: left; width: 20%; min-height: 420px; }

#Account { float: left; width: 80%; }
#AccountContent { float: left; width: 97%; padding: 1.5%; min-height: 420px; background-color: #fff; margin-bottom: 10px; font-size: 12px; background-image: url('images/watermark.png'); background-repeat: no-repeat; background-position: bottom right; }
#Account .alert { background-image: url('images/warning.png'); background-repeat: no-repeat; background-position: 5px 5px; background-color: #e7e7e7; border: 1px #aaa solid; padding: 10px 0px 10px 40px; margin: 0px auto 15px auto; color: #262729; font-weight: bold; color: #CC0000; text-align: left; }

#Support { float: left; width: 80%; }
#SupportContent { float: left; width: 97%; padding: 1.5%; min-height: 420px; background-color: #fff; margin-bottom: 10px; font-size: 12px; background-image: url('images/watermark.png'); background-repeat: no-repeat; background-position: bottom right; }

#Settings { float: left; width: 80%; }
#SettingsContent { float: left; width: 97%; padding: 1.5%; min-height: 420px; background-color: #fff; margin-bottom: 10px; font-size: 12px; background-image: url('images/watermark.png'); background-repeat: no-repeat; background-position: bottom right; }
#Settings .alert { background-image: url('images/warning.png'); background-repeat: no-repeat; background-position: 5px 5px; background-color: #e7e7e7; border: 1px #aaa solid; padding: 10px 0px 10px 40px; margin: 0px auto 15px auto; color: #262729; font-weight: bold; color: #CC0000; text-align: left; }

#ContentHeader { float: left; width: 97%; padding: 0px 1.5%; height: 18px; background-image: url('images/graphcontrols-bg.png'); }

.DSControlGroup { float: left; width: 99%; background-image: url('images/dscontrolgroup-bg.png'); background-position: top right; margin: 0px 0px 5px 0px; }
.DSControlGroupContent { float: left; width: 85%; min-height: 140px; padding: 3px 0px 8px 3%; }
.DSControlGroupHeader { float: right; width: 20px; }

.popheader { border-bottom: 1px #E6E6E6 solid; }

.MediaTypeInstructions { padding: 10px; background-color: #EDEEF0; border: 1px #ccc solid; display: none; }

.RegProcessInfoBox { padding: 10px; background-color: #EDEEF0; border: 1px #ccc solid; }

.CampaignImage { border: 1px #b0b0b0 solid; }

#Content100 {
	float: left;
	padding: 10px;
	background-color: #fff;
	background-image: none;	
	font-family: Arial;
	font-size: 11px;
	color: #515153;
}








/* Mootools Popup Window */

.generic_dialog { height:0; left:0; overflow:visible; position:fixed; /*dw*/ top:0; width:100%; z-index:101; }
#generic_dialog_iframe { left:0; position:absolute; top:0; z-index:3; }
.generic_dialog .generic_dialog_popup { height:0; overflow:visible; position:relative; }
.generic_dialog div.dialog_loading 		{ background-color:#F2F2F2; border:1px solid #606060; font-size:24px; padding:10px; }
#generic_dialog_overlay { display:block; left:0; position:absolute; top:0; width:100%; z-index:100; }
.dialog_body .dialog_content_img { float:left; margin-right:15px; }
.dialog_body .dialog_content_txt { float:left; padding-bottom:5px; width:300px; }
.dialog_body .dialog_content_body { padding-bottom:13px; } 
.dialog_body .form_label { padding-right:5px; }
.dark_dialog_overlay { background-image:url(overlay.png); background-repeat:repeat; }
* html .dark_dialog_overlay { background-color:transparent; background-image:url(blank.gif); }
.full_bleed .pop_dialog_table td.pop_content .dialog_body { padding:0; } 
table.pop_dialog_table { border-collapse:collapse; direction:ltr; margin:auto; table-layout:fixed; width:465px; }
td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright { height:10px; overflow:hidden; padding:0 !important; width:10px !important; }
td.pop_topleft { background:transparent url(images/pop-dialog-sprite.png) no-repeat scroll 0 0; }
td.pop_topright { background:transparent url(images/pop-dialog-sprite.png) no-repeat scroll 0 -10px; }
td.pop_bottomleft { background:transparent url(images/pop-dialog-sprite.png) no-repeat scroll 0 -20px; }
td.pop_bottomright { background:transparent url(images/pop-dialog-sprite.png) no-repeat scroll 0 -30px; }
td.pop_top, td.pop_bottom { background:transparent url(images/pop-dialog-sprite.png) repeat-x scroll 0 -40px; }
td.pop_side { background:transparent url(images/pop-dialog-sprite.png) repeat-y scroll -10px 0; }
td.pop_content { background-color:white; direction:ltr; padding:0; }
.pop_dialog_rtl td.pop_content { direction:rtl; }
td.pop_content h2.dialog_title { background:#6D84B4 none repeat scroll 0 0; border:1px solid #3B5998; color:white; font-size:14px; font-weight:bold; margin:0; }
td.pop_content h2.dialog_loading { background:#6D84B4 url(indicator_white_small.gif) no-repeat scroll 400px 10px; padding-right:40px; }
td.pop_content h2 span { display:block; padding:4px 10px 5px; }
td.pop_content .dialog_content { background:#FFFFFF none repeat scroll 0 0; border-color:#555555; border-style:solid; border-width:0 1px 1px; min-height: 50px; }
td.pop_content .dialog_body { border-bottom:1px solid #CCCCCC; padding:10px; }
td.pop_content .dialog_summary { background:#F2F2F2 none repeat scroll 0 0; border-bottom:1px solid #CCCCCC; padding:8px 10px; }
td.pop_content .dialog_buttons { background:#F2F2F2 none repeat scroll 0 0; padding:8px; text-align:right; }
td.pop_content .dialog_buttons input { margin-left:5px; }
td.pop_content .dialog_buttons_msg { float:left; padding:5px 0 0; }
td.pop_content .dialog_footer { background:#F2F2F2 none repeat scroll 0 50%; }
#fb-modal	{ display:none; }
#fb-modal-wide	{ display:none; }
#fb-close	{ cursor:pointer; }
.info		{ width:280px; float:left; font-size:11px; color:#666; }
.info b	{ color:#000; }
.image	{ width:200px; float:left; margin-right:10px; }


