﻿body {
        margin-top: 0;
        margin-left: 15px;
        margin-right: 15px;
        padding: 0;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #525252;
//        color : rgb(0,0,0);
/*        background:url(images/sumtextb.jpg) repeat;*/
/*        background-color : #eeeeff;*/
/*        background-color : #eeeef8;*/
/*        background-color : #f2f2ff;*/
        background-color : #ffffff;

        text-align:left;

}




.bold_text {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight : bold;
        font-size : 11px;
}

a.blue:link {
color: rgb(0,0,255);

}

a.blue:visited {
color: rgb(0,0,255);
}

a.blue:hover {
color: #F00000;
}


a.bold_text:link {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight : bold;
        color: Blue;
        text-decoration: none;
        font-size : 11px;
}
a.bold_text:visited {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight : bold;
        color: Blue;
        text-decoration: none;
        font-size : 11px;
}
a.bold_text:hover {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight : bold;
        color: Red;
        text-decoration: none;
        font-size : 11px;
}

p.error{
		color: rgb(255,0,0);
        font-size : 11px;
        text-align:left;
}

p.center_error{
		color: rgb(255,0,0);
        font-size : 11px;
        font-weight : bold;
        text-align:center;
}


.error{
		color: rgb(255,0,0);
        font-size : 11px;
        text-align:left;
}

p.info {
/*	color: rgb(0,0,0);*/
		color:#525252;
        font-size : 11px;
        font-weight : normal;
        text-align:left;
}

p {
/*		color: rgb(0,0,0);*/
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 11px;
		color: #525252;
        text-align:left;
}

table
{
/*        border-color: rgb(0,0,102);*/
        border-color: #b8c3cc;
}

h6
{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-style:normal;
        color: black;
}

h5
{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-style:normal;
        color: black;
}

h4
{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-style:normal;
        color: black;
}

h3
{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-style:normal;
        color: black;
}

h2
{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-style:normal;
        color: black;
}

h1
{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-style:normal;
        color: black;
}

h1{
font-weight:bold;
}
h2{
font-weight:normal;
}
h3{
font-weight:bold;
font-size:12px;
}
h4{
font-weight:normal;
}
h5{
font-weight:normal;
}
h6{
font-weight:normal;
}

table.estore_table{
	width: 100%;
	border-collapse:collapse; 
	border-style:solid; 
	border-width: thin; 
	border-color:#CCCCCC;
	border-bottom-style:none;
}

td.estore_sidebar{
	padding: 5px;
	width: 100px;
	vertical-align: top;
	background-color: #ffffff;
	border-bottom: thin #CCCCCC solid;
}

td.estore_title{
	padding:10px;
	border-left:thin #CCCCCC solid;
	border-bottom:thin #CCCCCC solid;	
	vertical-align:text-top;
}

td.estore_vendor_logo{
	padding: 10px 10px 0 10px;
	border-left:thin #CCCCCC solid;
	text-align:center;
}

td.estore_vendor_list{
	padding: 10px;
	border-left:thin #CCCCCC solid;
	border-bottom:thin #CCCCCC solid;
}

td.estore_image{
	border-left:thin #CCCCCC solid;
	text-align:center; 
	width: 150px; 
	vertical-align:bottom; 
}

td.estore_filler{
	border-left:thin #CCCCCC solid;
	border-bottom:thin #CCCCCC solid;
	text-align:center;
	width: 150px; 
	margin-top:0px;
}

td.estore_button{
	padding: 5px;
	border-bottom:thin #CCCCCC solid;
	text-align:right;
}


td.estore_description{
	padding: 10px;
}

TR{
	text-align: left;
}

tr.header_top_row {
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
}
tr.header_bottom_row {
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
}

.imgcell a { display: block; }


.imgcell img { display: block; }


.admin_module_title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 12pt;
	padding-left: 10px;
}


table.admin_module_middle_table_old{
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #777777;
}

table.admin_module_middle_table{
	background-color: #b8c3cc;
	color:#101010;
	border-style:none;
}

table.admin_module_top_table {
/*	background-color: #9999ff;*/
/*	background-color: #ccccff;*/
	background-color: #ccddee;
	border-color: #777777;
	border-top: 1px solid ;
	border-left: 1px solid ;
	border-right: 1px solid ;
}

tr.top {
/*	background-color: #ccddee;*/
	background-color: #E1E9EA;
}

tr.bottom {
/*	background-color: #ccddee;*/
	background-color: #E1E9EA;
}

tr.odd{
/*	background-color: #eeeeee;*/
	background-color: #f2f6f6;
	padding-bottom:1px;
	margin:1px;
}

tr.even{
/*	background-color: #cee3ef;*/
	background-color: #E1E9EA;
}

tr.alt_odd{
/*	background-color: #eeeeee;*/
	background-color: #f2f6f6;
	padding-bottom:1px;
	margin:1px;
}

tr.alt_even{
/*	background-color: #cee3ef;*/
	background-color: #FFFFFF;
}

tr.header{
	background-color: #c0c0c0;
/*	background-color: #b8c3cc;*/
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight : bold;
        font-size : 11px;
}

tr.null_record
{
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight : bold;
        font-size : 11px;
		background-color: #ffffff;
}


.highlight{
	background-color: #dddddd;
	cursor: normal;
}

table.admin_module_bottom_table {
/*	background-color: #9999ff;*/
/*	background-color: #ccccff;*/
	background-color: #ccddee;
	border-color: #777777;
	border-bottom: 1px solid ;
	border-left: 1px solid ;
	border-right: 1px solid ;
}

div.bottom_row_link{
	margin-top:4px;
	margin-left:2px;
}

.message_text{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight:bold;
	color: #255483;
}

div.message_text{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight:bold;
	padding-left: 5px;
	padding-top:2px;
	padding-bottom:2px;
	color: #255483;
}

td.message_text{
/*
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight:bold;
*/
	padding-left: 5px;
	padding-top:2px;
	padding-bottom:2px;
/*	color: #255483;*/
}

td.info_text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
	color: #000000;
}

td.left_side {
/*	background-color: #AADDff;*/
	background-color: #CFDDE8;
/*	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;*/
	padding-left: 5px;
	padding-right: 5px;
	text-align:right;
	vertical-align: top;
	font-weight : normal;
	color: #255483;
	font-weight : bold;
}
td.right_side {
/*	background-color: #eeeeee; */
	background-color: #f2f6f6;
/*	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;*/
/*	font-size : 12px;*/
	padding-left: 5px;
	padding-right: 5px;
	font-weight : normal;
	color: #255483;
	text-align: left;
	vertical-align: top;
}



.page_navigator {
	BORDER: none;
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-LEFT: 1px;
	PADDING-RIGHT: 1px;

	color : #333333;
	text-align : center;
	font-family : Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

table.page_navigator {
	BORDER: none;
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-LEFT: 1px;
	PADDING-RIGHT: 1px;

	color : #333333;
	text-align : center;
	font-family : Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
a.page_navigator:link {
	font-family : Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : blue;
}
a.page_navigator:visited {
	font-family : Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : blue;
}
a.page_navigator:hover {
	font-family : Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
    color: rgb(0,0, 255);
}


#messageBox {
	border:1px solid #B8C3CC;
	background-color:#e1e9ea;
	padding:2px;
	text-align:left;
	margin-bottom:16px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:500px;
}

#errorBox  {
	border:1px solid #ff9900;
	background-color:#ffffcc;
	padding:2px;
	text-align:left;
	margin-bottom:16px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:500px;
	}
#messageBox td
{
	text-align:left;
	padding-left:5px;
	padding-left:5px;
}
#errorBox td
{
	text-align:left;
	padding-left:5px;
	padding-left:5px;
}
#messageBox td
{
	height:auto;
	width:auto;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
}
#errorBox table
{
	height:auto;
	width:auto;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
}
#messageBox img
{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}


#errorBox img
{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}


#body {
        margin-left:15px;
        margin-right:15px;
/*        width: 100%; */
}

#pageheader{
	width: 100%;
	height:136px;
	margin-left: 15px;
	margin-top: 0px;
    background-color : #eeeeff;
	background:url(images/wdsbanner.jpg) no-repeat top left;
}

#pagefooter{
/*	width:765px;*/
	height:60px;
    BORDER: #99ccff 1px solid; 
	font-family : Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	padding-top:0px;
/*    background-color : #374A9E;*/
    background-color : #FFFFFF;
    color: #7f7f7f;
/*	background:url(images/wdsfooter2.jpg) no-repeat top left;*/
	text-align: center;
}

#pagefooter A {
         color: #000066;
         TEXT-DECORATION: none;

}

#pagefooter .seperator {
         color: #666666;
}

#pagefooter A:visited {
}
#pagefooter A:hover {
        TEXT-DECORATION: underline;
}

#menubar {
		width: 100%;
		background: url('images/blue_menu_26px.gif');
		background-color: #6699FF;
}

#menu {
        MARGIN-TOP: 0px; 
        FONT-WEIGHT: bold; 
        FONT-SIZE: 12px; 
        PADDING-BOTTOM: 0px; 
/*        MARGIN-LEFT: 15px; */
        COLOR: #ffffff; 
        MARGIN-RIGHT: 0px; 
        FONT-FAMILY: Tahoma,Verdana,Arial;
        BORDER-BOTTOM: #ffffff 1px solid;         
}
#menu A {
        COLOR: #000066; TEXT-DECORATION: none
}
#menu A.selected_menu {
        COLOR: #ccddee; TEXT-DECORATION: none
}
#menu A:hover {
        COLOR: #0000ff
}

#menu .seperator {
        color: #555555;
}        

#menu A.login {
     color: rgb(0,0,255);
	 text-decoration: none;

}

#menu A.login:hover {
     color: rgb(128,0, 255);
	 text-decoration: underline;

}
#menu A.login:visited {
     color: rgb(0,0,255);

}

#submenu {
/*        width: 765px;*/
	    font-family: Arial, Helvetica, Geneva, sans-serif;
	    font-size: 12px;
        color: rgb(0,0,0);
	    text-decoration: none;
        margin-left: 15px;
        margin-right: 15px;
        padding-top:1px;
        padding-bottom:1px;
}

#submenu A {
     color: rgb(0,0,255);
	 text-decoration: none;
}

#submenu A:hover {
     color: rgb(128,0, 255);
	 text-decoration: underline;

}
#submenu A:visited {
     color: rgb(0,0,255);

}

#prelude {
        padding-top:15px;
        padding-bottom:15px;
        margin-left: 15px;
        margin-right: 15px;
/*        width:765px;*/
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;

}        

#text_body {
        BORDER: silver 1px outset; 
/*        BORDER-TOP: #99ccff 1px solid; 
        BORDER-LEFT: #99ccff 1px solid; 
        BORDER-BOTTOM: #99ccff 1px solid;*/
        background-color: #F2f6f6;
/*        background:url(images/light_bg.jpg);*/
        padding-top:15px;
        padding-bottom:15px;
        padding-left:15px;
        padding-right:5px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
}

#text_body h2 {
        color: black;
        font-size: 16px;
        font-variant: small-caps;
        font-weight: bold;
}

#text_body ul li { 
        font-size: 12px;
        color: #666666;
        font-weight: bold;
        margin-bottom: 12px;
}


#text_body li.red { list-style-image: url(images/e03.gif) }
#text_body li.blue { list-style-image: url(images/e04.gif)}
#text_body li.green { list-style-image: url(images/e05.gif) }

#text_body li.red_small { font-size: 11px; list-style-image: url(images/e03.gif) }
#text_body li.blue_small { font-size: 11px; list-style-image: url(images/e04.gif)}
#text_body li.green_small { font-size: 11px; list-style-image: url(images/e05.gif) }

#text_body a.blue:link {
        color: rgb(0,0,255);
	    text-decoration: underline;

}

#text_body a.blue:visited {
        color: rgb(0,0,255);
	    text-decoration: underline;
}


#text_body a.blue:hover {
        color: rgb(255,0,0);
	    text-decoration: underline;
}

#text_body A {
        COLOR: #ff0000; TEXT-DECORATION: none
}
#text_body A:hover {
        COLOR: #000080
}


#form_window {
        padding-top:15px;
        padding-bottom:15px;
        padding-left:15px;
        padding-right:10px;
/*        width:740px;*/
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
}

#form_window table {
        border-collapse: collapse; 
        border: black 1px solid;
        border-color: #000000;
        background-color: #AADDff;
        color: black;
}
/*
.table_border {
        BORDER-RIGHT: #123456 1px solid; 
        BORDER-TOP: #123456 1px solid; 
        BORDER-LEFT: #6699ff 1px solid; 
        BORDER-BOTTOM: #6699ff 1px solid; 
        BORDER-COLLAPSE: collapse; 
        empty-cells: hide;
}
.table_border A {
        COLOR: #ff0000; TEXT-DECORATION: none;
}
.table_border A:hover {
        COLOR: #000080;
}
*/
.currency_table {
/*	BORDER-RIGHT: #b8c3cc 1px solid; BORDER-TOP: #b8c3cc 1px solid; FONT-SIZE: 105%; MARGIN-BOTTOM: 8px; BORDER-LEFT: #b8c3cc 1px solid; BORDER-BOTTOM: #b8c3cc 1px solid; BACKGROUND-COLOR: #ffffff*/
	BORDER: #b8c3cc 1px solid; /*FONT-SIZE: 105%;*/ MARGIN-BOTTOM: 8px; BACKGROUND-COLOR: #b8c3cc
}

.currency_table .title {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: bold; FONT-SIZE: 105%; PADDING-BOTTOM: 2px; color: #255483 /*COLOR: #003c66*/; PADDING-TOP: 2px; BORDER-BOTTOM: #b8c3cc 1px solid; FONT-STYLE: italic; FONT-FAMILY: Arial,Helvetica; /* BACKGROUND-COLOR: #eff6fa */ BACKGROUND-COLOR: #f2f6f6
}

.currency_table .header {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; color: #255483 /*COLOR: #003c66*/; PADDING-TOP: 2px; FONT-FAMILY: Arial,Helvetica; /* BACKGROUND-COLOR: #eff6fa */ BACKGROUND-COLOR: #f2f6f6
}


/*
 *	From new template 
*/ 

/*
table, td {
		width:100%;
		height:100%;
		border:0px;
	}

td { vertical-align:top;}
*/
a			{color:#0000ff;}
a:hover		{text-decoration:none;}


/*img { border:0px;}*/

textarea
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
/*		color:#858585;*/
		color:#404040;
	}

select
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
/*		color:#858585;*/
		color:#404040;
	}

input
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
/*		color:#858585;*/
		color:#404040;
	}

li
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
/*		color:#858585;*/
		color:#404040;
	}

table
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
/*		color:#858585;*/
		color:#404040;
	}

.main_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
/*		color:#858585;*/
		color:#404040;
	}
h5 { font-family:Tahoma; }
h4 { font-family:Tahoma; }
h3 { font-family:Tahoma; }
h2 { font-family:Tahoma; }
h1 { font-family:Tahoma; }
h5 { font-size:1.2em; }

span strong { color:#255483;}

strong a { color:#191919; text-decoration:none}
strong a:hover { color:#191919; text-decoration:underline}

.l_text { color:#323232;}

.c_text { color:#737373; font-size:9px; line-height:9px}
.c_text a {color:#737373; text-decoration:none}
.c_text a:hover { text-decoration:underline}


/*
.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;

	}

.form{height:26px; margin-top:-2px;}
.form input	{width:220px; height:23px; border-color:#969696; border-width:1px; background-color:#ffffff; border-style:solid; padding-left:5px; }

.form textarea{width:220px; height:168px; border-color:#969696; border-width:1px; background-color:#ffffff; padding-left:5px; border-style:solid; margin-top:-2px;  overflow:hidden;	}

ul {margin:0; padding:0; list-style:none}
li  {background:url(../../images/a1.gif) no-repeat left center; margin: 0px 0px 0px 0px; padding:0px 0px 0px 15px}
li a  {font-family:Tahoma; font-size:11px; line-height:20px; color:#30659E; text-decoration:underline;}
li a:hover {text-decoration:none;}
 */
.store_product_title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 12pt;
	text-align:left;
	font-size-adjust: 0.58;
/*	margin-left:auto;
	margin-right:auto;*/
}
