/* ezine css */

html, body 
	{margin: 0; padding: 0; z-index: 1; width: 100%; text-align: center; font-size:12px; background: #eaeaea url(../images/emzine/bg_emzine.jpg) repeat-x;}

/* mozilla page shift */
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

body,p,table,div,span,tr,th,td,ul,ol,li,a,h1,h2,h3,h4,input 
	{font-family: arial,verdana,helvetica,sans-serif;}
DIV#contentBox
	{position: relative; display: block; padding: 30px 0 0 0; margin: 0 auto; width: 980px; height: 100%; text-align: left; z-index: 2;}

DIV.contentRight
	{position: absolute; top:70px; left: 590px;}
DIV.contentRight DIV.rightTop
	{background: url(../images/emzine/img_emzine_rightTop.png) no-repeat; width: 390px; height: 6px; padding:0;margin:0;font-size:0;}
DIV.contentRight DIV.rightBot
	{background: url(../images/emzine/img_emzine_rightBot.png) no-repeat; width: 390px; height: 6px;}
DIV.contentRight DIV.rightBox
	{width: 390px; background-color: #f3f3f3;}
DIV.contentRight DIV.rightBox DIV.rightContainer
	{padding: 0 17px 100px 20px;}
DIV.contentRight DIV.rightBox DIV.rightContainer DIV.rightContainerBox
	{border: 1px solid #ddd; width: 350px; background-color: #f8f8f8;}
DIV.contentRight DIV.rightBox DIV.rightContainer DIV.rightContainerBox DIV.boxTop
	{background-color: #ededed; height: 3px;}
DIV.contentRight DIV.rightBox DIV.rightContainer DIV.rightContainerBox DIV.boxMain
	{padding: 24px 19px 0 13px;}
DIV.contentRight DIV.rightBox DIV.rightContainer DIV.rightContainerBox DIV.boxMain A
	{color: #0063C6; text-decoration: none;}
DIV.contentRight DIV.rightBox DIV.rightContainer DIV.rightContainerBox DIV.boxMain A:HOVER
	{color: #fff; background-color: #0063C6; text-decoration: none;}
DIV.contentRight DIV.rightBox DIV.rightContainer DIV.rightContainerBox DIV.boxMain DIV.blog
	{padding: 25px 0 25px 0;}
	
DIV.contentRight DIV.rightBox DIV.rightContainer UL
	{margin: 0; padding: 19px 0 8px 0;}
DIV.contentRight DIV.rightBox DIV.rightContainer UL LI
	{display:inline; list-style-type:none; border-right: 1px dotted #9e9e9e; padding: 0 9px 0 9px; font-size:11px;}
DIV.contentRight DIV.rightBox DIV.rightContainer UL LI A
	{color: #4f4f4f; text-decoration: none;}
DIV.contentRight DIV.rightBox DIV.rightContainer UL LI A:HOVER
	{color: #fff; background-color: #4f4f4f; text-decoration: none;}
DIV.contentRight DIV.rightBox DIV.rightContainer UL .last
	{border-right: 1px dotted #f3f3f3;}
	
DIV.contentMain
	{width: 796px; background-color: #fff;}
DIV.contentMain DIV.mainContainer
	{width: 540px; padding: 34px 25px 0 25px;}
DIV.contentMain DIV.mainContainer DIV.article
	{display:block; margin: 0 0 20px 0; border-bottom: 26px solid #eef3fa;}
DIV.contentMain DIV.mainContainer DIV.article A
	{color: #0063C6; text-decoration: none;}
DIV.contentMain DIV.mainContainer DIV.article A:HOVER
	{color: #fff; background-color: #0063C6; text-decoration: none;}
	
DIV.contentMain DIV.mainContainer DIV.article DIV.title
	{color: #414141; font-weight: bold;}
DIV.contentMain DIV.mainContainer DIV.article DIV.articleRule
	{border-bottom: 1px solid #d8e4f3; font-size: 0;}
	
DIV.footer
	{margin:0; padding: 50px 0 14px 0; font-size:11px; color:#a1a1a1; text-align:left;}
	



/* buttons */
a.loginbutton { background-image: url(../images/dashboard/btn_dashboard_login_off.png); width: 154px; }
a.loginbutton:hover { background-image: url(../images/dashboard/btn_dashboard_login_over.png); width: 154px;}
a.overviewbutton { background-image: url(../images/dashboard/btn_dashboard_overview_off.png); width: 154px; }
a.overviewbutton:hover { background-image: url(../images/dashboard/btn_dashboard_overview_over.png); width: 154px;}

/* form */
.textbox
	{font-size: 12px; background-color: #fff; border-bottom: 1px solid #ddd; border-right: 1px solid #c1c1c1; border-left: 1px solid #c3c3c3; border-top: 1px solid #7c7c7c; color: #ff7301; height: 16px; padding: 0 0 0 2px; text-decoration: none;}
	
	
/* List Classes */	
UL.breadcrumb
	{margin: 0;	padding: 1px 0 0 7px;}					
.breadcrumb LI
	{display: block; float: left; height: 28px; list-style: none; background: transparent url("../images/dashboard/img_breadcrumb_right.png") no-repeat; background-position: top right; padding: 5px 15px 0 12px; color: #000; text-decoration: none; overflow:hidden !important;}
.breadcrumb LI A
	{display: block; float: left; height /**/:29px; /* IE5/Win */ overflow:hidden !important; text-decoration: none;}
	
UL.orangeArrow
	{margin: 0;	padding: 0;}					
.orangeArrow LI
	{list-style: none; background: transparent url("../images/global/img_global_arrow.gif") no-repeat scroll 1px 6px; padding: 1px 0 1px 10px; color: #212121; text-decoration: none;}
.orangeArrow LI A
	{color: #0063c6; text-decoration: none;}
.orangeArrow LI A:HOVER
	{color: #fff; background-color:#0063c6; text-decoration: none;}

UL.grayArrow
	{margin: 0;	padding: 0 0 0 16px;}					
.grayArrow LI
	{list-style: none; background: transparent url("../images/dashboard/img_dashboard_arrow_copy.png") no-repeat scroll 1px 6px; padding: 0 0 0 10px; color: #515151; text-decoration: none;}
.grayArrow LI A
	{color: #0063c6; text-decoration: none;}
.grayArrow LI A:HOVER
	{color: #fff; background-color:#0063c6; text-decoration: none;}
	
	
	

/* tabs list */
DIV.tabnav
	{padding: 46px 0 0 0; clear: both; width: 670px;}
DIV.tabnav UL.tablist
	{height: 28px; padding: 0; margin: 0; list-style-type: none; overflow: hidden;}
DIV.tabnav UL.tablist LI
	{float: left; height: 28px; padding:0;}
DIV.tabnav UL.tablist A
	{float: left; padding: 28px 0 0 0; overflow: hidden; height: 0px !important; background-repeat:no-repeat; background-color:transparent;
	 height /**/:28px; /* IE5/Win */}

/* Register */
DIV.tabnav UL.tablist LI.tab_reg,
DIV.tabnav UL.tablist LI.tab_reg A
	{width: 191px;}
DIV.tabnav UL.tablist LI.tab_reg A
	{background: transparent url(../images/dashboard/img_tabs_reg_off.png);}
DIV.tabnav UL.tablist LI.tab_reg A:HOVER
	{background: transparent url(../images/dashboard/img_tabs_reg_on.png);}
DIV.tabnav UL.tablist LI.tab_reg_active A,
DIV.tabnav UL.tablist LI.tab_reg A.tab_reg_active
	{background: transparent url(../images/dashboard/img_tabs_reg_over.png); width: 191px;}
	
/* Email */
DIV.tabnav UL.tablist LI.tab_email,
DIV.tabnav UL.tablist LI.tab_email A
	{width: 239px;}
DIV.tabnav UL.tablist LI.tab_email A
	{background: transparent url(../images/dashboard/img_tabs_email_off.png);}
DIV.tabnav UL.tablist LI.tab_email A:HOVER
	{background: transparent url(../images/dashboard/img_tabs_email_on.png);}
DIV.tabnav UL.tablist LI.tab_email_active A,
DIV.tabnav UL.tablist LI.tab_email A.tab_email_active
	{background: transparent url(../images/dashboard/img_tabs_email_over.png); width: 239px;}
	
/* Track */
DIV.tabnav UL.tablist LI.tab_track,
DIV.tabnav UL.tablist LI.tab_track A
	{width: 240px;}
DIV.tabnav UL.tablist LI.tab_track A
	{background: transparent url(../images/dashboard/img_tabs_track_off.png);}
DIV.tabnav UL.tablist LI.tab_track A:HOVER
	{background: transparent url(../images/dashboard/img_tabs_track_on.png);}
DIV.tabnav UL.tablist LI.tab_track_active A,
DIV.tabnav UL.tablist LI.tab_track A.tab_track_active
	{background: transparent url(../images/dashboard/img_tabs_track_over.png); width: 240px;}

DIV#specs_reg,DIV#specs_email,DIV#specs_track
	{padding: 32px 0 0 22px;}
DIV#specs_email,DIV#specs_track
	{display:none;}



	