* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:10px;
	background-color: #e2e1de;
}
#wrapper { 
	margin: 0 auto;
	padding:10px 0px;
	width: 100%;
	background-color:#cececc;
}
#sideShadow {
	margin: 0px;
	width: 100%;
	background-image: url(../graphics/MainBGwShadow.jpg);
	background-repeat: repeat-y;
}
#sideShadow2Col {
	margin: 0px;
	width: 100%;
	background-image: url(../graphics/MainBGwShadow_2col.jpg);
	background-repeat: repeat-y;
}
/*3 Containers Start*/
#leftcolumn {
	display:none;
}
#content { 
 float: left;
 margin: 0px 0px 0px 1px;
 padding: 10px;
 width: 72%;
 display: inline;
}
#content.twoColumn {
	width:100%;
	}
#rightcolumn { 
 margin: 0px 0px 0px 1px;
 padding: 10px;
 width: 230px;
 float: left;
 border-top:solid 10px #ebc3c4;
}
/*3 Containers End*/
#header {
	display:none;
}
#Logo {
	background-color:#FFF;
	width:226px;
	height:88px;
	padding-top:22px;
	float:left;
	}
#Logo img{
	display:block;
	margin:auto;
	border:none;
	}
#LogoRight {
	width:800px;
	height:110px;
	float:right;
	background-image: url(../graphics/LogoRight_bg.jpg);
	color: #c51c47;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 3px;
}
#LogoRight span{
	float:right;
	margin:50px 20px 0px 0px;
}	
/*Search Start*/
#searchform {
	height:40px;
	width:230px;
	background-color:#c51c47;
	float:left;
	}
#search{
	margin:10px 0 5px 0; 
	float:left; 
	width:21px; 
	height:20px; 
	cursor:pointer
	}	
#SearchText{
	border:1px solid #fdc1bd; 
	color:#666; float:left; 
	padding:3px 5px 4px 5px; 
	margin:10px 0px 5px 10px; 
	width:177px; 
	height:11px; 
	font-size:.85em;
	}
/*Search End*/

/*Top Menu Start*/
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:800px;
	display:block;
	height:39px;
	border-top:solid 1px #FFF;
	text-transform:uppercase;
	background-color:#c51c47;
	float:right;
	font-weight:bold;
	font-size:12px;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#59142b;
	text-decoration:none;
	padding:10px 40px 0 12px;
	height:29px;
	background-color:#d15561;
	}
ul#menu li a:hover, ul#menu li.current a:hover{
	background-color:#ebb4b1;
	color:#9f2a51;	
	}
ul#menu li.current a{
	background-color:#e29691;
	color:#700b2c;	
	}
/*Top Menu End*/

/*Left Menu Start*/
#menuLeft {
	padding:0; 
	margin:0; 
	border:0; 
	list-style-type:none; 
	overflow:hidden; 
	text-align:left; 
	width:197px;
	border:#CCCCCC solid 1px;
	padding:5px;
	background-color:#fff;
	cursor:pointer;
	}
#menuLeft li {
	background-color:#E2E2E2;
	margin-bottom:2px;
	}
#menuLeft li.last {
	margin-bottom:0px;
	}
#menuLeft li:hover {
	background-color: #efefef;
	}
#menuLeft li a{
	display:block;
	font-size:11px;
	line-height:11px;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	cursor:pointer;
	padding:8px 4px 8px 21px;
	text-transform:uppercase;
	background-image: url(../graphics/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	}
#menuLeft li a.nosubmenu{
	background-image: url(../graphics/arrowBlank.gif);
	}
#menuLeft ul {
	background-color: #FFFFFF;
	padding:3px 0px 1px 0px;
	list-style-type:none; 
	overflow:hidden; 
	text-align:left; 
	cursor:pointer;
	}	
#menuLeft ul li {
	background-color:#FFFFFF;
	margin:0px 8px;
	border-bottom:solid 1px #dcdbdb;
	}
#menuLeft ul li.last {
	border-bottom:none;
	}
#menuLeft ul li a{
	background-color: #FFFFFF;
	display: block;
	padding:7px 3px 7px 5px;
	color: #333333;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	text-transform:none;
	font-weight:normal;
	background-image:none;
}
#menuLeft ul li a:hover{
	background-color: #F0EFEF;
}
.hide{
display: none;
}
.show{
display: block;
}
/*Left Menu End*/

/*Breadcrum Start*/
#breadcrumb {
	letter-spacing:1px;
	color:#c51c47;
	background-color:#fcf9eb;
	font-size: 10px;
	line-height:12px;
	font-weight:bold;
	padding: 3px 5px;
	border-top: solid 1px #dcd8d7;
	border-bottom: solid 1px #dcd8d7;
	margin-bottom:10px;
}
#breadcrumb a{text-decoration:none;	color: #a09696; font-weight:normal;}
#breadcrumb a:hover {text-decoration:none;	color: #000000;}
/*Breadcrum End*/

/*Right Column Start*/
#rightcolumn h1 {
	font-size:14px;
	color:#a71950;
	padding:6px 10px 14px;
	border:solid 1px #e19d99;
	border-bottom:none;
	background-image: url(../graphics/FeatSH1_bg.png);
	background-position: bottom;
}
#rightcolumn h1.FeatSH1Alt {
	background-image: url(../graphics/FeatSH1_Alt_bg.png);
}
#rightcolumn h2 a{
	font-size:12px;
	color:#a71950;
	text-decoration:none;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dashed 1px #cf807b;
}
#rightcolumn h2.h2nolink {
	font-size:12px;
	color:#a71950;
	text-decoration:none;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dashed 1px #cf807b;
}
#rightcolumn h2 a:hover{
	color:#d15561;
}
.RightColumnBox {
	background-color:#f8f6cf;
	border:solid 1px #e19d99;
	border-top:none;
	padding: 6px 10px 10px;
	margin-bottom:10px;
	}
.RightColumnBox img{
	border:solid 1px #e19d99;
	margin-top:4px;
	}
/*Right Column End*/

/*Footer Start*/
#footer {
	width: 780px;
	clear: both;
	margin: 0px 0px 0px 10px;
	padding: 10px 10px 10px 240px;
	border-top:solid 2px #c51c47;
	border-bottom:solid 2px #c51c47;
	background-image: url(../graphics/footer_bg.gif);
	background-repeat: repeat-y;
	font-size:10px;
	line-height:16px;
	text-align:center;
	color:#616161;
}
#footer a{text-decoration:underline; color: #000000;}
#footer a:hover {text-decoration:underline overline; color: #000000;}
#footer a:visited{color: #000000;}
#footer .current{color: #000000; font-weight:bold;}
/*Footer End*/


/*Right Column Start*/
/*News Start*/
#BreakingNews {
	background-color:#c74c58;
	margin-bottom:3px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	padding:8px 10px;
}
#FeatureNews {
	width:527px;
	background-color:#fff6ca;
	border:solid 1px #dadada;
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
	color:#444444;
	}
#FeatureNews h1 {
	width:507px;
	padding:10px 10px 18px;
	font-size:18px;
	background-image: url(../graphics/FSH1_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#FeatureNews h1 a{
	color:#7c0d29;
	text-decoration:none;
	}
#FeatureNews h1 a:hover{
	color:#ad3856;
	}
#FeatureNews h2 {
	padding:10px 10px 0px 10px;
	font-size:13px;
	line-height:22px;
	font-weight: normal;
	}
#FeatureNews h2 a{
	font-weight:bold;
	color:#11638b;
	text-decoration:underline;
	}
#FeatureNews h2 a:hover{
	color:#4b92b5;
	}
.readMore {
	color:#444444;
	text-decoration:underline;
	font-weight:bold;
	}
.readMore:hover {
	color:#696969;
	text-decoration:underline overline;
	}
#FeatureNews img {
	padding:4px;
	margin-right:12px;
	background-color:#fff8f5;
	border:solid 1px #e8e5dc;
	display:inline;
	float:left;
	}
.newsCell{
	float:left;
	width:258px;
	background-color: #fdfde8;
	border: #dadada solid 1px;
	padding: 0px 0px 7px 0px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
}
.newsCell img{
	border: #dadada solid 1px;
	margin:1px 10px 0px 0px;
	float:left;
}
.newsCell h1 {
	font-size:12px;
	vertical-align: bottom;
	padding: 7px;
	font-weight: bold;
	color:#444444;
	background-color:#f6f8f9;
	border-bottom:solid 1px #bccad3;
}
.newsCell h1  a {
	color:#103547;
	text-decoration:none;
	}
.newsCell h1  a:hover{
	color:#3e6c83;
	}
.newsCell h2 {
	font-size:11px;
	padding: 5px 7px 7px 7px;
	color:#444444;
	line-height:17px;
	font-weight:normal;
}
.newsCell h2 a{	color:#444444; text-decoration:underline; font-weight:bold;}
.newsCell h2 a:hover{color:#696969; text-decoration:overline underline}

.newsCell h3 {
	font-size:10px;
	padding: 3px;
	margin: 0px 7px 0px 7px;
	border: #dadada solid 1px;
	font-weight:normal;
	background-color:#f2f2f2;
}
.newsCell h3 a{	color:#530E23;}
.newsCell h3 a:hover{color:#913551;}

.newsCellSeperator {
	float:left; 
	width:9px; 
	height:10px; 
}
.newsCellClearer {
	float:left; 
	width:529px; 
	height:9px; 
	line-height:0px; 
	font-size:0px; 
}
#AddInfoFP h3  {
	font-size:15px;
	color:#6a0c0c;
	line-height:25px;
}
#AddInfoFP p {
	font-size:12px;
	line-height:19px;
	color:#444;
	padding:8px 0px;
}
#AddInfoFP p a, #content ul a, #content ol a{
	font-weight:bold;
	color:#11638b;
	text-decoration:underline;
}
#AddInfoFP p a:hover, #content ul a:hover, #content ol a:hover {
	color:#4b92b5;
}
#AddInfoFP p a:visited, #content ul a:visited, #content ol a:visited {
	color:#103547;
}
#AddInfoFP ul, ol {
	line-height:20px;
	font-variant: normal;
	color: #444;
	padding: 6px;
	margin: 0px 30px;
}
/*News End*/

/*Poll Start*/
h2.voting {
	font-size:12px;
	line-height:20px;
	color:#444;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: dashed 1px #e19d99;
}
#rightcolumn h2.voting a {
	color:#878787;
	text-decoration: underline;
	font-style:italic;
	display:inline;
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:none;
	}
#rightcolumn h2.voting a:hover{
	color:#3e6c83;
	}
h3.voting{
	color:#000;
	font-size:12px;
	line-height:12px;
	padding:8px 0px;
	}
h3.voting a{
	color:#103547;
	text-decoration:underline;
	}
h3.voting a:hover{
	color:#3e6c83;
	}
#VoteItemsHolder {
	padding:0px 10px;
	}
.answer {
	font-weight:bold;
	color:#000;
	display:block;
	margin-top:10px;
	}
.votes {
	font-weight:normal;
	color:#999;
	font-size:10px;
	}
.totalvotes {
	font-size:12px;
	color:#000;
	display:block;
	margin:5px 0px;
	}
#rightcolumn form{
	margin:0px;
	padding:0px;
	color:#444;
	}
#rightcolumn label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
	margin:0px 0px 0px 0px;
}
#rightcolumn .radio {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
/* VOTE BUTTON START: */	
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	vertical-align: middle;
}
 
button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
 
button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}
 
 
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 12px 0 0;
	margin:8px 3px 0px 0px;
	font-size:10px;
	font-weight:bold;
	text-align: center; 
	background: transparent url(../graphics/voteButton.gif) no-repeat right -43px; 
}
	
button.submitBtn span {
	padding: 6px 0 0 12px; 
	height:23px;
	line-height:10px; 
	background: transparent url(../graphics/voteButton.gif) no-repeat left top; 
	color:#fff; 
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -129px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -86px;
}
/* VOTE BUTTON END: */	

.viewResults {
	color:#878787;
	text-decoration:none;
	}
.viewResults:hover {
	color:#3e6c83;
	}
.prevResults {
	text-decoration:none;
	cursor: pointer;
	font-size:11px;
	color:#878787;
	}
.prevResults:hover {
	color:#3e6c83;
	}
#prevResults {
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #444444;
	list-style:none;
	text-decoration: none;
	text-indent: 0px;
	padding: 0px;
	margin:0;
}
#prevResults li{
	margin-top:15px;
}
#prevResults li a{
	color:#444;
	text-decoration:none;
}
#prevResults li a:hover{
	color:#878787;
	text-decoration: underline;
}
/*Poll End*/

/*Question of the Month Start*/
h2.qotm {
	font-size:12px;
	line-height:20px;
	color:#444;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: dashed 1px #e19d99;
}
h2.qotm a{
	color:#878787;
	text-decoration: underline;
	font-style:italic;
	}
h2.qotm a:hover{
	color:#3e6c83;
	}
h3.qotm {
	font-size:12px;
	color:#444;
}
h3.qotm a{
	color:#c51c47;
	text-decoration: underline;
	}
h3.qotm a:hover{
	color:#d15561;
	}
.totalComments{
	font-weight:normal;
	font-style:italic;
	font-size:11px;
	}
.RightColumnBoxQOTM {
	background-color:#f6f38b;
	border:solid 1px #e19d99;
	border-top:none;
	padding: 6px 10px 10px;
	margin-bottom:10px;
	}
/*Question of the Month End*/

/*Events Start*/
.eventDate {
	display:block;
	color:#c51c47;
	font-weight:bold;
	}
.UpcomingSeminars{
	display:block;
	padding:5px 0px;
	margin:10px 0px;
	border-bottom: dashed 1px #cf807b;
	border-top: dashed 1px #cf807b;
	color:#444;
	font-weight:bold;
	background-color:#ebe8b4;
	text-align:center;
	}
.UpcomingEvents {
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #444444;
	list-style:none;
	text-decoration: none;
	text-indent: 0px;
	padding: 0px;
	margin:0;
}
.UpcomingEvents li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: dashed 1px #e19d99;
}
.UpcomingEvents li a{
	color:#444;
	text-decoration:none;
}
.UpcomingEvents li a:hover{
	color:#878787;
	text-decoration: underline;
}
/*Events End*/

#FeatureSection {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	line-height:13px;
	font-weight:bold;
	color:#563a3a;
    list-style:none;
	margin:0px;
	padding:0px;
}
#FeatureSection a {
    display:block;
	padding: 12px 0px 0px 43px;
    width:165px;
	height:25px;
    color:#444;
    text-decoration:none;
	margin-bottom:10px;
	background-repeat:no-repeat;
}
#FeatureSection a:hover {
	background-position:-208px 0px;
	color: #878787;
}
#FeatureSection a.twoRows {
	padding: 5px 0px 0px 45px;
	height:32px;
	}

/*Right Column End*/

#content h1 { 
	font-size:24px;
	font-weight:bold;
	color:#b80634;
}
#content h2 {
	font-size:11px;
	font-weight:normal;
	color:#666666;
	margin-bottom:5px;
}
#content h2.eventDate {
	font-size:13px;
	line-height:20px;
	color:#b80634;
}
#content h3  {
	font-size:15px;
	color:#6a0c0c;
	line-height:25px;
}
#content p {
	font-size:12px;
	line-height:19px;
	color:#444;
	padding:8px 0px;
}
#content ul, ol {
	line-height:20px;
	font-variant: normal;
	color: #444;
	padding: 6px;
	margin: 0px 30px;
}
#content img {
	margin-right:12px;
	margin-top:10px;
	border:solid 1px #5b5b5b;
	display:inline;
	float:left;
}
#content p a, #content ul a, #content ol a, #styledTable a{
	font-weight:bold;
	color:#11638b;
	text-decoration:underline;
}
#content p a:hover, #content ul a:hover, #content ol a:hover, #styledTable a:hover {
	color:#4b92b5;
}
#content p a:visited, #content ul a:visited, #content ol a:visited, #styledTable a:visited {
	color:#103547;
}
#content hr {
	display: block;
	text-align:left;
	margin: 5px 0px; /*this will middle it left for Mozilla*/
	border: none 0;
	border-top: 1px dashed #c51c47;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	}
.important {
	color:#c51c47;
	font-weight:bold;}
.exclaim {
	color:#FF0;
	font-weight:bold;}
.RCdate {
	display:block;
	color:#c51c47;
	font-weight:bold;
	}
.RCotherItems {
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #444444;
	list-style:none;
	text-decoration: none;
	text-indent: 0px;
	padding: 0px;
	margin:0;
}
.RCotherItems li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: dashed 1px #e19d99;
}
.RCotherItems li a{
	color:#444;
	text-decoration:none;
}
.RCotherItems li a:hover{
	color:#878787;
	text-decoration: underline;
}
.UpcomingSeminars{
	display:block;
	padding:5px 0px;
	margin:10px 0px;
	border-bottom: dashed 1px #cf807b;
	border-top: dashed 1px #cf807b;
	color:#444;
	font-weight:bold;
	background-color:#ebe8b4;
	text-align:center;
	}
#content .seperatedList {
	padding:0px;
	margin:10px 0px;
	list-style:none;
	}
#content .seperatedList li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px dashed #c51c47;
	}
#content .seperatedList ul {
	list-style: square;
	margin-top:0px;
	margin-bottom:0px;
	}
#content .seperatedList ul li {
	border-bottom: none;
	padding-bottom:0px;
	margin-bottom:5px;
	}
#content .spacedLIs li{
	margin-bottom:10px;
	}
#content .rightImg {
	margin-left:12px;
	margin-top:10px;
	border:solid 1px #5b5b5b;
	display:inline;
	float:right;
	}
#content .twoColumnlist {
	padding:0px;
	margin:10px 0px;
	list-style:none;
	}
#content .twoColumnlist
{
	width: 100%;  /* room for 3 columns */
	list-style:none;
	padding:0px;
	margin:5px 0px 0px 0px;
}
#content .twoColumnlist li
{
	margin-bottom:10px;
	float: left;
	width: 50%;  /* accommodate the widest item */
}
#content .twoColumnlist li img
{
  vertical-align: middle;
  padding:0px;
  margin:0px 10px 0px 0px;
}
/* stop the floating after the list */
.clearerL
{
  clear: left;
}
/* separate the list from what follows it */
#content .twoColumnlistWraper
{
  margin-bottom: 1em;
}
.expandboxLink {
	padding:5px; 
	background-color:#f0eeef; 
	border:#e5e5e5 solid 1px; 
	margin-bottom:5px; 
	cursor: pointer;
	display:block;
	text-decoration:underline;
	margin-bottom:10px;
	}
/* Nice Table List */
#content #styledTable, #styledTable td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
}
#content #styledTable
{
	border                :none;
	border                :1px solid #CCC;
	line-height:22px;
}
#content #styledTable thead th,
#content #styledTable tbody th
{
	background          : #FFF url(../graphics/th_bck.jpg) repeat-x;
	padding             : 5px 0px 5px 10px;
	border-left         : 1px solid #CCC;
	text-align:left;
	font-size:13px;
}
#content #styledTable tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : bold;
}
#content #styledTable tbody tr td
{
  padding             : 5px 0px 5px 10px;
}

#content #styledTable tfoot td,
#content #styledTable tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
  padding               : 4px;
  background            : #FFF url(../graphics/foot_bck.gif) repeat;
}
-->

#brochureBox {
	padding:10px; 
	background-color:#f0eef7; 
	border:#666666 solid 1px; 
}

#submitComment {
	color:#b80634;
	text-decoration:none;
	margin-left:312px;
	font-size:12px;
	padding:5px 0px 5px 28px;
	background-image: url(../graphics/physicianforum/commentbubble.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#submitComment:hover {
	color:#de5d8f;
}

#error {
	background-color:#c51c47;
	color:#fff;
	font-weight:bold;
	padding:5px 7px;
}
#error a{
	color:#f3ffc8;
}
#error a:hover{
	color:#fdfff4;
}
#addCommentForm {
	padding:0px;
	float:left;
	width:529px;
	margin-top:10px;
}
#commentTable {
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	border:solid 1px #e19d99;
	width:529px;
	}
#commentTable br {
	height:5px;
	line-height:5px;
	}
#commentTable th{
	width:32%;
	text-align:right;
	padding:10px;
	background-color:#e5eeb7;
	border-bottom:solid 1px #f8fde0;
	}
#commentTable .altTH{
	background-color:#f4ffa9;
	}
#commentTable td{
	padding:10px;
	background-color:#f8fde0;
	border-bottom:solid 1px #e5eeb7;
	}
#commentTable .altTD{
	background-color:#f4ffa9;
	}
#commentTable td.alt{
	background-color:#ffe38a;
	border-bottom:solid 2px #e19d99;
	border-top:solid 2px #e19d99;
	font-weight:bold;
	color:#444;
	}
#commentTable img{
	float:none;
	margin:0px;
	padding:0px;
	vertical-align:top;
	}
#commentTable .input{
	height:23px;
	line-height:23px;
	width:315px;
	}
#commentTable .inputSmall{
	height:23px;
	line-height:23px;
	width:150px;
	}
#commentTable .inputSmallest{
	height:23px;
	line-height:23px;
	width:20px;
	}
#commentTable .inputTotal{
	height:23px;
	line-height:23px;
	width:150px;
	background-color:#ececec;
	border:solid 1px #d6d6d6;
	}
#commentTable label{
	color:#665b58;
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.checkbox {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
#commentTable textarea{
	width:315px;
	font-size:13px;
	font-family: Tahoma, Geneva, sans-serif;
}
#commentTable textarea.textareaBig {
	width:483px;
	}
.button {
	padding:3px 5px;
	}
.comments {
	margin-top:10px;
	border-bottom:solid 1px #6a0c0c;
	}
.commentsCount {
	font-style:italic;
	color:#6a0c0c;
	padding:5px;
	margin:0px;
	background-color:#f8f6cf;
	}
.comment {
	padding:20px;
	color:#444;
	font-size:11px;
	border-left:solid 5px #dfdca0;
	border-bottom:dashed 1px #dfdca0;
	}
.number {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	margin-right:10px;
	}
.commentText {
	display:block;
	margin-left:40px;
	font-size:12px;
	line-height:20px;
	}
.author {
	font-size:16px;
	font-weight:bold;
	color:#C36;
	}
.time {
	display:block;
	padding:3px 10px;
	margin-top:10px;
	background-color:#eeebad;
	text-align:right;
	font-size:10px;
	margin-left:40px;
	}
.important {
	font-weight:bold;
	color:#c51c47;
	}

/*Checkbox Table*/

#imsjoinChecks{
	width: 100%;
	padding: 0;
	margin: 0;
	border-left: 1px solid #f2b7b3;
	line-height:15px;
	color: #4b5662;
	text-align: left;
	border-collapse: collapse;
}

#imsjoinChecks th {
	font-size:12px;
	line-height:20px;
	color: #4b5662;
	background: #dfff99;
	border-right: 1px solid #f2b7b3;
	border-bottom: 1px solid #f2b7b3;
	border-top: 1px solid #f2b7b3;
	text-align: left;
	padding:8px;
	font-weight:bold;
}

#imsjoinChecks td {
	padding:8px;
	border-bottom: 1px solid #f2b7b3;
	border-right: 1px solid #f2b7b3;
	background-color:#eef4d0;
	font-size:11px;
}

#imsjoinChecks tbody tr:hover td {
	background:#fdffcd;
	border-color:#bccad3;
}

/*Checkbox Table No Hover*/

#imsjoinChecks2{
	width: 100%;
	padding: 0;
	margin: 0;
	border-left: 1px solid #f2b7b3;
	line-height:15px;
	color: #4b5662;
	text-align: left;
	border-collapse: collapse;
}

#imsjoinChecks2 th {
	font-size:12px;
	line-height:20px;
	color: #4b5662;
	background: #dfff99;
	border-right: 1px solid #f2b7b3;
	border-bottom: 1px solid #f2b7b3;
	border-top: 1px solid #f2b7b3;
	text-align: left;
	padding:8px;
	font-weight:bold;
}

#imsjoinChecks2 td {
	padding:8px;
	border-bottom: 1px solid #f2b7b3;
	border-right: 1px solid #f2b7b3;
	background-color:#eef4d0;
	font-size:11px;
}

table a{
	font-weight:bold;
	color:#11638b;
	text-decoration:underline;
}
table a:hover {
	color:#4b92b5;
}
table a:visited {
	color:#103547;
}

table {
	width:100%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:0em auto;
	border-collapse:collapse;
	}
caption {
	color: #c51c47;
	font-size:.1.2em;
		letter-spacing:.1em;
		margin:0 0 .8em  0;
		padding:0;
		caption-side:top;
		text-align:center;
	}
tr.heading td { 
	font-size:1.1em;
	font-weight:bold;
	color:#360c02;
	padding: .3em 1.2em;
	background-color:#ffe38a;}
tr.odd td	{
	background:#f7fbff
	}
tr.odd .column1	{
	background:#f4f9fe;
	}	
.column1	{
	background:#f9fcfe;
	text-align:center;
	}
td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.7em 1em;
	text-align:left;
	line-height:1.6em;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}							
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
