@import url(calendar.css);
@import url(cms.css);
body {
	margin: 0;
	padding: 10px 0;
	background: #eaeaea;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	text-align: center;
}

#head, #topnav, #leftnav, #footnav { font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; list-style-type: none; }

a { text-decoration: none }
h1, h2, h3, h4, h5 { 
  /*margin:.1em 0;*/
	margin: 0;
  padding: 0; 
  font-weight: normal; 
}
h1 { 
	font-size: 1.6em; 	
  text-align:left !important;
  line-height:1.1em;
}
h2 { 
	font-size: 1.4em; 
}
h3 { 
  font-size: 1.3em; 
}
h4 { 
  font-size: 1.1em; 
}
h5 { 
  font-size: 1.3em;
}
h6 { 
  font-size: 1.2em; 
  font-style:italic;
  font-weight:700;
}

#content h1 {
	margin:.1em 0;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	margin:.33em 0;
}

#content h2.centerpad  {
	text-align:center;
}

#wrap {
	margin: 0 auto;
	width: 949px;
	border: 3px solid #bcbcbc;
	background-color: #e7edf3;
	text-align: left;
}

#head {
	background: #e7edf3 url(/images/design/head.jpg) no-repeat 0 0;
	height: 133px;
	clear: both;
	position: relative;
}
#logo img, #slogan img { display: none }
#logo {
	float: left;
	width: 310px;
}
#logo a {
	display: block;
	height: 133px;
	text-indent: -900em;
}
#slogan { float: left; width: 625px; text-indent: -900em; }

#outer {
	width: 949px;
	background: transparent url(/images/design/body-fill.jpg) repeat-y 0 0;
}
#inner {
	width: 949px;
	background: transparent url(/images/design/body-top.jpg) no-repeat 0 0;
}

#leftnav {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 27px 0 0 0;
	float: left;
	width: 236px;
	text-align: left;
	border:1px;
}
#leftnav li {
	padding: 0 14px 0 20px;
	background: transparent url(/images/design/nav-bg.gif) no-repeat 0 0;
}
#leftnav li li { background-image: none }
#leftnav>li.down, #leftnav>li:hover { background-image: url(/images/design/nav-bg-over.gif) }
#leftnav li.advamed, #leftnav li.address, #leftnav li li { background: none }
#leftnav li.address {
	font-size: 0.75em;
	text-transform: none;
}
#leftnav li.address span { color: #666 }
#leftnav li.address a {
	padding: 0;
	height: auto;
	line-height: 1.3em;
	background: none;
	color: #603;
}
#leftnav li.address a:hover { color: #a00 }
#leftnav li.advamed a {
	padding: 0;
	margin-top:20px;
	height: 49px;
	background: transparent url(/images/design/advamed.gif) no-repeat center top;
	text-indent: -900em;
	text-align: left;
}
#leftnav li.advamed a:hover { height: 47px; border-bottom: 2px solid #cde; }
#leftnav a {
	display: block;
	padding: 12px 0 13px 13px; 
	background: transparent url(/images/design/nav-dot.gif) no-repeat 0 18px;
	color: #000;
	text-align: left;
}
#leftnav ul a { height: auto; line-height: 1.3em; }
#leftnav a.active { color: #862074 }
#leftnav a:hover { color: #c00 }
#leftnav ul {
	margin: 0;
	padding: 0 0 0 15px;
	width: 185px;
	font-size: 0.85em;
	text-transform: none;
	list-style-type: none;
}
#leftnav ul ul { font-size: 1em }
#leftnav ul li { padding: 0 }
#leftnav ul a {
	padding: 0 0 1px 10px;
	background: transparent url(/images/design/nav-square.gif) no-repeat 0 5px;
}
#leftnav ul a.open {
	background: transparent url(/images/design/nav-open.gif) no-repeat 0 5px;
}
#leftnav ul a.arrow {
	background: transparent url(/images/design/nav-arrow.gif) no-repeat 0 5px;
}

#rightside {
	float: left;
	width: 703px;
}
#topnav {
	margin: 0;
	padding: 0 148px 0 0;
	width: 565px;
	overflow: hidden;
	background: #862074;
	font-size: 0.85em;
	line-height: 27px;
}
#topnav li { float: left }
#topnav a { display: block; padding: 0 13px; color: #fff; }
#topnav a:hover { background-color: #742086 }
#topnav a.active { color: #ff6 }

#content {
	float: left;
	position: relative;
	z-index: 1;
	padding: 15px 0 150px 25px;
	width: 470px;
	font-size: 0.85em;
	line-height: 1.5em;
	text-align:left;
}

#content_wide {
	float: left;
	position: relative;
	z-index: 1;
	padding: 15px 0 150px 25px;
	width: 693px;
	font-size: 0.85em;
	line-height: 1.5em;
	text-align:left;
}


#content td ul {
	margin:0 !important;
	padding:0 !important;
}

#content td ul li {
	margin-left:20px;
}

#content td p.ztop {
	padding:0;
	margin: 0;
}


#content p, blockquote {
	margin: 0;
	padding: .33em 0 .33em;
}
#content ul, #content ol {
	margin: 0;
	padding: .33em 0 .33em 2em;
	line-height: 1.5em;
}
#content ul ul, #content ol ol, #content ol ul, #content ul ol { padding: 0 0 0 2em }
#content a:link { color: #2E6896 }
#content a:visited { color: #862074 }
#content a:hover { color: #862020 }

.watermark {
	clear: both;
	position: relative;
}
.watermark span {
	display: block;
	position: absolute;
	z-index: 0;
	top: -120px;
	left: 208px;
	clear: both;
	width: 741px;
	height: 140px;
	background: transparent url(/images/design/watermark.png) no-repeat 0 0;
}

#foot {
	clear: both;
	margin: 3px 0 6px 12px;
	border-top: 1px solid #862074;
	color: #862074;
	position: relative;
	width: 924px;
}
#foot p {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}
#foot p a { text-decoration: underline }
#foot a { color: #862074 }
#foot a:hover { color: #369 }
#footnav {
	margin: 0;
	padding: 7px 0 0 0;
	overflow: hidden;
	font-size: 0.85em;
	text-transform: none;
}
#footnav li {
	float: left;
	padding-right: 25px;
}

.clear { clear: both }

/* \*/
* html #leftnav a { height: 1px }
* html .watermark span { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/watermark.png', sizingMethod='crop'); }
/* */


.errorstyle	{
	/*border: #f00 1px solid !important;*/
	padding: 1px 2px !important;
	margin-bottom:2px;
	border:none;
	background-color: #F0DBE0;
}

.disclaimer {
	font-style: italic;
	font-size: .9em;
}

#content ul.sitemap, #content li.sitemap  {
	margin: 0 0 0 10px !important;
	padding: 0 0 0 5px !important;
	line-height:160%;
	font-size:99%;
}

/* CMS */
/* tab styles (for page edit) */
/*
input.editor, textarea.editor, select.editor {
	text-decoration: none !important;
	border-color: #466CA6 !important;
	background: #F7F8FD !important;
	background-color: #F7F8FD !important;
	border-style: solid !important;
	border-width: 1px !important;
	font: 10px Arial, Helvetica, sans-serif !important;
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius: 5px;
}

.tablbl {
	background: #F7F8FD;
	border: 1px solid;
	border-bottom: 2px solid;
	border-color: #466CA6;
	color: #000000;
	cursor: hand;
	font-size: 10px;
	padding: 1px;
	position: relative;
	text-align: center;
	z-index: 0;
	cursor: hand;
	cursor: pointer;
}

.tablbla {
	background: #F7F8FD;
	border: 1px solid;
	border-bottom: none;
	border-color: #466CA6;
	color: #000000;
	padding: 1px;
	position: relative;
	text-align: center;
	z-index: 101;
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: hand;
	cursor: pointer;
}

.taba_ {
	background: #F7F8FD;
	border: 0px solid;
	border-color: #466CA6;
	color: #FFFFFF;
	height: 100%;
	overflow: auto;
	position: relative;
	top: -1;
	width: 100%;
	z-index: 100;
	font: 10px Arial, Helvetica, sans-serif;
}

.tab_ {
	display: none;
	height: 100%;
	width: 100%;
}

.lblm {
	padding-left: 0px;
	padding-right: 0px;
}

.tabctl {
	background: #F7F8FD;
}

a.viewpagelink, a.viewpagelink:visited {
	color: #466CA6;
}

a.viewpagelink:hover {
	text-decoration: underline;
}

td.cmsform {
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	background: #F7F8FD;
}

td.errormessage {
	color: #000000;
	font-size: 11px;
}

td.systemmessage {
	color: #000000;
	font-size: 11px;
}

td.statusmsg {
	color: #000000;
	padding-right: 5px;
}

#content input, select, textarea, file {
	background: #eff4f8;
	border: #2E6896 1px solid;
	text-decoration: none;
	font-size: 11px;
	padding: 1px 4px 1px 4px;
}

table.cmdeditorbkrnd {
	background: #F7F8FD;
}

td.cmspagetitle {
	padding: 10px;
	margin: 0;
	color: #012;
	font: bold 24px Arial, Helvetica, sans-serif;
}

td.content {
	font-size: 13px !important;
	padding: 0 10px 10px 10px;
}

td.cmspagecontent {
	font-size: 13px;
	padding: 0 10px 10px 10px;
}

a.cmsrevealnavlink {
	color: #733;
	text-decoration: underline;
}

a.cmsrevealnavlink:hover {
	color: #733;
	text-decoration: none;
}

ul.cmsnavreveal {
	margin-top: 10px !important;
	margin-left: 30px;
	margin-bottom: -0px !important;
	color: #888;
	list-style: none;
}

li.cmsnavreveal{
	font-size: 9px;
	margin-bottom: 5px;
	margin-top: -5px;
}

.cmslinkheader {
	width: 945px;
	height: 18px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	text-align: center;
	color: #000;
	font-size: 10px;
	list-style-type: none;
}

.cmslinkfooter {
	width: 945px;
	height: 18px;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	color: #000;
	font-size: 10px;
	list-style-type: none;
}

.cmslinkheader a {
	margin-right: 6px;
}

.cmslinkheader a:link,
.cmslinkheader a:visited {
	color: #000;
}

.cmslinkheader a:hover {
	color: #B70000;
	text-decoration: underline;
}

.cmslinkfooter a {
	margin-right: 6px;
}

.cmslinkfooter a:link,
.cmslinkfooter a:visited {
	color: #000;
}

.cmslinkfooter a:hover {
	color: #B70000;
	text-decoration: underline;
}

.cmslinkfooter .right {
	width: 60px;
}

.cmserrorstyle	{
	background: #ffffc3 !important;
	border: #f00 1px solid !important;
	border-style: solid !important;
	font: 10px Arial, Helvetica, sans-serif !important;
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius: 5px;
}

ul.sitemap, li.sitemap  {
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom:  0 !important;
	padding-left:  15px !important;

	line-height:170%;
	font-size:100%;
}

a.smalllink {
	font-size: 70%;
}

td.smalltext {
	font-size: .75em;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

span.filesize {
	font-size: 60%;
	color: #777;
}


span.PressListDate, span.StatementListDate {
   font-size: 10px;
}

td.PressListTitle, td.StatementListTitle {
}

td.PressItemTitle, td.StatementTitle {
	font-size: 15px;
   font-weight: bold;
	text-align:left;
}

td.PressItemSubTitle, td.StatementSubTitle {
   font-size: 13px;
   font-weight: bold;
   font-style: italic;
 	 text-align:left;
}

td.PressItemDate, td.StatementDate {
   font-size: 11px;
}

.PressItemForInformation, .StatementForInformation {
   font-size: 11px; 
   font-style: italic;
}

.PressItemContact, .StatementContact  {
   font-size: 11px; 
}

.filesize {
   font-size: 80% !important; 
   color: #555 !important; 
}

#content th.right {
	border: none;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: right;

}

#content td.message {
	border: #fff 0 none;
	font-size: 12px;
	font-style: italic;
	padding: 4px 8px 4px 8px;
}

span.small {
font-size: 75%;
color: #555;
}

span.searchupdated {
	font-style: italic;
	font-size: .8em;
}

span.HighlightedWords {
	background-color: #f0e68c !important;
}
*/
#content input.radio {
	background-color: transparent;
	border: none;
	margin:0 !important;
}
form {
margin:0 !important;
}

#col-right {
	float: right;
	padding: 1em 0 120px;
	width: 178px;
	overflow: hidden;
}
#col-right a {
	color:#2E6896;
}
#col-right a:hover {
	color:#2E6896;
	text-decoration:underline;
}

#right-search-form {
	position: absolute;
	top: 136px;
	z-index: 999;
	right: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 170px;
}
#right-search-form label {
	display: block;
	padding-top: 5px;
	color: #333;
	font-size: 0.65em;
}
#right-search {
	margin: 0;
	padding: 0 2px 0 2px;
	width: 135px;
	height: 20px;
	border: 0px solid #761064;
	background:  #eff4f8;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: none;
}
#right-submit {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0px solid #862074;
	background: transparent;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
}
a.button {
	display: block;
	margin: 10px 0 0;
	padding-top: 3px;
	width: 177px;
	height: 36px;
	overflow: hidden;
	background: transparent url(/images/design/button.gif) no-repeat 0 0;
	color: #d1dee9 !important;
	font-family: Georgia, serif;
	font-size: 1.2em;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration:none !important;
}

table a.button {
	padding-top: 11px;
  font-weight:bold;
	font-size: 1.3em;
 	width: 177px;
	height: 36px;
}

a.button:hover { color: #fff !important; }
div.fade {
	margin: 10px auto 0;
	width: 177px;
	background: transparent url(/images/design/fade.png) no-repeat center top;
	text-align: center;
	font-size: 0.85em;
}
div.fade h5 {
	margin: 0;
	padding: 5px 0;
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: underline;
}
div.fade ul {
	margin: 0;
	padding: 0 0 0 18px;
}
div.fade ul li{
	text-align: left;
	padding-bottom: 5px;
}
div.fade ul li a {
	font-size:95%;
}
/* \*/
* html #right-search-form { top: 135px; }
* html #right-submit { top: 0px; }
* html div.fade { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/fade.png', sizingMethod='crop'); }
/* */



form { display: block; margin: 0; padding: 0; }

form fieldset {
	display: block;
    margin: 10px auto 1em;
    width: 580px;
    padding: 0 0.55em 0.75em 0.55em;
    border: 1px solid #2E6896;
    overflow: hidden;
	font-size: 10pt;
	/*background: #fff;*/
}

form#wercsform fieldset {
    width: 600px !important;
}
form fieldset fieldset {
    margin: 1em auto 0;
    padding: 0;
    width: 100%;
    border: 1px solid #2E6896;
    border-width: 1px 0 0;
    overflow: hidden;
    font-size: 10pt;
}

form fieldset legend {
    margin: 0;
    color: #2E6896;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    line-height: 1em;
}
form fieldset label {
    display: block;
    padding-top: 5px;
}
/*
form fieldset input,
form fieldset textarea {
	background: #eff4f8;
	border: #2E6896 1px solid;
	text-decoration: none;
	font-size: 11px;
	padding: 1px 4px 1px 4px;
}
form fieldset input.button,
form fieldset textarea,
form fieldset select {
	background: #eff4f8;
	border: #2E6896 1px solid;
	text-decoration: none;
	font-size: 11px;
	padding: 1px 4px 1px 4px;
 	cursor: hand;
	cursor: pointer;
}
form fieldset input.button:hover { background: #2f346b; }
form fieldset input.button:focus { border-color: #00042b #3f447b #3f447b #00042b; }
form fieldset input.button.disabled {
    background: #999;
    border-color: #aaa #888 #888 #aaa;
    color: #666;
}
*/
form input.text {
	display: block;
	padding: 1px 2px;
	background-color: #fff;
	border: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

form input.text, form file {
	width: 98%;
}
form input.inline-text {
	padding: 1px 2px;
	background-color: #2E6896;
	border: none;
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
div.left-half {
	float: left;
	width: 30%;
	overflow: hidden;
}
div.right-half {
	float: left;
	width: 30%;
	overflow: hidden;
}

form textarea {
	width: 99%;
}


form .narrow{
	width: 10% !important;
	margin-bottom:2px;
}

/*form textarea {
    width: 96%;
    line-height: 1.3em;
    overflow: auto;
	background: #fff url(/images/design/form-input-bg.png) no-repeat 0 0;
	border: 1px solid #2E6896;
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}*/
form fieldset input:focus,
form fieldset textarea:focus { color: #000 }
/*form fieldset input.button {
    margin: 0.5em 0;
    padding: 2px 3px;
    width: auto;
    background: #1f245b;
    border: 1px solid #00042b;
    border-color: #3f447b #00042b #00042b #3f447b;
    color: #ccc;
}*/
form fieldset sup {
    color: #b22;
    font-size: 7pt;
    font-weight: normal;
    line-height: 0;
    text-transform: uppercase;
    vertical-align: baseline;
    position: relative;
    top: -0.3em;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 0;
    word-spacing: 0;
}
form fieldset input.error { 
/*     border: 1px solid #a22;
   background: #a22;*/
}
form fieldset span.error {
    display: block;
    color: #c11;
}
form fieldset label.inline { display: inline }
#content form fieldset p, #content form fieldset ul, #content form fieldset ol { padding: 0; }
form fieldset.white {
	border-color: #fff;
}
form fieldset.white label {
	clear: left;
	float: left;
	margin: 4px 0;
	padding-right: 5px;
	width: 28%;
	text-align: right;
	line-height: 1em;
	color: #0f144b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
form fieldset.white label.inline {
	float: none;
	margin: 0;
	text-align: left;
	width: auto;
	line-height: 1.1em;
}
form fieldset.white input { margin: 4px 0; }
form fieldset.white .radiobox {
	float: left;
	width: 62%;
}
form fieldset.white input.text {
	float: left;
	width: 59%;
}
form fieldset.white textarea {
	float: left;
    width: 58%;
}


/* \*/
* html form fieldset sup { font-size: 8pt; }
* html form fieldset { position: relative;}
/* */

input.hand, file, select {
	cursor: hand;
	cursor: pointer;
}

table{
	margin-top:.5em;
}

table.styled {  
  border-top: 1px solid #c6d1db;  
  border-left: 1px solid #c6d1db; 
  text-align:center;
}

table.styled th {
	background-color:#c1cad0;
  font-weight:bold:
} 

table.styled td, table.styled th { 
padding: 0.1em 0.3em;   
border-right: 1px solid #c6d1db;  
border-bottom: 1px solid #c6d1db; 
} 

table.styled tr.alt td {  
background-color: #f5f5f5; 
}

.backtotop {
font-size:80%;
}

table.regprice {
	float:left;	
}

table.regprice td {
padding:4px;
}

a.imgbutton {  
position: relative;  
top: .25em;  
left: .30em; 
} 
a.imgbutton img {  
border: 0px solid #fff; 
}

a.minibutton {  
display: block;  
margin: 10px auto 0;  
padding-top: 8px; 
width: 145px;  
height: 32px;  
overflow: hidden;  
background: transparent url(/images/design/minibutton.gif) no-repeat center top;  
color: #ddd !important; 
font-size: 10pt;  
font-weight: bold;  
line-height: 16px;  
text-align: center; 

text-transform: uppercase; 
} 

a.minibutton:hover,a.tinybutton:hover { color: #fff !important; }

h6.agenda {
	width:130px;
	float:left;
}

a.tinybutton {  
display: block;  
float:left;
margin: 4px auto 0;  
padding-top: 1px; 
pading-right:10px !important;
width: 115px !important;  
height: 19px;  
overflow: hidden;  
background: transparent url(/images/design/tinybutton.gif) no-repeat 2px top !important;  
color: #ddd !important; 
font-size: 11px;  
font-weight: bold;  
line-height: 16px;  
text-align: center; 
} 

/* \*/
* html a.tinybutton {
	margin: 5px auto 0; 
}
/* */

#content h3.centerpad {
	background-color:#862074;
	color:#fff;
	text-align:center !important;	
	padding: 4px;
}

.js-block, .js-inline { display: none; }

/*form input.error { border: 1px solid #a22 }*/
form span.error {
	display: block;
	color: #c00;
}
.js { display: auto; }

#content table {
	margin: 5px auto;
	border: none;
}
#content table table { margin: 4px 6px; }
#content th, #content td {
	padding: 2px;
	/*vertical-align: middle;*/
	line-height: 1.3em;
}

#content td.req, #content span.req {
	color: #666;
	font-size: 6.5pt;
	text-transform: uppercase;
	font-weight: normal;
	padding-left:10px !important;
	vertical-align:middle !important;
}

input.big
 {
/*	font-size: 12px !important;
	padding:2px 5px 5px 5px !important;
	* padding:2px 5px !important;*/
	cursor: hand;
	cursor: pointer;	
/*	border:#2E6896 1px solid !important; */
}

#content hr {
	color:#2E6896;
	width:100%;
	height:1px;
	margin-bottom: 10px;
	}

input.big:hover { 
/*	background: #862074 !important; 
	color:#EFF4F8 !important;  
	border:#2E6896 1px solid !important; */
}
/*input.big:focus { border-color: #00042b #3f447b #3f447b #00042b; }*/
input.big.disabled {
    background: #999;
    /*border-color: #aaa #888 #888 #aaa;*/
    color: #666;
}

#infotable {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 670px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:90%;
}

#infotable th {
	background-color:#B2C4D2;
	margin: 0;
	padding: 4px;
	border-width: 1px 0 1px 0;
	border-color:#888;
	border-style: solid;
	/*filter:alpha(opacity=60);*/
}

#infotable td {
	color:#000;
	margin: 0;
	padding: 2px 4px;
	border-bottom: 1px solid #ccc;
}

#infotable tr.nobottomborder>td {
	border-bottom: 0px none;
}

#infotable tr.lightrow td {
	background-color:#F8F9FB;
	/*filter:alpha(opacity=60);*/
}
#infotable tr.darkrow td {
	background-color:#ECF1F5;
	/*filter:alpha(opacity=50);*/
}

table#record {
	margin: 15px auto !important;
	padding: 0;
	border-top: 1px solid #888;
	font-size:90%;
}

#record th {
	background-color:#B2C4D2;
	margin: 0;
	padding: 4px;
	border-width: 0 0 1px 0;
	border-color:#888;
	border-style: solid;
	/*filter:alpha(opacity=60);*/
}

#record td {
	border-width: 0 0 1px 0;
	border-color:#CCC;
	border-style: solid;	
	padding: 4px;
	}


#record td.lightrow  {
	background-color:#F8F9FB;
	/*filter:alpha(opacity=60);*/
}
#record td.darkrow {
	background-color:#ECF1F5;
	/*filter:alpha(opacity=50);*/
}


#infotable .clear {
	clear: both;
}
