body {
	/*font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-size:small;
    margin: 0px;
    padding: 0px;*/
    
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: black;
    background-color: white;
    text-decoration: none;
    margin: 0px;
 }
/* for toolbar */
.toolbar_outer
{
	background: #D5DEEB;
}
div.toolbar { float: right; text-align: right; padding: 0; }

table.toolbar    			 { border-collapse: collapse; padding: 0; margin: 0;	 }
table.toolbar td 			 { padding: 1px 1px 1px 4px; text-align: center; color: #666; }

table.toolbar span { 
	float: none; width: 16px;
	height: 20px; margin: 0 auto;
	display: block;
}

table.toolbar a {
   display: block; float: left;
	white-space: nowrap;
	border: 1px solid #D5DEEB;
	padding: 1px 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	cursor: pointer;
}

table.toolbar a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #0B55C4;
}
.icon-32-previous	{ background-image: url(../../mediaproviders/images/toolbar/previous.png); 
background-repeat: no-repeat;
background-position: 50% 50%;
}
.icon-32-next			{ background-image: url(../../mediaproviders/images/toolbar/next.png); 
background-repeat: no-repeat;
background-position: 50% 50%;
}
.icon-32-save 			{ background-image: url(../../mediaproviders/images/toolbar/save.png); 
background-repeat: no-repeat;
background-position: 50% 50%;
}
.icon-32-print 			{ background-image: url(../../mediaproviders/images/toolbar/print.png); 
background-repeat: no-repeat;
background-position: 50% 50%;
}
.icon-32-cancel 			{ background-image: url(../../mediaproviders/images/toolbar/cancel.png);
background-repeat: no-repeat;
background-position: 50% 50%;
}
.icon-32-finish 			{ background-image: url(../../mediaproviders/images/toolbar/finish.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
}
/* end of toolbar*/
/* ad classes next and prev */
div.previousClass {
	width:100px;
	padding-left: 10px;
}
div.previousClass span { 
	float: none; width: 16px;
	height: 20px;
	margin: 0 auto;
	display: block;
}

div.previousClass a {
	text-align: center;
   	display: block; float: left;
	white-space: nowrap;
	border: 1px solid #D5DEEB;
	padding: 1px 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	cursor: pointer;
}

div.previousClass a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #0B55C4;
}
.prev-adclass	{ background-image: url(../../mediaproviders/images/lt.gif); 
background-repeat: no-repeat;
}
.txt_bold
{
	font-weight: bold;
}
div.nextClass {
	width:100px;
	padding-right: 10px;
}
div.nextClass span { 
	float: none; width: 16px;
	height: 20px;
	margin: 0 auto;
	display: block;
}

div.nextClass a {
	text-align: center;
   	display: block;
	white-space: nowrap;
	border: 1px solid #D5DEEB;
	padding: 1px 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	cursor: pointer;
}

div.nextClass a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #0B55C4;
}
.next-adclass	{ background-image: url(../../mediaproviders/images/rt.gif); 
background-repeat: no-repeat;
}
/* end next and prev ad classes */
/* toolbar rigth */
div.toolbarRight {
	position:fixed;
	z-index: 4;
	top: 40%;
	left: 76%;
}
div.toolbarRight ul
{
	
}
div.toolbarRight ul li
{
	list-style: none;
	padding: 5px;
	border-bottom: 1px solid #E5E5E5;
}
div.toolbarRight ul li:hover
{
	background: #FCFCF8;
}
div.toolbarRight ul li.p_definition{
	background-image: url(../../mediaproviders/images/rightmenu/p_definition.png);
}
div.toolbarRight ul li.geographic
{
	background-image: url(../../mediaproviders/images/rightmenu/geographic.png);
}
div.toolbarRight ul li.li_selected
{
	font-weight: bold;
	background: #F4F3EA;
}

div.toolbarRight ul li.li_disabled
{
	
}
div.toolbarRight ul li.li_disabled a
{
	cursor: default;
	text-decoration: none;
}
div.toolbarRight ul li a
{
	background-repeat: no-repeat;
	margin-left:5px;
	padding:1px 0 1px 21px;
	background-position: left center;
	text-decoration: underline;
	color: #333333;
}
div.toolbarRight ul li.li_selected a
{
	cursor: default;
	color: #777;
}
div.toolbarRight ul li a.hover
{
	background-color: blue;
}
.message {
	background: #C3D2E5 url(../../mediaproviders/images/notice-info.png) 4px center no-repeat;
	border-bottom:2px solid #84A7DB;
	border-top:2px solid #84A7DB;
	color: #0055BB;
	height: 30px;
	width: 75%;
	margin-left: 35px;
}
/****************/
#TipsMinus {
	display:none;
}
/*
#TipsCollapse {
	display:none;
}
*/
.nav_links {
	color: #546a7f;	
	font-weight:bold;
	text-decoration: none;
}
.nav_links A:link {
	color: #546a7f;	text-decoration: none;
}
.nav_links A:visited {
	color: #546a7f;	text-decoration: none;
}
.nav_links A:active {
	color: #546a7f;	text-decoration: none;
}
.nav_links A:hover {
	color: #FF590A; text-decoration: none;
}
.button_filter {
	margin-top: 0.05em;
	background: #567CA1;
	/*padding: 1px;*/
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	font-size: 12px;
	border : 1px solid #FFFFFF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#header {
  background: #fff;
  width: 100%;
  height: 10%;
}

#one {
    float: right;
    margin-left: 10px;
	margin-right: 10px;
}

#two {
	float: right;
    margin-left: 10px;
	margin-right: 10px;
}

#leftcol {
  float: left;
  width: 15%;
  height: 80%;
}

#rightcol {
  float: right;
  width: 15%;
  height: 80%;
}

#content {
  float: left;
  width: 69%;
  height: 80%;
}

#footer {
  clear: both;
  width: 100%;
  height: 10%;
  bottom: 25px;
  left: 0px;
  /*position:fixed;*/
}

h1 {
    color:#FF0000;
}
h2 {
    color:#FF0000;
}

/* Table */
/*th {
    text-align: center;
}

td, th {
    padding-right: 5px;
}*/

/* style form */
/*form dt {
    width: 100px;
    display: block;
    float: left;
    clear: left;
}

form dd {
    margin-left: 0;
    float: left;

}

form #submitbutton {
    margin-left: 100px;
}*/

#content2 {
    text-align: center;
}
table.list td {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px;
}

table#formtable{
	margin: auto;
	background-color: #99CCFF;
	border: solid #000 3px;
	width: 600px;
}

.button {
	margin-top: 0.05em;
	background: #567CA1;
	/*padding: 1px;*/
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	font-size: 11px;
	border : 1px solid #FFFFFF;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.class_info {
	color:#B22222;
	width:450px;
	margin-left:52px;
}
/*.button {
	background: #567CA1;
    padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border : 1px solid #FFFFFF;
	color:#FFFFFF;
	width:52px;height:20px;
}*/

.button1 {
	margin-left: 170px;
	background: #567CA1;
	font-size: 11px;
	border : 1px solid #aaa;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


.serviceagreement {
	margin-left: 15px;
}
/*.compulsoryfirstName { position:absolute; left:443px; top:180px; }
.compulsoryAddress1 { position:absolute; left:443px; top:215px; }
.compulsoryPhone { position:absolute; left:443px;  top:319px; }
.compulsoryEmailAddress { position:absolute; left:443px; top:335px; }
.compulsoryUserName { position:absolute; left:443px; top:352px; }
.compulsoryPassword { position:absolute; left:443px; top:370px; }
.compulsoryConfirmPassword { position:absolute; left:443px; top:388px; }*/

.compulsoryfirstName { margin-left: 154px; }
.compulsoryAddress1 { margin-left: 153px; }
.compulsoryPhone { margin-left: 153px; }
.compulsoryEmailAddress { margin-left: 153px; }
.compulsoryUserName { margin-left: 153px; }
.compulsoryPassword { margin-left: 153px; }
.compulsoryConfirmPassword { margin-left: 153px; }
.compulsoryImage { margin-left: 154px; }

table#registertable{
	margin: auto;
	/*background-color: #99CCFF;
	border: solid #000 3px;*/
	width: 100%;
}
.label {
    font-size:11px;
}

#login {
	width: 100%;
	height: 100%;
}

#login h1 {
	font-size: 14pt;
}

#login li {
	color: #B22222;
	/*
	position:relative;
	top:100px;
	left:200px;
	*/
}

#login UL {
	position:absolute;
}

#login input[type="text"],#login input[type="password"] {
	border: solid 1px #7F9DB9;
	width:150px;
	font-size:11px;
	height: 11px;
}
#login input[type="checkbox"] {
	/*border: solid 1px #7F9DB9;*/

	MARGIN-RIGHT: 184px;
	position: relative;
	left: -4px;
	height: 20px;
}

#login label {
	font-size: 11px;
	font-weight: bold;
}
#login input[type="submit"] {
	/*margin-top: 1.25em;
	background: #1A4D81;
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	border : 1px solid #aaa;
	color: #fff;*/
	/*margin-top: 1.25em;
	background: #567CA1;
	padding: 1px;
	font-size: 11px;
	border : 1px solid #aaa;
	color: #FFFFFF;*/
}

#login error {
	font-weight:bold;
	color:red;
	font-size:10px;
}

#register {
}

#register h1 {
	font-size: 14pt;
}

#register li {
	color: #B22222;
	/*
	position:relative;
	top:100px;
	left:200px;
	*/
}
#register table
{
	margin-left: 0px;
}
/*#register fieldset
{
	border:2px;
}*/
#register UL {
	position:absolute;
}
.textbox
{
	border: solid 1px #7F9DB9;
	font-size:11px;
	height: 15px;
}
#register input[type="text"],#register input[type="password"]  {
	border: solid 1px #7F9DB9;
	/*width:200px;*/
	font-size:11px;
	/*height: 13px;*/
}
input[type="file"]
{
	border: solid 1px #7F9DB9;
	width:220px;
	font-size:11px;
}

.select {
	/*border: solid 1px #7F9DB9;*/
	/*width:200px;*/
	margin-top: 0.08em;
	font-size:10px;
	font-family: verdana;
	padding-left:1px;
}
td.select input
{
	padding-right:10px;
}

#register input[type="checkbox"] {
	/*border: solid 1px #7F9DB9;*/

	MARGIN-RIGHT: 184px;
	position: relative;
	left: -4px;
}

#register label {
	font-size: 11px;
	font-weight: bold;
}

#product label {
	font-size: 11px;
	font-weight: bold;
}

ul.classes_list {
	margin-left:8px;
	padding-left: 0px;
	margin-top: 0px;
}
ul.classes_list li
{
	margin-left: 0px;
	list-style: none;
	padding-bottom: 8px;
}
.searchTags_heading {
	margin-left:10px;
	color:#144B94;
	font-weight: bold;
	font-size: 12px;
}
#register dd {
	margin: 0px 0px 0px 0px;
}

#register dl {
	margin: 0px 0px 0px 0px;
}
table.displayGroup dd
{
	margin: 0px 0px 0px 0px;
}
table.displayGroup
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#register input[type="submit"] {
	/*margin-top: 1.25em;
	background: #1A4D81;
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	border : 1px solid #aaa;
	color: #fff;*/
	/*background: #567CA1;
	padding: 1px;
	font-size: 11px;
	color: #FFFFFF;
	width: 50px;*/
}
#register input[type="button"] {
	margin-top: 1.25em;
	background: #567CA1;
	padding: 1px;
	font-size: 11px;
	border : 1px solid #aaa;
	color: #FFFFFF;
	width: 50px;
}
#register input[type="reset"] {
	/*margin-top: 1.25em;
	background: #1A4D81;
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	border : 1px solid #aaa;
	color: #fff;*/
	/*background: #567CA1;
	padding: 1px;
	font-size: 11px;
	border : 1px solid #aaa;
	color: #FFFFFF;
	width: 50px;*/
}
#register error {
	font-weight:bold;
	color:red;
	font-size:10px;
}

.error {
	text-align: left;
	padding: 5px;
	width: 400px;
	border: 1px solid #B22222;
	background: #F1F3F5;
	color: #B22222;
	font-weight: bold;
	font-size: 11px;
}

.success {
	text-align: center;
	padding: 5px;
	width: 400px;
	background: #F1F3F5;
	color: #298000;
	font-weight: bold;
	font-size: 11px;
}

.steps {
	text-decoration: none;
	padding: 5px;
	width: 550px;
	border: 1px solid #97AFBD;
	background: #D5DEEB;
	color: #89A4B4;
	font-weight: bold;
	font-size: 11px;
}

.workingSteps{
	text-decoration: none;
	padding: 5px;
	width: 550px;
	border: 1px solid #97AFBD;
	background: #D5DEEB;
	color: #FF590A;
	font-weight: bold;
	font-size: 11px;
}

.workingArea{
    text-decoration: none;
	left:0px;
	width: 560px;
	border: 1px solid #97AFBD;
	background: #D5DEEB;
}

.cartRightArea{
    text-decoration: none;
	left:0px;
	width: 335px;
	border: 1px solid #97AFBD;
	/*background: #D5DEEB;*/
}

.cartRightAreaHeader{
    text-decoration: none;
	left:0px;
	border: 1px solid #97AFBD;
	background: #D5DEEB;
}


.norecord {
	text-align: center;
	color: #B22222;
	font-weight: bold;
	font-size: 12px;
}


.top_nav {
	position:relative;
	top: 0;
	left:0;
	height:35px;
	width:900px;
}

.orange_txt {
	color:#FF590A;
}
.sub_head {
	font-size:18px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:10px 10px 0px 35px;
}

.hr_sub_head {
	margin:0px 0px 0px 36px;
	color: #999999;
	height:1px;
	width:95%;
	text-align: left;
}

#tri_bullets {
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
/*	width:600px; */
	list-style: none;
	line-height: 18px;
}

ul#tri_bullets li {
     background-image: url(../images/triangle_bullet.gif);
     background-repeat: no-repeat;
     background-position: 0px 0;
	 padding:3px 0px 0px 16px;
	 list-style:none;
}

.table_heading {
	color: #FFFFFF;
}

#top_nav {
	position:relative;
	top: 0;
	left:0;
	height:35px;
	width:900px;
}

.Level1, .Level2, .Level3 {
	vertical-align: top;
}
.AdType {
	font-size: 13px;
	font-weight: bold;
	color: black;
}
.BreadCrumbs1 {
	font-size: 13px;
	font-weight: bold;
	color: red;
}
.BreadCrumbs2 {
	font-size: 13px;
	font-weight: bold;
	color: green
}

.AdTypeL {
	font-size: 12px;
	font-weight: bold;
	color: red;
	cursor: hand;
	height: 13px;
}
.AdTypeC {
	font-size: 12px;
	font-weight: bold;
	color: green;
	cursor: hand;
}
.AdTypeD {
	font-size: 12px;
	font-weight: bold;
	color: blue;
	cursor: hand;
}
.hiliteEntry {
	border: groove 1px;
	background-color: lightgreen;
}
.small
{
	font-family:Verdana;
	font-size:10px;
	height:15px;
}

.state {
	width:50px;
	font-size:11px;
}

/* Autocomplete Div */
#divCorpAffiliation{
	border: 1px solid #9F9F9F;
	background-color:#F3F3F3;
	padding: 10px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	display:none;
	z-index:999;
	width:200px;
	position:fixed;

	}
#divCorpAffiliation UL{ list-style:none; margin: 0; padding: 0; }
#divCorpAffiliation UL LI{ display:block;}
#divCorpAffiliation A{ color:#000000; text-decoration:none; }
#divCorpAffiliation A:hover{ color:#000000; }
#divCorpAffiliation LI.selected{ background-color:#7d95ae; color:#000000; }

#divPostCode{
	border: 1px solid #9F9F9F;
	background-color:#F3F3F3;
	padding: 10px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	display:none;
	z-index:999;
	width:200px;
	position:fixed;

	}
#divPostCode UL{ list-style:none; margin: 0; padding: 0; }
#divPostCode UL LI{ display:block;}
#divPostCode A{ color:#000000; text-decoration:none; }
#divPostCode A:hover{ color:#000000; }
#divPostCode LI.selected{ background-color:#7d95ae; color:#000000; }

#divState{
	border: 1px solid #9F9F9F;
	background-color:#F3F3F3;
	padding: 10px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	display:none;
	z-index:999;
	width:50px;
	}
#divState UL{ list-style:none; margin: 0; padding: 0; }
#divState UL LI{ display:block;}
#divState A{ color:#000000; text-decoration:none; }
#divState A:hover{ color:#000000; }
#divState LI.selected{ background-color:#7d95ae; color:#000000; }
.preview_data {
	margin:6px 5px 6px 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: top;
	padding:5px 0px 0px 10px;
}
.preview_data2 {
	margin:0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: top;
	padding:0px 0px 0px 0px;
}
.preview_cat {
	margin:6px 5px 6px 10px;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
.preview_table {
border:solid 1px #7f9db9;
}
.preview_td{
border:solid 1px #7f9db9;
}
.formLabel {
	margin:6px 5px 6px 10px;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding:0px 0px 0px 0px;
}

.pager_first, .pager_last, .pager_previous, .pager_next {
	font-weight:bold;
	color: blue;
	text-decoration: none;
}

.pager_previous_range, .pager_next_range, .pager_previous, .pager_next, .pager_navigation_link {
	font-weight:lighter;
	color: blue;
	text-decoration: none;
}

.pager_navigation_current {
	font-weight:bold;
	color: black;
	text-decoration: none;
}
.editprofileLable{
font-size: 11px;
font-weight: bold;
width:229px;

}
.input {
	border: solid 1px #7F9DB9;
	width:150px;
	font-size:10px;
}
.input_small
{
	border: solid 1px #7F9DB9;
	font-family:Verdana;
	font-size:10px;
	width:35px;
}
.input_med
{
	border: solid 1px #7F9DB9;
	font-family:Verdana;
	font-size:10px;
	width:120px;
}

.normalText {
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	padding:0px 0px 0px 0px;
}
textarea{
	width: 98%;
	font-size: 100%;
}
.text {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-size:11px;
    margin: 0px;
    padding: 0px;
 }
 
#forgot {
	width: 100%;
	height: 100%;
	padding: 10px;
	margin-left:26px;
}

#forgot h1 {
	font-size: 14pt;
}

#forgot li {
	color: #B22222;
}

#forgot UL {
	position:absolute;
}

#forgot input[type="text"] {
	border: solid 1px #7F9DB9;
	/*width:200px;*/
	font-size:11px;
	height: 11px;
}

#forgot label {
	font-size: 11px;
	font-weight: bold;
}

#forgot dt {
	margin: 0;
}

#forgot dd {
	/*border-bottom: 1px dashed #ccc;*/
	margin-top: -1.25em;
	margin-left: 170px;
	padding: 0;
}

#forgot input[type="submit"] {
	margin-top: 1.25em;
	background: #567CA1;
	padding: 1px;
	font-size: 11px;
	border : 1px solid #aaa;
	color: #FFFFFF;
}

#forgot error {
	font-weight:bold;
	color:red;
	font-size:10px;
}

.forgot_links {
	margin-left: 0px;
	font-size: 10px;
	font-weight: normal;
}

#fieldset-buttons {
	border: none;
}
/* Home (home.php) Page */
.orange_txt {
	color:#FF590A;
}

.big_head {
	font-size:24px;
	font-weight:bold;
	margin:0px 0px -3px 0px;
}

.buttonOrange {
	background-image: url(../../images/buttons_colored/button_orange_pattern.gif);
	background-repeat: repeat-x;
}

.buttonLabel a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	background-position: center;
	color: #FFFFFF;
	text-decoration:none;
}

.buttonLabel a:hover {
	color: #FFFF99;
}

.buttonBlue {
	background-image: url(../../images/buttons_colored/button_blue_pattern.gif);
	background-repeat: repeat-x;
}

.buttonBlack {
	background-image: url(../../images/buttons_colored/button_black_pattern.gif);
	background-repeat: repeat-x;
}

.hi_button {
	background: #FFFFFF;
    padding-left:1px;
	padding-right:1px;
	padding-top:1px;
	padding-bottom:1px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border : 1px solid #FF0000;
	color:#FF0000;
}

.duplicateProduct_compulsoryImage {
	margin-left:0px;
}
.legend_bold {
	font-weight:bold;
}
.page_func_desc_next {
	font-size:12px;
	font-weight:bold;
	color: navy;
	padding:0px 0px 0px 0px;
}
.cityname_selectbox {
	width:240px;
	height:140px;
	background-color:#D5DEEB;
	color:#B22222;
	font-size:10px;
	font-face:Verdana;
	font-weight:bold;
}
.zipcode_selectbox {
	width:240px;
	height:140px;
	background-color:#D5DEEB;
	color:#B22222;
	font-size:10px;
	font-face:Verdana;
	font-weight:bold;
}
ul.classes_list li div.major_noselected {
	font-weight: bold;
	font-size: 10px;
	cursor: default;
	padding:1px 0 1px 10px;
	background-image: url(../../mediaproviders/images/noselect.png);
	background-position: left center;
	background-repeat: no-repeat;
}
ul.classes_list li div.major_selected {
	font-weight: bold;
	font-size: 10px;
	padding:1px 0 1px 10px;
	background-image: url(../../mediaproviders/images/select.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: blue;	
}
#fieldset-cal
{
	border: 0px;
}

/* for the bottom fixed bar */
#presence_bar
{
	width: 96%;
	border: 1px solid;
	position: fixed;
	z-index: 2;
	height: 32px;
	top:95%;
	left:20px;
	Filter: Alpha(Opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	/*background-color: #D5DEEB;*/
	background-color: #E5E5E5;
}
#p_bar_left
{
	float: left;
	width: 70%;
}
#p_bar_right
{
	
}
/****************************/
/* for product mentenence */
.level2tree
{
	margin-left:20px;
}
#product fieldset
{
	border: 1px solid white;
}
.product_heading
{
	color:#FF590A;
	font-size:16px;
	font-weight:bold;
	margin-left: 20px;
	margin-top: 10px;
}
.new_form fieldset table
{
	background-color: #FFFFFF;
}
.unit_price
{
	text-align:right;
	border:0px;
	cursor:default;
	width:70px;
	background-color:#D5DEEB;
}
.new_form fieldset table .unit_price
{
	background-color:#ffffff;
}
#frm fieldset
{
}
#frm legend
{
	font-weight: bold;
}
#frm label
{
	font-size: 11px;
	font-weight: bold;
}
#frm .radiobutton label{
	font-weight: normal;
}
#fieldset-proff_aff legend
{
	font-weight:bold;
	color:#0046D5;
}
#fieldset-proff_aff table tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.input_deadlines
{
	border: solid 1px #7F9DB9;
	font-family:Verdana;
	font-size:10px;
	width:65px;
}

.input_circulation_hide
{
	border: solid 1px #7F9DB9;
	font-family:Verdana;
	font-size:10px;
	background-color:#CCCCCC;
	width:65px;
}


table.quantityprice {
	border-spacing: 0px;
	padding: 0px;
}
table.quantityprice td { padding: 0px; }
table.quantityprice tr td {  border: 1px inset #fff; }

table.quantityprice table {
	border-spacing: 0px;
	padding: 0px;
}
table.quantityprice table td { padding: 0px; }
table.quantityprice table tr td {  border: 0px inset #fff; }

.input_extraCost_hide
{
	border: solid 1px #7F9DB9;
	font-family:Verdana;
	background-color:#CCCCCC;
	width:90px;
}

.input_extraCost_show
{
	border: solid 1px #7F9DB9;
	font-family:Verdana;
	width:90px;
}

