/* body______________________________________ */

body 
{
    margin:0;
    padding:0;
}

/* header__________________________________________________ */

#header 
{
    margin-top:20px;
	float:left;
	width:1019px;
	height:auto;
	padding-bottom:20px;
}


#content_container 
{
	width:1024px;
	height:auto;
	margin: 0 auto;
}


/* text style wrap with DIV__________________________________________________ */
#logout {
	text-align:right;
	vertical-align:middle;
	width:1019px;
	height:auto;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	float: left;
}

#navigation {
	vertical-align:middle;
	float:right;
	width:830px;
	height:30px;
	padding-left:185px;
}

/* bkg grey _________________________________________________ */
#bkg1 {
	float:left;
	width:1024px;
	height:auto;
	background-color:#EAEBEC;
	padding-top:15px;
}

/* bkg grey (login) _________________________________________________ */
#bkg2 {
	float:left;
	width:1024px;
	height:600;
	background-color:#EAEBEC;
	padding-top:15px;
	padding-bottom: 3px;
}

/* Left Navi Wrapper__________________________________________________ */
#ac_menu 
{
clear:right;
overflow:hidden;
float:left; 
width:180px; 
height:auto;
margin-top:30px;
}

#devider {
float:left; 
width:180px; 
height:auto; 
background-color:#FFFFFF; 
background-image:url(../images/dotted_line.gif);
background-repeat:no-repeat;
}

#inac_menu {
float:left; 
width:180px; 
height:auto; 
background-color:#EAEBEC;
}

#grey_zone {
float:left; 
width:170px; 
height:auto; 
background-color:#D0D2D3;
background-image:url (../images/dotted_line2.gif);
background-repeat:no-repeat;
}

#menu {
	float:left;
	width:150px;
	height:20px;
	background-color:#D0D2D3;
	margin-left:16px;
	vertical-align:middle;
	margin-bottom: 10px;
	margin-top: 5px;
}

/* Left Navi Text Style__________________________________________________ */
#main_title {
	float:left;
	width:160px;
	height:auto;
	background-color:#FFFFFF;
	margin-left:16px;
	margin-top:10px;
	font:bold 12px 'Verdana', 'Arial, Helvetica', sans-serif;
	font-weight:400;
	color:#434344;
}


#subred_title {
float:left; 
width:152px; 
height:auto; 
background-color:#FFFFFF; 
margin-left:28px;
margin-top:5px;
margin-bottom:3px;
font:bold 12.5px 'Verdana, Arial', 'Helvetica', sans-serif;
font-weight:400;
color:#C32126;
}

#title {
	float:left;
	width:145px;
	height:auto;
	background-color:#FFFFFF;
	margin-left:35px;
	margin-bottom:20px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:200;
	color:#434344;
	line-height:16px;
}

.inac_menustyle {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#434344;
}


/* Content Wrapper__________________________________________________ */
#content_wrapper 
{
	float:left;
	width:787px;
	height:300px;
	margin-left:20px;
	background-image:url(../images/content_bkg.png);
	background-repeat:no-repeat;
}


#content_normal
{
	overflow:hidden;
    float:none;
	width:824px;
	height:auto;
	margin-left:20px;
}

#content_wrapperMain {
	float:left;
	width:787px;
	height:700px;
	margin-left:20px;
	background-image:url(../images/content_bkg.png);
	background-repeat:no-repeat;
}



/* Content Wrapper Login Page__________________________________________________ */
#content_wrapper_login {
	/*float:left;*/
	width:569px;
	height:300px;
	/*margin-left:80px;*/
	margin: 0 auto;
	background-image:url(../images/login_bg.png);
	background-repeat:no-repeat;
}

/* Inside Content Wrapper__________________________________________________ */

.TitleStyleEmpty {
	float:left;
	width:750px;
	height:auto;
	margin-left:20px;
	margin-top:24px;
	margin-bottom:24px;
	font:26px Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#000000;
}


#title1_style {
	float:left;
	width:750px;
	height:auto;
	margin-left:20px;
	margin-top:26px;
	font:26px Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#000000;
}

#title2_style {
	float:left;
	width:550px;
	height:auto;
	margin-left:25px;
	margin-top:16px;
	font:18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:300;
	font-style:italic;
	color:#000000;
}

#title2login_style {
	float:left;
	width:400px;
	height:auto;
	margin-left:25px;
	margin-top:16px;
	font:18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:300;
	font-style:italic;
	color:#000000;
}

#img {
	float:left;
	width:200px;
	height:138px;
	margin:8px 20px 0px 20px;
	border:0px #c42026 solid;
}

#img_description1 {
	float:left;
	width:150px;
	height:auto;
	margin-top:8px;
	font:bold 12px 'Verdana', 'Arial, Helvetica', sans-serif;
	color:#C32126;
}

#img_description2 {
	float:left;
	width:320px;
	height:auto;
	margin-top:8px;
	font:12px 'Verdana', 'Arial, Helvetica', sans-serif;
	color:#2c2b2b
}

#footer 
{
    padding-top:5px;
	float:left;
	width:1000px;
	height:20px;
	background-color:#7E8081;
	margin-left:12px;
	margin-top:20px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align:middle;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

/* Navigation Text Style__________________________________________________ */
.navi_devider {
font:bold 12px Verdana, Arial, Helvetica, sans-serif ;
font-weight:400;
color: #5f5d5d;
text-decoration:none;
text-valign:middle;
text-align:center;
}

a {
font:bold 12px Verdana, Arial, Helvetica, sans-serif;
font-weight:400;
text-decoration:none;
text-valign:middle;
color:#434344;
}

a.navi:active {
font:bold 12px 'Verdana', 'Arial, Helvetica', sans-serif;
font-weight:400;
text-decoration:none;
text-valign:middle;
color:#454546;

}

a.navi:hover {
font:12px 'Verdana', 'Arial, Helvetica', sans-serif;
font-weight:400;
text-decoration:none;
text-valign:middle;
color:#C32126;
}

.activepage {
font-weight:400;
text-decoration:none;
text-valign:middle;
color:#C32126;
font:12px 'Verdana', 'Arial, Helvetica', sans-serif;
}

#navi_bkg {
background-image:url(../images/navi_tag.gif);
background-repeat:no-repeat;
}


/* Navigation Tabs Style__________________________________________________ */
#home_tab {
	float:left;
	width:95px;
	height:20px;
	text-align:center;
	padding-top: 10px;
}

#ads_solution_tab{
float:left; 
width:120px; 
height:20px; 
text-align:center;
padding-top: 10px;
}

#sales_booking_tab{
	float:left;
	width:120px;
	height:20px;
	text-align:center;
	padding-top: 10px;
}

#pdt_jobsheet_tab {
	float:left;
	width:140px;
	height:20px;
	text-align:center;
	padding-top: 10px;
}

#ads_serving_eng_tab{
	float:left;
	width:140px;
	height:20px;
	text-align:center;
	padding-top: 10px;
}

#reports_tab{
	float:left;
	width:80px;
	height:20px;
	text-align:center;
	padding-top: 10px;
}

#tnc_tab{
	float:left;
	width:140px;
	height:20px;
	text-align:center;
	padding-top: 10px;
}

#active_page_tab {
	float:left;
	width:140px;
	height:20px;
	text-align:center;
	background-color:#eaebec;
	padding-top: 10px;
}

/* Content Wrapper__________________________________________________ */
.errorDIV 
{
    clear:both;
    text-align:center;
    color:Red;
	background-color:#EAEBEC;
}

.prod_css_normal 
{
	width:750px;
	height:auto;
	margin-left:24px;
	margin-bottom:0px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:200;
	color:#434344;
	line-height:16px;
	padding-top:24px;
}

.prod_css_title
{
	font:13px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
	color:#C32126;
}


.EmptyLineSpace
{
    height:16px;
}


.table_css
{	
    float:left;
	font-family: "Verdana", "Arial", Helvetica;
	font-size: 10px;
	margin-left: 24px;
	margin-bottom:10px;
	width: 750px;
	text-align: center;
	line-height: 20px;
    display:table-row;
}
.table_css_header td
{
    line-height:20px;
	font-size: 10px;
	font-weight: bold;
    padding:10px 8px;
	border-bottom: 4px solid #C32126;
	border-top: 5px solid #C32126;
	text-align:center;
}
.table_css_footer td
{
	font-size: 10px;
	font-weight: bold;
    padding:10px 8px;
	border-bottom: 4px solid #C32126;
	border-top: 4px solid #C32126;
	text-align:center;
}

.table_css td
{
    border-left-style:none;
    border-right-style:none;
	border-bottom: 1px solid #C32126;
	padding: 3px 4px;
	width: 750px;	
}

.table_css tbody tr:hover td
{
	color: #C32126;
	width: 750px;
}



.demogtable_css
{
	text-align:left;
    float:left;
	font-family: "Verdana", "Arial", Helvetica;
	font-size: 10px;
	margin-left: 24px;
	margin-bottom:10px;
	width: 750px;
	line-height: 20px;
    display:table-row;
    border-collapse:collapse;
}
.demogtable_css_header
{
	font-size: 10px;
	font-weight: bold;
	background-color:#FFFFFF;
}
.demogtable_css td
{
	text-align:left;
    border-left-style:none;
    border-right-style:none;
	border-bottom: 1px solid #C32126;
	padding: 3px 4px;
}



.adunit_table_css
{	
    float:left;
	font-family: "Verdana", "Arial", Helvetica;
	font-size: 10px;
	margin-left: 24px;
	margin-bottom:10px;
	width: 480px;
	text-align: center;
    display:table-row;
}
.adunit_table_css_header td
{
    line-height:20px;
	font-size: 10px;
	font-weight: bold;
    padding:10px 8px;
	border-bottom: 4px solid #C32126;
	border-top: 5px solid #C32126;
	text-align:center;
}
.adunit_table_css_footer td
{
	font-size: 10px;
	font-weight: bold;
    padding:10px 8px;
	border-bottom: 4px solid #C32126;
	border-top: 4px solid #C32126;
	text-align:center;
}

.adunit_table_css td
{
    border-left-style:none;
    border-right-style:none;
	border-bottom: 1px solid #C32126;
	padding: 3px 4px;
	width: 750px;
}

.adunit_table_css tbody tr:hover td
{
	color: #C32126;
	width: 750px;
}


.NoteText
{
    font:12px Verdana, Arial, Helvetica, sans-serif;
    clear:both;
    float:left;
    margin-left:24px;
    font-size:12px;
    color: #C32126;
    width:750px;
}


.MyNewImageStyle 
{
	float:left;
	width:200px;
	height:138px;
	margin:8px 40px 0px 40px;
	border:1px #c42026 solid;
}


.IframeNewStyle 
{
    clear:both;
    display:none;
    position:fixed;
    width:auto;
    height:auto;
}

.TopOfPageStyle
{
	clear:both;
	padding-top:20px;
	padding-left:705px;
}

.TopOfPageStyleNormal
{
	clear:both;
	padding-top:2px;
	padding-left:690px;
}

.TopOfPageText
{
	font:normal 10px 'Verdana', 'Arial, Helvetica', sans-serif;
	color:#C32126;
}