
#adminmain1 td, #adminmain2 td
{
	font-family: Tahoma, Verdana;
	font-size: 14px;
}

img
{
	border: 0px;
}

#adminmain1
{
	width: 100%;
}

#adminmain2
{
	width: 100%;
	height: 90%;
	padding: 0px;
}

#adminmain2 .content
{
	background-color: #FFFFFF;
}

.sitename
{
	color: #6891B7;
}

/* title row */
.main_title {
	font: bold 12px/28px Tahoma, Verdana;
	color: #44484A;
	padding-left: 10px;
	background: url(images/title_bg.gif) repeat-x;
	border-left:1px solid #a4d5f3;
	border-right:1px solid #a4d5f3;
}

.title td
{
	height:28px;
	font-weight: bold;
	color: #44484A;
}

.title .left_corner
{
	width: 2px;
	background: url(images/title_lc.gif);
}

.title .right_corner
{
	width: 2px;
	background: url(images/title_rc.gif);
}

.title .main
{
	font-size: 12px;
	padding-left: 10px;
	background: url(images/title_bg.gif) repeat-x;
}

.title_order .main
{
	padding: 2px;
	padding-left: 30px;
	font-size: 12px;
	border: 1px solid #B1E3FE;
	height: 80px;
	font-weight: bold;
	background: #c8e5f3 url(images/title_order_bg.gif) repeat-x;
}

.title_order .main td
{
	font-weight: bold;
}

.prod_doctype_main {
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.title_order table
{
	width: 100%;
}

.title_order table td
{
	height: 38px;
	vertical-align: middle;
}

/* end title row */

/* empty1 row */

.empty1 td
{
	height: 2px;
}

.empty1 .left_corner
{
	width: 2px;
	background-color: #F0F0EE;
}

.empty1 .right_corner
{
	width: 2px;
	background-color: #F0F0EE;
}

.empty1 .main
{
	background: url(images/empty1_bg.gif) repeat-x;
}
/* end empty1 row */

/* menu row */
.menu td, .menu_area
{
	height: 32px;
	background: url(images/menu_bg.gif);
}

.menu table
{
	height: 100%;
}

.menu img
{
	margin: 0px 0px -3px 0px;	
	border: 0px;
}


.menu .left_corner
{
	width: 2px;
	background: url(images/menu_c.gif);
}

.menu .right_corner
{
	width: 2px;
	background: url(images/menu_c.gif);
}

/* end menu row */

/* submenu row */
.submenu td, div.submenu
{
	height: 36px;
	background: url(images/submenu_bg.gif) repeat-x;
}

.submenu table
{
	margin-left: 10px;
}

.submenu table td
{
	vertical-align: middle; 
}

.submenu .item
{
	padding-right: 40px;
}

.submenu table
{
	height: 100%;
}

.submenu img
{	
	float: left;
	margin: 4px 4px 4px 4px;
	border: 0px;
}

.submenu a
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
}

.submenu a:hover
{
	text-decoration: underline;
}

.submenu .active a
{
	color: #4B87C1;
}

.submenu .left_corner
{
	width: 2px;
	background: url(images/menu_c.gif);
}

.submenu .right_corner
{
	width: 2px;
	background: url(images/menu_c.gif);
}

/* end submenu row */

/* empty2 row */
.empty2 td
{
	height: 3px;
}

.empty2 .left_corner
{
	width: 2px;
	background-color: #F0F0EE;
}

.empty2 .right_corner
{
	width: 2px;
	background-color: #F0F0EE;
}

.empty2 .main
{
	background-color: #FFFFFF;
}
/* end empty2 row */

/* view row */

.view
{
	height: 99%;
}

.view .left_corner
{
	width: 2px;
	background-color: #F0F0EE;
}

.view .right_corner
{
	width: 2px;
	background-color: #F0F0EE;
}

.view2 .left_corner
{
	width: 2px;
	background-color: #F0F0EE;
}

.view2 .right_corner
{
	width: 2px;
	background-color: #F0F0EE;
}

.view table td, .view td
{
	vertical-align: top;
}

.view .main_view
{
	height: 100%;
}

.view .navigation
{
	width: 260px;
	border-top: solid 1px #B3E2FE;
	border-right: solid 1px #B3E2FE;
	background-color: #E0ECF8;
}
.view .main_view .content, .view2 .main_view .content
{
	margin: 0px;
	border: 0px;		
}

.navigation img
{
	margin: 5px 8px 0px 3px;
	float: left;
}

.navigation table
{
	padding-left: 2px;
}

.navigation .active td
{
	background-color: #FFFFFF;
}

.navigation a
{
	font-weight: bold;
	font-size: 14px;
	color: #1F4972;
	text-decoration: none;
}

.navigation a:hover
{
	background-color: #FFFFFF;
}

.navigation table td
{
	border-bottom: solid 1px #E3E3E3;
	vertical-align: middle;
}

.navigation a
{
	display: block;
	height: 21px;
}

.navigation a:hover
{
	background: url('images/underline-link.gif') repeat-x 0 100%;
}
.navigation a:visited {
	color: #5F3972;
}

.view_content
{
	width: 100%;
	background: #FFFFFF;
}

.news
{
	padding: 10px;
}

.news td
{
	color: #454545;
}

.news .main
{
	padding: 10px 5px 20px 5px;
}

.news a
{
	text-decoration: underline;
	color: #255C90;
}

.news a:hover
{
	text-decoration: none;
}

.news .date
{
	padding: 2px;
	color: #4B87C1;
	background-color: #E3E3E3;
	font-size: 12px;
}

.gray
{
	background-color: #F7F5F5;
}

.grayorders
{
	background-color: #EEEEEE;
}

.news .gray .date
{
	padding: 2px;
	color: #FFFFFF;
	background-color: #BABABA;
	font-size: 12px;
}

.gray_top
{
	height: 0px;
}

.gray_bottom
{
	height: 10px;
}

.gray .gray_top
{
	background: url(images/gray_top.gif);
	height: 4px;
}

.gray .gray_bottom
{
	background: url(images/gray_bottom.gif);
	height: 4px;
}


/* end view row */

h1
{
	margin: 2px;
	color: #1F4972;
	font-size: 18px;
}

h2
{
	margin: 8px 0px 8px 0px;
	color: #1F4972;
	font-size: 14px;
	font-weight: bold;
}

p
{
	margin: 0px;
}
/*
.surveys td{
	background: #FFFFFF;
}

.surveys table{
	border-bottom: solid 1px #F0F0EE;
}
*/

.orders th
{
	font-size: 14px;
	padding: 2px;
	border: 1px solid #B2E3FF;
	background: url(images/orders_th_bg.gif) repeat-x #E7F7FF;
	height: 24px;
	color: #414141;
}

.orders td
{
	border: 1px solid #ECECEC;
	color: #414141;
	font-size: 13px;
}

.small3
{
	color: #0000AB;
	font-size: 12px;
	text-decoration: none;
}

.small3:hover
{
	text-decoration: underline;
}

.small4
{
	color: #1F4972;
	font-size: 12px;
}

table.avail_orders
{
	font-size: 12px;
}

.avail_orders td
{
	text-align: right;
	color: #6e6e6e;
	font-size: 10px;
}

.avail_orders td b
{
	color: #414141;
}

.avail_orders td b.time_remaining
{
	color: #E46C00;
}
.new_order, .news .new_order
{
	color: #E56B00;
}

span.ordercode
{
	margin-left: -20px;
	padding-left: 22px;
	color: #414141;
	font-weight: bold;
}

.order_topic
{
	color: #20476E;
	font-weight: bold;
	margin: -10px;
}

.div_prod {
    margin: 4px 0px 0px 0px;
}

.num_prod_ord {
    font-size: 13px;
    color: #000000;
	font-weight: bolder;
}

.prod_links_on {
    font-size: 13px;
    color: #989898;
	font-weight: bolder;
}
      
.prod_links {
    font-size: 12px;
    color: #20476E;
	font-weight: bolder;
	text-decoration: none;
}

.prod_links a {
    font-size: 12px;
    color: #20476E;
	font-weight: bolder;
	text-decoration: none; 
}

.prod_links a:link {
    color: #20476E;
    text-decoration: none; 
}

.prod_links a:visited {
    color: #20476E;
    text-decoration: none;
}
   
.prod_links a:hover {
    color: #20476E;
    text-decoration: underline;
}


.order_link
{
	width: 1%;
	vertical-align: bottom;
}

.pages a
{
	font-weight: bold;
	color: #204A70;
}

.pages a:hover
{
	text-decoration: none;
}

.order_dh
{
	height: 30px;
	vertical-align: middle;
	background: #E3E3E3 url(images/av_orders_pic.gif) no-repeat 10px 50%;
	font-weight: bold;
	padding-left: 30px;
}

.status
{
	margin-right: -11px;
	width: 140px;
}

.status td
{
	padding: 5px;
	background: #ffffff; 
	border: 1px solid #B3E2FC;
}

.stop_border {
    border:#ffffff 1px solid;
}

.inv {
    background:#EAF2F9;
}


.borders {
    border: #000000 1px solid;
    margin: 0px 70px 0px 0px;
}

.borders11 {
    padding: 0px 70px 0px 0px;
}

.borders0 {
    margin: 0px 20px 0px 0px;
    padding: 0px 20px 0px 0px;
}

.border_b_r {
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;  
}

.border_b {
    border-bottom: #000000 1px solid;
}

.border_r {
    border-right: #000000 1px solid;  
}

.padding_bottom_top {
    padding: 30px 0px 0px 0px;
} 

.padding_bottom {
    padding: 0px 0px 15px 0px;
} 

.padding_bottom_left {
    padding: 0px 0px 15px 10px;
} 

.padding_left {
    padding: 0px 0px 0px 10px;
} 

.borders2 {
    border: #000000 1px solid;
    padding: 3px 5px 10px 5px;
}

.borders3 {
    border: #000000 1px solid;
    padding: 0px 0px 0px 10px;  
}

.borders4 {
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
    padding: 0px 0px 0px 10px;
}

.table_head {
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
    height:25px;
    font-weight:600;
    padding: 0px 0px 0px 10px;  
}

.table_head_r {
    border-bottom: #000000 1px solid;
    height:25px;
    font-weight:600;
    padding: 0px 0px 0px 10px;  
}

.table_head_r2 {
    border-right: #000000 1px solid;
    height:25px;
    font-weight:600;
    padding: 0px 0px 0px 10px;  
}


.table_r_b {
    border-right: #000000 1px solid;
    border-bottom: #000000 1px solid;
    height:20px;
    font-weight:500;
    padding: 0px 0px 0px 10px;  
}

.table_r {
    border-right: #000000 1px solid;
    height:20px;
    font-weight:500;
    padding: 0px 0px 0px 10px;  
}

.table_b {
    border-bottom: #000000 1px solid;
    height:20px;
    font-weight:500;
    padding: 0px 0px 0px 10px;  
}

.table_sp {
    height:20px;
    font-weight:500;
    padding: 0px 0px 0px 10px;  
}

.separator {
    padding: 10px 0px 0px 10px;  
}

.separator2 {
    margin: 20px 0px 0px 80px; 
    padding: 10px 0px 0px 10px; 
}

.yours {
  height:30px;
  padding: 0px 20px 0px 10px; 
}

.sign {
  height:30px; 
  padding: 0px 20px 0px 0px;
}


a.see_alike:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: 600;
    color: green;
    text-decoration: none;
}
a.see_alike:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: 600;
    color: green;
    text-decoration: none;
}
a.see_alike:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: 600;
    color: green;
    text-decoration: underline;
}

a.see_alike2:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: 500;
    color: green;
    text-decoration: none;
}
a.see_alike2:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: 500;
    color: green;
    text-decoration: none;
}
a.see_alike2:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: 500;
    color: green;
    text-decoration: underline;
}

.light_gray
{
	color: #616161;
}

.noborders td
{
	border: none;
}

td.noborder_cell
{
	border: none;
}


ul.submenu2{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.submenu2 ul{
	padding: 0 0 0 20px;
}
ul.submenu2 li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.submenu2 a{
	padding: 0 0 0 16px;
	margin: 0 0 0 4px;
	font-size: 9pt;
	font-family: Arial;
	color: #00f;
	display: inline;
	height: auto;
	font-weight: normal;
	background: url('http://img1.essaywriters.net/images/arrow.gif') left center no-repeat;
}
ul.submenu2 ul a{
	color: #4B87C1;
}
.submenu2 a:hover{
	background: url('http://img1.essaywriters.net/images/arrow.gif') left center no-repeat;
	text-decoration: underline;
}

.annotation
{
	color: #6E6E6E;
}


.viarss
{
    font-family: Arial;
    font-size: 12px;
	height: 22px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 10px;
}

.vtop
{
    padding-top: 10px;
}

.viarss a
{
    font-family: Arial;
    font-size: 12px;
	height: 22px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 10px;
}

.viarss a:link
{
    color: #000000;
    text-decoration: none;
}

.viarss a:hover
{
    color: #000000;
	text-decoration: underline;

}
.viarss a:visited 
{
    color: #000000;
	text-decoration: none;
}


.link_rss
{
    display:block;
	line-height: 20px; 
    height: 20px;
    padding-left:7px;
    vertical-align:bottom;
    text-align:left;
}

.link_rss a
{
    font-family: Arial;
    font-size: 13px;
    color: #1f526c;
    text-decoration: none;
}

.link_rss a:link
{
    color: #1f526c;
    text-decoration: none;
}

.link_rss a:hover
{
    color: #1f526c;
	text-decoration: underline;

}
.link_rss a:visited 
{
    color: #1f526c;
	text-decoration: none;
}

.contentBlock .orders {
	padding-left:10px;
}
.messages_tab_font {
    padding: 15px 0 0 3px;
    color:#245887;
    font:bold 12px Tahoma;
    text-decoration: none;
}
#messages-tab-l {
    background: url('http://img1.essaywriters.net/images/messages-tab-l.gif')left center no-repeat;
    width: 5px;
    height: 43px;
    float:left;
}
#messages-tab-m {
    background: url('http://img1.essaywriters.net/images/messages-tab-m.gif')left center repeat-x;
    width: 100px;
    height: 43px;
    float:left;
}
#messages-tab-r {
    background: url('http://img1.essaywriters.net/images/messages-tab-r.gif')left center no-repeat;
    width: 35px;
    height: 43px;
    float:left;
}
#messages-bar{
    padding:0px 0px 0px 15px;
}
#messages-bar-l {
    background: url('http://img2.essaywriters.net/images/messages-bar-l.gif')left center no-repeat;
    width: 5px;
    height: 31px;
    float:left;
}
#messages-bar-m {
    background: url('http://img2.essaywriters.net/images/messages-bar-m.gif')left center repeat-x;
    width: 97%;
    height: 31px;
    float:left;
}
#messages-bar-r {
    background: url('http://img2.essaywriters.net/images/messages-bar-r.gif')left center no-repeat;
    width: 5px;
    height: 31px;
    float:left;
}
#messages-search {
    padding:10px 0px 0px 15px;
}
#messages-filter {
    float:left;
    font:12px Tahoma;
    padding:2px 10px 0 10px;
}
#messages-search-l {
    background: url('http://img3.essaywriters.net/images/messages-search-l.gif')left center no-repeat;
    width: 6px;
    height: 86px;
    float:left;
}
#messages-search-m {
    background: url('http://img3.essaywriters.net/images/messages-search-m.gif')left center repeat-x;
    width: 97%;
    height: 86px;
    float:left;
}
#messages-search-r {
    background: url('http://img3.essaywriters.net/images/messages-search-r.gif')left center no-repeat;
    width: 6px;
    height: 86px;
    float:left;
}