﻿/*----------Inherited css from old templates-------------------*/
div.article_summary div.image_caption, div.article_summary div.image_caption_right {
    margin-bottom: 10px;
}

h3.summary_state {
    float: right;
	margin: 0em 6px 0em 1em;
	font-size: 100%;
	font-weight: bolder;
}

h3.summary_title { /* color set later in css color file */
	margin: 0em;
	padding-top: 0em;
	padding-left: 20px;
	font-size: 100%;
	font-weight: bolder;
	line-height: 1.2em;
	text-transform: none;
    background-position: center left; /* background images defined in later css color file */
    background-repeat: no-repeat;	  
}
.summary_title
{
	margin-top:3px !important;
}
div.summary_actions_bottom {
    left: 0px; 
    width: 100%; 
    display:block; 
    clear: both; 
    padding-top: 0.5em;
}
p.article_author, p.article_timestamp {
	line-height: 1.2;
}

p.article_timestamp {
	margin-top: -10px;
	margin-bottom: 8px;
}

p.article_views {
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: 7px;
}
p.property_views {
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: 7px;
}

p.article_text {
	margin-bottom: 5px;
}

div.article_event {
    padding: 0.5em 1em;
    margin: 0em 0em 1em;   
}


div.article_text, div.rich_text {
    line-height: 1.5;
}
div.article_text pre, div.article_text address,
div.rich_text pre, div.rich_text address {
	font-family: 'Courier New' , Monospace;
}

div.article_text h1, div.article_text h2, div.article_text h3, 
div.article_text h4, div.article_text h5, div.article_text h6, 
div.article_text p, div.article_text pre, div.article_text address,
div.rich_text h1, div.rich_text h2, div.rich_text h3, 
div.rich_text h4, div.rich_text h5, div.rich_text h6, 
div.rich_text p, div.rich_text pre, div.rich_text address {
    margin: 0em;
    padding: 0em;
}

div.article_text h1, div.article_text h2, div.article_text h3, 
div.article_text h4, div.article_text h5, div.article_text h6,
div.rich_text h1, div.rich_text h2, div.rich_text h3, 
div.rich_text h4, div.rich_text h5, div.rich_text h6 {
    font-weight: bold;
}

div.article_text h1, div.rich_text h1 {
    font-size: 200%;
    margin-bottom: 0.667em;
}
div.article_text h2, div.rich_text h2 {
    font-size: 150%;
    margin-bottom: 1em;
}
div.article_text h3, div.rich_text h3 {
    font-size: 120%;
    margin-bottom: 1em;
}
div.article_text h4, div.rich_text h4 {
    font-size: 100%;
    margin-bottom: 0.75em;
}
div.article_text h5, div.rich_text h5 {
    font-size: 90%;
    margin-bottom: 1em;
}
div.article_text h6, div.rich_text h6 {
    font-size: 90%;
    margin-bottom: 1em;
}
div.article_text p, div.rich_text p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
div.article_text pre, div.rich_text pre {
    margin-top: 1em;
    margin-bottom: 1em;
}
div.article_text address, div.rich_text address {
    font-size: 120%;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.article_text ul, div.article_text ol, div.article_text li,
div.rich_text ul, div.rich_text ol, div.rich_text li {
    margin: 0em;
    padding: 0em;
}
div.article_text ul, div.article_text ol,
div.rich_text ul, div.rich_text ol {
    margin-top: 1em;
    margin-bottom: 1em;
}
div.article_text ul li, div.article_text ol li,
div.rich_text ul li, div.rich_text ol li {
    margin-left: 3em;
}
div.article_text ul li, div.rich_text ul li {
    list-style-type: disc;
}

div.article p.read_more {
	clear: both;
	margin-top: -5px;
}

div.summary_body {
	padding: 0.5em 0.5em 0em 20px;
}

div.page_content_panel, div.right_content_panel, div.thread_summary_listing, div.bottom_page_"http://smm0059:19946/en/Membership"_panel {	
	margin-bottom: 1em;		
}

div.right_content_panel {		
	float: right;
	width: 241px;		
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6 
{

}

/*These settings are from froms.css. we are merging here layout.css and forms.css for template 5*/
/*Start*/

.separator {
clear:both;
float:none;
height:1px;
margin-bottom:1em;
padding-bottom:0;
}

.border_bottom {
border-style:dotted;
border-width:0 0 1px;
padding-bottom:0.5em;
}

fieldset { 
	float: left;  
	clear: left; 
	position: relative;
	border-style: none;
	z-index: 0;
	width:98%;
}
fieldset h2, fieldset p{
	margin-left: 10px;
	margin-top:6px;
}

legend {
	margin: 0em; 
	padding: 0em;   
	font-weight: bold;	 
}

legend span {  
	position: absolute;  
	left: 0.74em;
	top: 0em;  
	margin-top: 0.5em;  
	font-size: 135%;
}

fieldset ol, fieldset ul { 
	margin: 3.25em 1em 0em 1em;  
	list-style: none;
}

fieldset li {  
	margin-bottom: 0em;
	padding-bottom: 1em;
	z-index: 0;
}

fieldset li.border_top {
    border-width: 1px 0px 0px;
    border-style: dotted;
    padding-top: 1em;
}

fieldset.vert_align label {
	display: block;
	line-height: 1.0;
	padding-bottom: 0.2em;
}

fieldset.vert_align label.check {
	display: inline;
}

fieldset.vert_align table.check label, fieldset.vert_align span.check label {
	display: inline;
}

fieldset.vert_align table.check input, fieldset.vert_align span.check input {
	vertical-align: text-bottom;
	margin-left: 1em;
}

fieldset.vert_align li.image_upload_control {
    height: 190px; 
}

fieldset.vert_align li.image_upload_control iframe {
    margin-top: 0em; 
}

/*
fieldset.vert_align .check input, fieldset.vert_align input.check {
    vertical-align: middle;
}
*/
fieldset.horiz_align li {  
	float: left;  
	clear: left;  
	width: 100%;
}

fieldset.horiz_align input
{
	border:solid 1px #DAE4ED;	
}

fieldset.horiz_align submit 
{
	margin-top:15px;
	background-image:url(../images/layout/log-in.gif);
	background-repeat:no-repeat;
	width:57px;
	height:23px;
	font-size:12px;
	color:#1a6b9a;
	font-weight:bold;
	padding:4px 0px 0px 6px;
}

fieldset.horiz_align label {
	position: relative;
	float: left;  
	width: 10em;  /* change this to increase/decrease label length and field offset - nb. long labels will wrap */
	margin-right: 1em;
	padding-top: 0.2em; /* align with text in input textbox */
}
.horiz_align_normal_label 
{	
	padding-bottom: 0.2em; /* align with text in input textbox */
	padding-top:0em;
	margin:0px;
	vertical-align:text-top;	
	position:relative;
	top: -2px! important;	
}
.horiz_align_normal_label_to
{	
	padding-bottom: 0.2em; /* align with text in input textbox */
	padding-top:0em;
	margin:0px;
	vertical-align:text-top;	
	position:relative;
	top: -2px! important;	
	padding-left:10px;
	padding-right:7px;
}
.label_adv_search
{
	width: 11em; 
	margin-right: 0em; 
	float:left; 
	position: relative; 
	padding-top: 0.2em;
	font-weight: bold;
}
.label_adv_search1
{
	width: 106px; 
	margin-right: 0em; 
	float:left; 
	position: relative; 
	padding-top: 0.0em;
	font-weight: bold;
	padding-right: 5px;

}
.label_adv_search3
{
	width: 7em; 
	margin-right: 0em; 
	float:left; 
	position: relative; 
	padding-top: 0.2em;
	font-weight: bold;
}
fieldset.horiz_align select {	
	/*padding-top: 0.2em;*/ /* align with text in input textbox */
	/*vertical-align:top;*/
}
fieldset.horiz_align span {	
	padding-top: 0.2em; /* align with text in input textbox */
}

fieldset.horiz_align label.check {
	padding-top: 0em;
	padding-bottom: 0.2em;
	margin-top: -0.1em;
}

fieldset.horiz_align label img {
	position: absolute;
	top: 0em;
	left: 9.8em;
}

fieldset.right label {
	text-align: right;
}

fieldset.right label img {
	padding-right: 0.2em;
}

fieldset.bold_labels label {
    font-weight: bold;
}

fieldset.long_labels label {
    width: 11em;
}

fieldset.longer_labels label {
    width: 14em;
}

fieldset span.error_offset {
    padding-top: 0.5em;
}

fieldset.links_list {
    margin-bottom: 0em;
    padding-bottom: 3em;
}

fieldset.links_list li {
    padding-bottom: 0.5em;
}

fieldset.links_list a, fieldset.links_list a:link, fieldset.links_list a:visited, fieldset.links_list a:active {
    text-decoration: underline !important;
}

fieldset.links_list a:hover, fieldset.links_list a:focus,
li.links_list a:hover, li.links_list a:focus,
a.red_link:hover, a.red_link:focus {
    text-decoration: none !important;
}

fieldset input.text {
	padding: 0px 3px;
	width: 140px;
}

fieldset input.xxSmall {width: 35px;} /* new setting for polls */
fieldset input.xSmall {width: 70px;}
fieldset input.xSmaller {width: 65px;}
fieldset input.xMedium {width: 125px;}
fieldset input.xMedium2 {width: 145px;}
fieldset input.xMedium2_1 {width: 95px;}
fieldset input.xMedium3 {width: 110px;}
fieldset input.xLarge {width: 222px;}
fieldset input.xLarge1 {width: 180px;}
fieldset input.xxLarge {width: 210px;}
fieldset input.xXtra {width: 280px;}

fieldset select {
	padding: 0em;
	width: 150px;
}

fieldset select.xSmall {width: 80px;}
fieldset select.xSmaller {width: 75px;}
fieldset select.xSmaller1 {width: 65px;}
fieldset select.xMedium {width: 135px;}
fieldset select.xMedium2 {width: 96px;}
fieldset select.xMedium3 {width: 114px;}
fieldset select.xLarge {width: 216px;}
fieldset select.xLarge1 {width: 186px;}
fieldset select.xXtra {width: 290px;} /* Polls fix */

fieldset table {
	table-layout: fixed;
}

fieldset table td {
	padding-bottom: 0.5em;
}

fieldset table.xSmall td {width: 80px;}
fieldset table.xSmaller td {width: 75px;}
fieldset table.xMedium td {width: 135px;}
fieldset table.xMedium2 td {width: 90px;}
fieldset table.xLarge td {width: 100px;}
fieldset table.xXtra td {width: 150px;}
fieldset table.categories td {padding-right: 1.4em;}

fieldset table label { 
	padding-left: 0.4em;
}

fieldset textarea {
	width: 99%;
}

fieldset.horiz_align textarea {
	width: 393px;
}

fieldset li span.error { /* error messages */
	position: absolute;
	margin-top: 0.2em;
	margin-left: 4px;
	padding-left: 17px;
	font-weight: bold;
	background-position: top left;
	background-repeat: no-repeat;
}

fieldset fieldset li span.error { /* error messages */
	position: relative;
	margin-top: 0em;
	margin-left: -1px;
}

/* nested fieldsets */
fieldset.horiz_align fieldset {
	border-style: none;
	background-image: none;
} 

fieldset.horiz_align fieldset legend {
	margin-left: 0;
	font-weight: normal;
}
fieldset.horiz_align fieldset legend div {
	width: 10em;
	text-align: right;
}
fieldset.horiz_align fieldset legend img {
	position: absolute;
	top: -1.6em;
	left: 9.8em;
}
fieldset.horiz_align fieldset ol, fieldset.horiz_align fieldset ul {
	margin: -1.4em 0em 0em 11em;
	padding: 0em;
}
fieldset.horiz_align fieldset li {
	padding-bottom: 0.5em;
}

fieldset.horiz_align fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
	padding-top: 0em;
}
fieldset.horiz_align fieldset span {
	float: none;
	width: auto;
	margin-right: auto;
	padding-top: 0em;
}
fieldset.horiz_align fieldset input {
	vertical-align: text-bottom;	
}
/* end nested fieldset styling */

/* new settings for ie6 issues */
fieldset.last {
	margin-bottom: 0em;
	padding-bottom: 0.5em;
}

fieldset.nofloat {  /* don't nest */
	float: none;
	width: auto;
	padding-top: 1.5em;
	padding-left: 1em;
	margin-bottom: 0em;
}

fieldset input
{

}

fieldset.nofloat ol, fieldset.nofloat ul {
	margin-left: 0em;
}

fieldset.nolegend ol, fieldset.nolegend ul {
	margin-top: 1em;
}

span.datepicker input {
    width: 140px; /* ie. xSmall size */
}

span.datepicker img {
    vertical-align: text-bottom;
}

span.datepicker1 input {
    width: 90px; /* ie. xSmall size */
}

span.datepicker1 img {
    vertical-align: text-bottom;
}

div.reqd_content {
    float: left;
    width: 35%;
}
div.opt_content {
    float: right;
    width: 55%;
}

div input 
{
	
}

div a
{
	color: #0080BC;    
}


/*End*/

/* start article submit/edit tab bar settings */
ul.tabmenu {
    border: 1px solid #dbdbdb; /* color set later in css color file */
    padding: 0px;
    margin: 1em 1em 0.5em;
    height: 1.8em;
}
ul.tabmenu li {
	padding: 0.1em 2em;
	font-weight: normal;
	list-style: none;
	display: inline;
	position: relative;
	top: 0.2em;
	font-weight: bold;
}
ul.edit_tabs li {
    margin-left: 1px;    
}
ul.tabmenu li a:hover, ul.tabmenu li a:focus {
    text-decoration: none !important; 
}
ul.tabmenu li.activetab a:hover, ul.tabmenu li.activetab a:focus {
    cursor: default;
}
ul.tabmenu li.step {
    border-style: none;
}

input.register_user {
    float: left;
    margin-left: 49px;
    margin-bottom: 1em;
}

/* end article submit/edit tab bar settings */

.submit 
{
	margin-top:15px;
	background-image:url(../images/layout/log-in.gif);
	background-repeat:no-repeat;
	width:57px;
	height:23px;
	font-size:12px;
	color:#1a6b9a;
	font-weight:bold;
	padding:4px 0px 0px 6px;
}



/*------------Featured article classes------------------*/
div#divFeaturedArticleContainer div.featured_thread {
margin-bottom:0.6em;
}
h2.featured_title {
font-size:200%;
margin:0 0 5px;
padding:0;
text-align:center;
text-transform:none;
}
div.featured_thread_body {
padding:0 0.5em 0 0;
}
div.featured_thread a.article_image {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
padding:2px;
}
a.article_image {
border-color:#C7C7C7;
}
a.align_left {
float:left;
margin-right:6px;
}
a.align_right {
float:right;
margin-left:6px;
}
a.article_image {
border:1px solid;
display:inline;
margin-bottom:5px;
}
a.article_image img {
margin:1px;
border:0px;
}
div.featured_caption, div.image_caption, div.image_caption_right {
border-color:#C7C7C7;
}
div.featured_caption, div.featured_caption div, div.image_caption, div.image_caption div, div.image_caption_right, div.image_caption_right div {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
}
div.featured_caption {
margin-bottom:0;
}
div.image_caption, div.featured_caption {
border-style:solid;
border-width:1px;
clear:left;
float:left;
margin:0 6px 2px 0;
}
div.featured_caption div, div.image_caption div, div.image_caption_right div {
margin:0.1em;
padding:0.3em 0.8em;
text-align:center;
}
p.article_author, p.article_timestamp {
line-height:1.2;
}
div.article_text, div.rich_text {
line-height:1.5;
}
/*------------Business Directory classes----------------*/
#directory_quicklinks h3 {
color:#003399;
display:inline;
font-size:100%;
margin:0;
padding-right:15px;
}
#directory_quicklinks ol 
{ 
	margin: 0; 
	padding: 0; 
	display: inline; 
}
#directory_quicklinks ol li 
{
	display: inline; 
	color:#039;
}
#directory_quicklinks ol li a 
{ 
	padding: 0 2px; 
	text-decoration: 
	none; 
	font-size: 92%; 
	color:#039;
}
#directory_quicklinks ol li a:hover 
{ 
	text-decoration: underline; 
}
#divSlideShow div#dhtmlgoodies_slideshow
{
	width: 730px; /* Total width of slideshow */	
}
#divSlideShow div.gallery
{
	min-height:130px;
	border:solid 1px #CCCCCC;
	padding:4px;
}
#divSlideShow div#galleryContainer {
height:102px;
overflow:hidden;
padding:1px;
position:relative;
vertical-align:middle;
}
#divSlideShow div#arrow_left {
background-color:#FFFFFF;
left:0;
padding:1px;
position:absolute;
z-index:10;
}
#divSlideShow div#arrow_right {
background-color:#FFFFFF;
padding:1px;
position:absolute;
right:0;
z-index:10;
}
#divSlideShow div#theImages {
height:100px;
left:40px;
position:absolute;
width:100000px;
}
#divSlideShow div#theImages #slideEnd {
float:left;
}
#divSlideShow div#theImages img
{
	float: left;
	padding: 1px;
	filter: alpha(opacity=80);
	opacity: 0.5;
	cursor: pointer;
	border: 0px;
}
#divSlideShow div#waitMessage
{
	display: none;
	position: absolute;
	left: 200px;
	top: 150px;
	background-color: #FFF;
	border: 3px double #000;
	padding: 4px;
	color: #555;
	font-size: 0.9em;
	font-family: arial;
}

#divSlideShow div#theImages .imageCaption
{
	display: none;
}
#directory_search div.gallery
{
	min-height:130px;
	border:solid 1px #CCCCCC;
	padding:4px;
}
#searchTable 
{
	width:730px;
}
#searchTable {
margin-top:6px;
}
#searchTable td {
padding-bottom:2px;
padding-right:2px;
padding-top:6px;
}
#directory_listings
{
	height:auto;
	border:solid 1px #CCCCCC;
	padding:8px;	
}

.headlinescontainer
{
	width:980px;
}
.headlinescolumn
{
float:left;
margin:11px 2px 0px 2px;
float:left;
}
.headlinesbar
{
background-image:url(../images/layout/headlines-top-blue-curve.gif);
background-repeat:no-repeat;
width:322px;
height:38px;
}
.headlinesheading
{
font-size:18px;
color:#666666;
padding:10px 0px 0px 11px;
}
.headlinesbarmiddle
{
background-image:url(../images/layout/headlines-middle-blue-line.gif);
background-repeat:repeat-y;
width:300px;
padding:10px 10px 0px 12px;
font-size:12px;
color:#666666;
line-height:18px;
min-height:540px;
}
.headlinesbarbottom
{
background-image:url(../images/layout/headlines-bottom-blue-curve.gif);
background-repeat:no-repeat;
width:322px;
height:11px;
}
.ie6fudge
{
	display:none;
}
h2.blue
{
	font-size:14px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
/*EVENTS CALENDAR*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
div.event_search_body
{
	border-bottom:solid 1px #c7c7c7;
}
div.event_search_panel {		
	float: right;	
	width: 240px;
	height:450px;			
}
div.event_search_results_panel {	
	width: 490px;		
	float:left;
	height:450px;
	overflow:auto;		
}

div.event_search div.event_search_body {
	height: 230px;
    padding: 0.2em 0.2em 0.2em 0.2em;
	/*border-width: 0px 1px 0px 1px;
	border-style: solid;*/
	height:450px;
}


DIV.home_event_release {
	MARGIN: 2px 0px;
	width:230px;	
	height:270px;
}

div.home_event_release div.home_event_release_body {
	 margin: 2px 3px 2px 3px;
	 
}
.events-hide-heading-area {
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	FONT-WEIGHT: bold; 
	MARGIN-BOTTOM: 1px; 
	PADDING-BOTTOM: 1px; 	
	PADDING-TOP: 1px; 
	HEIGHT: 14px; 	
	width:230px;
} 


#table-heading-area{	
	margin-bottom:1px;
	padding:3px;	
	height:18px;
}
#table-container
{	 
	width:100%;	 
}
.search-events-heading-area{	
	margin-bottom:1px;
	padding:3px;
	height:18px;
}
#content-heading-area{	
	height:21px;
	margin-bottom:1px;	
	padding: 4px 3px 2px 3px;	
}


.data-date-1{	
	text-align:left;
	
	padding: 4px 3px 2px 3px;
	
}
.data-date-1 label{	
	
	float: left;  
	width: 7em; 
	text-align:left;	
	padding:2px;	
	
}
.data-date-1 a{
	padding-left:10px;
	padding-top:2px;
	display:block;
	
}

.iframe_community
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:582px;
	vertical-align:top;	
}

iframe.shoutbox
{
	width:200px;
	margin:5px 1px;
}

iframe.latest_forums_posts
{
	width:200px;
	margin:5px 1px;
}


.div_dynamic_event
{	
	padding-bottom: 2px; 
	padding-left:6px;
	
}

#classified-box
{
	padding:4px;
	float:left;	
	
}

#classified-box .classified-box-section{	
	float:left;	
	padding: 0px 0px 0px 0px; 
	background-image:url(../images/layout/border_bg.gif);
	background-position:left bottom;	
	margin: 0px 4px 4px 0px;
	width:188px;
	height:112px;	
	
}
#classified-box .classified-box-section .header{
	background-image:url(../images/layout/head_cutting.gif);
	background-color:#000000;	
	color:#666;
	font-weight:900;
	padding: 4px 4px 4px 4px;
	border:solid 1px #CCCCCC;
	

}
#classified-box .classified-box-section .link{	
	padding: 2px 4px 2px 4px;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;

}
.div_event_price
{
	float: left;
	padding-right: 4px; 
}


div.press_release {
   
}
div.press_release div.press_title_wrapper {
	height: 24px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div.press_release div.press_title_wrapper h3.press_title {	
	margin: 0em 8px 0em;
	padding-top: 4px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	text-transform: none;	  
}

div.press_release div.press_title_left {
	float: left;				  
	width: 8px;
	height: 24px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.press_release div.press_title_right {
	float: right;				  
	width: 8px;
	height: 24px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.press_release div.press_body {	
	border-width: 0px 1px 0px 1px; /* color set later in css color file */
	border-style: solid;
	/*padding: 1em 1.5em 0.5em 1.5em;*/ /* temporary */
	padding: 0em; /* temporary */
	text-align:left;
}


div.press_release div.press_body_google {	
	border-width: 0px 1px 0px 1px; /* color set later in css color file */
	border-style: solid;
	/*padding: 1em 1.5em 0.5em 1.5em;*/ /* temporary */
	padding: 0em; /* temporary */
	
}

div.press_release div.press_footer_wrapper {
	height: 7px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}

div.press_release div.press_footer_left {
	float: left;				  
	width: 8px;
	height: 7px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

div.press_release div.press_footer_right {
	float: right;				  
	width: 8px;
	height: 7px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}
.view_advertise_fix1
{
	margin-bottom: 0px; 
	padding-bottom: 0px;
}

.view_advertise_fix2
{
	width:228px;
	text-align: right;
}

.view_advertise_fix3
{
	padding: 1px 8px 12px 0px; 
	text-align: right;
}
div.bottom_panel div.bottom_panel_body {
    padding: 0em;
	border-width: 0px 1px; /* color set later in css color file */
	border-style: solid;
}

div.bottom_panel_list { 
	padding: 5px;

}

table.bottom_panel_list_grid  
{
	width:100%;	 	
	BORDER-COLLAPSE:collapse; 	
    border-color:#ece9d8;
    line-height:normal;
}

table.bottom_panel_list_grid th
{
	 padding:5px;	
	 font-weight:bold;	
}
table.bottom_panel_list_grid td
{
	 padding:6px;	 
	 font-weight:normal;	
}
.WarningMessage
{
	color:Red;
	font-size:13px;
	vertical-align:middle;
	text-align:center;
}