

/*
Framework, positioning
*/

table.mainHeader {
	border: 1px solid #A17026;
	border-bottom: 0px;
	border-collapse: collapse;
	background: #FCFBFC;
	width: 100%;
}  

table.maintable {
    width: 100%;
	background: #BFBDBD;
	border-spacing:1px;
}

table.loginform 
{
    width:400px;
    margin:30px auto;
} 

tr.item, tr.altItem
{
    margin:1px;
}

tr.item td , td.item{
    background-color:#f8f8f8;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;
}

tr.altItem td , td.altItem{
    background-color:#efefef;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;
}

tr.editItem td , td.editItem{
    background-color:#ffffe1;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;
}


tr.altItem td, tr.item td, td.item, td.altItem, tr.editItem td , td.editItem, tr.plainitem td , td.plainitem, div.item ,div.altItem
{
    font: 12px/1.5 Verdana;
    padding: 4px;
}

th.smallcat, tr.smallcat th, div.smallcat{
    background-color: #EFEFEF;
    font: bold 10px Verdana;
    color: black;
    padding: 4px;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;

} 

tr.forumMenu td {
    background-color: #EFEFEF;
    padding: 2px;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid; 
    /*text-align:left;*/
}

tr.topDivider td {
    background-color: #B6C5E4;
    font: bold 9px Verdana;
    color: black;
    padding: 4px;
    border-top: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;

} 

td.reglabel
{
    text-align:left;
    margin: 0 ;
    font: 10px Verdana;
}
     
td.regvalue
{
    padding-left:10px;
}

div.item 
{
    background-color:#F8F8F8;
    border: #BFBDBD 1px solid;
}

div.altItem 
{
    background-color:#EFEFEF;
    border: #BFBDBD 1px solid;
}

div.subTabContentArea
{
    border: solid 1px #919B9C;
    color: black;
    width:90%;
    padding: 10px;
    position:relative;
    top:-2px;
    background-color:white;
    z-index:2;
}

div.indent 
{
    margin-left:30px;
}

div.infoHidden
{
    display:none;
}

div.infoShown
{
    display:block;
    border: dotted 1px #666;
    width: 80%;
    padding:4px;
    margin:4px 4px 4px 14px;
}

div.sigDivider
{
    margin:15px auto 5px 0;
    border-bottom:solid 1px #CCC;
    width:50%;    
    
}

div.editInfo
{
    margin:15px auto 5px 0;
    font-style:italic;
    font-size:10px;
    font-variant:small-caps;
    width:50%;    
    
}

div.subSection {
    float: left;
    padding-left: 12px;
    margin: 0 auto 15px;
    width: 48%;
}

div.smallToolTip {
    font-weight:bold;
    margin: 5px;
}

div.topMsgOptions {
    float:right;
    min-height:25px;
}


div.rewardPointMark
{
    background: #D0F0F2 url("../image/unansweredQ.gif") no-repeat 10px 7px;
    border:5px solid #61CBD3;
}

div.rewardAssignedMark {
    background: #D4FFD4 url("../image/rewardedQ.gif") no-repeat 10px 7px;
    border: 5px solid #50FA50;
}

div.helpfulReceivedMark {
    background: #FDFDCD url("../image/helpfulA.gif") no-repeat 10px 7px;
    border: 5px solid #F8F814;
}

div.msgARMark{
    padding:5px 5px 10px 40px;
    margin:10px auto 20px 20px ;
    width:60%;
}

div.helpful {
    background: #FDFDCD url("../image/helpfulA.gif") no-repeat 15px 10px;
    border:5px solid #F8F814;
    padding:5px 5px 10px 45px;
}

div.reward {
    background: #D4FFD4 url("../image/rewardedQ.gif") no-repeat 15px 10px;
    border: 5px solid #50FA50;
    padding:5px 5px 10px 45px;
}

div.msgRemark {
    font:bold 16px Arial;
    margin-bottom:5px;
    width:50%;
}

div.deletedReason
{
    background:   url("../image/recycle.gif") no-repeat 5px 5px;   
}

div.ignoredMsg
{
    background:   url("../image/menuBlock.gif") no-repeat 5px 5px;
}

div.moderatedMsg
{
    background:   url("../image/GreenFlag.gif") no-repeat 5px 5px;    
}


div.flaggedMsg
{
    background:   url("../image/menuFlag.gif") no-repeat 5px 5px;
}

div.msgStatus {
    margin:10px auto 20px 20px ;
    padding:5px 5px 10px 35px;
    width:40%;
    background-color: #FEE2E2;
}

div.ratingBox{
    margin:10px; 
    float:right; 
    text-align:center; 
    width:80px;
}

div.sidebarToggler {
    text-align:center; 
    position:absolute; 
    display:none; 
    border:1px #BEBEBE dotted;
}

div.collapser {
    background: url("../image/defaultSidebarClose.gif") no-repeat 50% 50%;
}

div.collapser:hover {
    border-style: solid;
    background-color: #FDFDCD;
}

div.expander {
    background: #FDFDCD  url("../image/defaultSidebarOpen.gif") no-repeat 50% 50%;
}

div.expander:hover {
    border-style: solid;
    background-color:#FBFB91; 
}

div.sidebarDivider {
    width:3px; 
    border-left: 1px dotted #BEBEBE; 
    position: relative; 
    float:right;
    height:450px;
}

div.treeResizeHandle{
    width: 20%; 
    margin: auto 5px 1px auto; 
    border-bottom: 2px #CCC dashed;
}

div.endOfTreeNotice {
    position:absolute; 
    border: 1px #E6DB10 Solid; 
    border-width:1px 0; 
    padding:10px; 
    background-color: #FDFDCD; 
    font-size: 13px; 
    display:none;
}

div.masterphraseWrapper
{
    float: right;
    margin: 4px;
    border: 1px solid #BBB;
}




#main /*The Big Container for the entire User CP */
{
    width:98%;
    margin:0 auto;
    position: relative; top:0; left:  0;
}

#controlPanelMain
{
  width: 98%;
  margin: 10px auto 0 auto;
  padding: 10px;
  position: relative;
  
} 

#tabarea
{
    /*margin:0px; padding:0px; border:0px;
    _height: 22px;
    max-height:22px;
    min-height:22px;*/
}
    
#tabcontentarea, div.tabcontentarea
{
    /*
    position:relative; 
    top: 0; 
    left: 0; width:90%;
	*/
    border: solid 1px #919B9C;
    padding: 10px;
    background-color:#FFF;
}

#profile_main
{
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}

#profile_content
{
  margin: 0 0 0 360px;
  border-width:0;
  background-color: Transparent;
  /*
  
  color: black;    
*/
}

#profile_sidebar
{
  float:left;
  width: 350px;
  background-color: Transparent;
  margin: 0;
  padding: 0;    
}

#profile_sidebar h3
{
  font-size: 12px;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: bold;
  background-color:#BFBDBD;
  color:White;
  display:block;
  width:96%;
}

#profile_mainfeature
{
  /*height: 1%;  */
  padding:10px;  
}

#profile_mainfeature .profilpic
{
    border-width:0;
}

#profile_mainfeature h1 
{
	font: 1.66em Georgia, Times, serif; text-align: center;
	margin: 0.5em 0; padding-bottom: 0.75em; border-bottom: 1px dashed #B2B2B2;
}

#profile_mainfeature #profile_info
{
	width:100%;
	min-height:150px;
}




/* Rating */

.ratingStar {

    font-size: 0pt;

    width: 15px;

    height: 12px;

    margin: 0px;

    padding: 0px;

    cursor: pointer;

    display:block;
    
    float:right;

    background-repeat: no-repeat;
}



.filledRatingStar {
    background-image: url(../Image/FilledStar.gif);
}



.emptyRatingStar {

    background-image: url(../Image/EmptyStar.gif);

}



.savedRatingStar {

    background-image: url(../Image/SavedStar.gif);

}

.PS_TextIndicator 
{
	color: Red;
	font-size:11px;
	margin-left: 25px;
}

.PS_Helper 
{
	color: Green;
	font-size:12px;
	margin-left:5px;
}




/*
Form Related Styles
*/

input.ImageButton
{
    vertical-align:middle;
    border-width:0;
    margin:5px;
}

input.RegularTextbox 
{
    width: 250px;
    height: 14px;
	border: 1px solid #BBB;
	vertical-align:middle;
	color: #000000;
	font: normal 11px Verdana;   
	margin:5px; 
}

input.captchaTxtboxToolTip {
    font-size: 10px !important; 
    font-style:italic !important;
    color: Gray;
}

input.RegularButton 
{
    vertical-align:middle;
	color: #666;
	background: #fefefe url('../image/MainItemBackground.gif') repeat-x;
	border:0px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	font-size: 11px;
	padding: 1px 24px;
	font-family: Arial, Verdana;
	height:22px;
}

input.RegularButton:hover
{
    color:Black;
    cursor:pointer;
}

.CheckRadio input
{
    border:0px;
    padding:0px;
    margin:3px 5px 3px 5px;
    width:15px;
    vertical-align:middle;
}

.CheckRadio label
{
    font-size:12px;
}

span.small .CheckRadio label
{
    font-size:11px;
}

input.verticalaligned, input.verticalAligned
{
    vertical-align:middle;
    
}

input.buttons   {
	background-color: #537CCC;
	color: #FFFFFF;
	font: bold 11px Verdana;
}

input.HiddenButton 
{
    display:none;
}

select.DropDown {
	color: #000000;
	font: 12px Arial;
	margin: 5px;
	vertical-align:middle;
	border:1px solid #BBB;
}

select.Seachbox {
	color: #000000;
	font: 11px Arial;
	margin: 5px;
	vertical-align:middle;
	border:1px solid #BBB;
}

textarea.RegularTextbox    {
	border: 1px solid #BBB;
	color: #000000;
	font: normal 11px Verdana;
	margin: 5px;
}

input#masterphrase
{
    background:url('../image/menuSearch.gif') no-repeat scroll 2px 50% transparent;
    padding:2px 0 2px 24px;
    margin:0;
    width: 180px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: White;
    height:16px;
    background-color:White;
}





.ui-rating .ui-rating-star, .ui-rating .ui-rating-cancel{
    width:16px;
    height:16px;
    font-size:2px;
    float:left;
    text-decoration:none;
    vertical-align:bottom;
    background-image:url(../image/rstar.gif);
    background-repeat:no-repeat;
}
.ui-rating a {
	cursor: pointer;
}
.ui-rating-full  {
    background-position:left top;
}

.ui-rating-half  {
    background-position:left -16px;
}

.ui-rating-empty {
    background-position:left -32px;
}

.ui-rating-cancel-empty {
    background-position:left -64px;
}

.ui-rating-cancel-full {
    background-position:left -80px;
}

.ui-rating-hover {
    background-position:left -48px;
}





/*
Link Related Styles
*/
a, a:link

{
	color: #153B7C;
	text-decoration: none;
}

a:visited
{
	color: #153B7C;
	text-decoration: none;
}

a:active
{
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color: #669933;
	text-decoration: underline;
}

a.linkbutton, a.linkbutton:hover, a.linkbutton:link, a.linkbutton:active, a.linkbutton:visited
{
    font: 12px Verdana;
    text-decoration: none;
    font-weight:normal;
    line-height:22px; 
	background: #fefefe url('../image/MainItemBackground.gif') repeat-x;
	
	background-position: center left;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	padding: 4px 15px 4px 0;

	//display: inline-block;
	//padding: 0 15px 0 2px !important;
	//background-color: #f3f3f3;
	//background-image:none; 
	//border-right: 1px solid #C1CBD9;
	//border-left: 1px solid #FCFCFC;
	//border-bottom: 1px solid #C1CBD9;
	//border-top: 1px solid #FCFCFC;

}

a.smalllink, a.smalllink:hover, a.smalllink:link, a.smalllink:active, a.smalllink:visited
{
    font: 11px Verdana;
    text-decoration: none;
    font-weight:normal;
}

a.forumlink{
	font: bold 13px Verdana;
}

a.bold, a.bold:hover, a.bold:link, a.bold:active, a.bold:visited
{
    font-weight:bold;
    
}

a.ignored
{
    color: Gray;
    font-style:italic;
    text-decoration:line-through;
}

a.paging, a.paging:hover, a.paging:link, a.paging:active, a.paging:visited
{
    font: 12px Verdana;
    text-decoration: none;
    font-weight:normal;
    margin:2px;
    padding: 2px 3px;
    display: inline-block;
    border: 1px #DCDCDC solid;
}

a.PagingCurrent, a.PagingCurrent:hover, a.PagingCurrent:link, a.PagingCurrent:active, a.PagingCurrent:visited
{
    font: 12px Verdana;
    font-weight:bold;
    text-decoration: none;
    color: Black;
    margin: 2px;
    padding: 2px 3px;
    display: inline-block;
}

a.newpost {
	font: bold 12px Verdana;
}

a.oldpost {
	font: 12px Verdana;
}

a.button {
	background-color: #EFEFEF;
	color: #537CCC;
	font: bold 11px Verdana;
	border:solid 1px #CCCCCC;
	padding:1px; margin:1px;
	line-height:20px;
}

a.button:hover {
	text-decoration: none;
}

a.msgOptions, a.msgOptionsL
{
    width: 140px !important;
	text-decoration: none;
	color: #666;
	line-height: 24px;
	background: #fefefe url('../image/MainItemBackground.gif') repeat-x;
	background-position: center left;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	font-size: 12px;
    font-weight:normal;
	padding: 4px 28px 4px 0px;
	font-family: Arial, Verdana;
	vertical-align: middle;
}

a.msgOptionsL
{
	border-right-width: 0px;
}


td.cat a{
	color: #153B7C;
	text-decoration: none;
	font-size: 13px;
}

td.cat a:hover {
	color: #669933;
	text-decoration: underline;
}

/*
th a{
	color: white;
	text-decoration: none;
	font-size: 13px;
}

th a:hover {
	color: white;
	text-decoration: underline;
}
*/

.smallcat th a,  .smallcat th a:hover
{
	font-size:10px !important;
	color:inherit;
	text-decoration: underline;
}

.msg a  {
	color: #0000FF;
	text-decoration: underline;
}

a.admin {
    color: #1C7EC0;
    font-weight:bold;
    background-color: #C9E5F7;
    padding: 2px;
    
}

a.mod {
    color: #259959;
    font-weight:bold;
    background-color: #BBEFD2;
    padding: 2px;
}

.sidebarToggler a {
    width:35px;
    height:35px;
    display:block;
    text-decoration:none;
}




/*
Element Styles
*/
/*
body {
	background-color: #F2F2F2;
	color: #000000;
	font: 11px Verdana;
	margin: 0px;
}

	
	scrollbar-3dlight-color: #DDA56D;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #A17026;
	scrollbar-face-color: #D17921;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E0E0E0;
	scrollbar-track-color: #DB9162;
    */

fieldset
{
    width:95%;
	margin:5px auto 40px auto;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;    
    background: white url('../image/GreyGradient.gif') repeat-x;
    border: solid #BBBBBB;
    border-width: 1px 0;
}

legend
{
    position:relative;
	top: -12px;
	background-color:#f8f8f8;
}

fieldset.withTable
{
    background: #f6f6f6;
    width:95%;
    }

fieldset.fullwidth
{
    width:95%;
}

fieldset fieldset
{
    width:85%;
	margin:20px 0px 20px 10px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;    
	
    
}

fieldset.info
{
    width:85%;
	margin:20px 0px 20px 10px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 0px;    
	border-width:1px 0 0 0;
    
}

.msg fieldset 
{
    margin-top: 20px;    
}
   
fieldset legend
{
    font: normal 14px "Trebuchet MS";
    padding: 2px 8px;
    margin: 0px 5px 10px 0px;
    border-width:1px 1px 1px 5px;
	border-style:solid;
	border-color:#83a6d0;
	
}

fieldset fieldset legend
{
    font: bold 12px "Trebuchet MS";
    border-width:1px 1px 1px 3px;
	
}

fieldset.info legend
{
    width:85%;
	margin:0;
	position:relative;
	display:block;
	padding: 1px;    
	border:0;
    background-color: inherit;
}

fieldset p
{
    color: Black;
	font: 13px Verdana;
	width:90%;  
	padding: 3px; margin: 0; 
}

fieldset div.sub
{
    font: 12px Verdana;
    position:relative;
    /*left: 20px;*/
	width:90%;
	padding:0px; margin: 0 0 0 0px;
}

fieldset.subforum
{
    width:85%;
	margin:6px auto 3px 6px;
	position:relative;
	display:block;
	padding: 1px;    
    border-width: 0px;
    border-top: solid 1px Gray;
    background-color: Transparent;
    background-image:none;
}

fieldset.subforum legend
{
    position:relative;
	top: 0px;
    background-color: Transparent;
    font: 11px Arial;
    border-width: 1px 0;
    margin:0 0 4px 0;
    padding:1px;
}


fieldset.subforum > ul
{
    margin:0 auto 0 15px;
}

fieldset.subforum li
{
    display:inline;
    font-size:10px;
}

label, .checkaligned, .regulartext
{
    font:12px Verdana;
    margin:3px 10px 3px 3px;
}

.regulartext 
{
	margin-left:5px;
}

label.rightalignlabel, label.rightalignlonglabel, label.rightalignshortlabel, label.rightalignveryshortlabel
{
    display:block;
    float:left;
    text-align:right;
    margin: 3px 5px 3px 5px ;
}

label.leftalignlabel, label.leftalignlonglabel, label.leftalignshortlabel, label.leftalignveryshortlabel
{
    display:block;
    float:left;
    text-align:left;
    margin: 3px 5px 3px 5px ;
}

label.rightalignveryshortlabel
{
	width:100px;
}


label.rightalignshortlabel
{
	width:150px;
}

label.rightalignlabel
{
	width:200px;
}

label.rightalignlonglabel
{
	width:300px;
}

label.leftalignveryshortlabel
{
	width:100px;
}

label.leftalignshortlabel
{
	width:150px;
}

label.leftalignlabel
{
	width:200px;
}

label.leftalignlonglabel
{
	width:300px;
}

label.fullwidthlabel, span.fullwidthlabel
{
    display:block;
    float:left;
	width:100%;
	margin:3px 5px 3px 5px;
	clear:both;
}

label.radiochecklabel
{
    font:13px Verdana;
	margin:3px 5px 3px 0px;
}

label + span.afterlabel 
{
    margin:3px 5px;
    font: 12px Verdana;
	line-height: 1.8;
}

fieldset hr
{
    border:groove 1px #bbbbbb ;
    width: 80%;
    clear:both;
    margin:3px auto 3px 0px;
    display:block;
    /*border:solid 1px black;*/
}




/* Other Cosmetic Styles */


h1
{
    font: bold 18px;
}

h1.CalendarHeader
{
	font: 20px Georgia, Times, serif; text-align: center;
}   

h2
{
    font: bold 16px;
}

h3
{
    font: bold 14px;
}

h3.userCPTitle
{
    margin: 10px 50px;
} 

h3.title
{
   font: 1.8em; margin-bottom: 0.5em;
}

h3.subSectionHead {
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}
  
h4
{
    font: bold 12px;
}     

h4.inforum {font: italic 1.1em; letter-spacing: 1px; margin: 0 0 1.5em;}

h4.inforum a:link, .inforum a:visited 
{
    font: bold 0.85em;
    text-transform: uppercase; letter-spacing: 1px;
    margin-left: 0.25em;
}


h5
{
    font: bold 10px;
}       

h5.postinfo
{
    font: 0.9em Verdana;
    text-transform: uppercase; letter-spacing: 0.33em;    
}

h5.postinfo span.date 
{
    font: 0.8em Verdana;
}
    
h5.postinfo span.info 
{
    font: 0.8em Verdana;
    color: #A31515;
}  

ol, ul
{
    padding:0;
    margin-left: 50px;
}

ol.subtitle, ul.subtitle
{
    font: 12px Verdana;
    line-height: 1.8;
    font-weight:bold;
    color: black;
    margin-top:0px;
}    
 
 ol.subsubtitle, ul.subsubtitle
{
    font: 12px Verdana;
    line-height: 1.5;
    color: black;
    margin-left: 30px;
} 

ul.profinfo
{
    margin:25px;
    list-style-type: none;
}

ul.profinfo li
{
    margin:4px;
    font: 12px Georgia, Times, serif;
}    

ul.msgAuthorInfo
{
    list-style-type:none;
    margin:5px 0px;
}

ul.msgAuthorInfo li
{
    margin:2px;
    padding:2px;
    font-size: 11px;
    border:solid 1px #C9C9C9;
    background-color:#F9F9F9;
}  
 
ul.subMsgButtonList {
    margin: 0;
}

ul.subMsgButtonList > li {
    display:inline-table;
}
   
pre
{
    height: expression(this.scrollHeight < 51 ? "50px" : this.scrollHeight > 299 ? "300px": "auto");
	min-height: 25px;    
    max-height: 300px;
    width: expression(document.body.clientWidth > 799? "800px": "auto" );
    max-width: 800px;
    
    /* IE 8 fix */
    max-height: none\9;
    width: 800px\9;
    
    overflow: auto;
}

pre.code {
    margin: 5px auto;
    padding: 4px;
    background-color: #efefef;
    border: dashed 1px gray;
}

img.opencloseimg {
	float: right;
	padding-right: 90px;
	cursor: pointer;
}

img { border:0; vertical-align: middle; }

img.verticalaligned, img.verticalAligned, a.verticalAligned img
{
     margin: 2px;
     //margin-right: 0;
}
    
.msg img 
{
	margin: 2px;
	max-width:800px;
	width: expression(this.scrollWidth > 799? "800px": "auto" );
	
	max-height:600px;
	height: expression(this.scrollHeight > 599? "600px": "auto" );

}

img.ttIcons
{
     margin-right:8px; margin-top:8px;
}

img.galleryThumb
{
    border: solid 2px black;
}

a.linkbutton img 
{
    vertical-align:top;
    *vertical-align:middle; /*IE7 hack*/
}

span.thumbs
{
	padding:2px;	
}

.forumtitle  {
	font: bold 18px Verdana;
	line-height: 1.2;
}

.head  {
	font: bold 14px Verdana;
}

.high {
	background-color: #FFFF00;
	font-weight:bold;
	padding: 2px;
}

.messagetitle {
	font: bold 18px Verdana;
	line-height: 180%;
}

.msg 
{
    margin-top:10px;
	font: 12px Verdana;
	line-height: 2;
	/*width:100%;*/
	overflow:auto;
}

.msg .deleted
{
    background-color:Gray;
}


.msg li {
    margin-top: 12px;
}

.forumdesc{
	font: 12px Verdana;
	margin:3px 4px;
}

.quote {
	border-left: .2em solid #666666;
	color: #505050;
	font: italic 11px Verdana;
	margin: 10px 0px 10px 30px;
	padding: 10px;
	width: 85%;
}

.subhead {
	font: bold 13px Verdana;
}

.titlehead {
	font: bold 15px Verdana;
	line-height: 180%;
	letter-spacing: 1px; 
}

a.titlehead
{
	padding-right: 15px; 
	background: url(../image/arrow-expand.gif) no-repeat ; 
	background-position: 100% 50%;	
}

.info {
	font: 12px Verdana;
	line-height: 1.8;
}

.closedTicket
{
	color:red;
}

.openTicket
{
	color:Green;
}

.online 
{
    color:Green;    
}

.offline
{
    color:red;
}

.regular {
	font: 11px Verdana;
	line-height: 1.8;
	margin:3px 4px;
}

.small 
{
	font: 11px Verdana;
	/*margin-left:5px;*/
}

.ultrasmall {
	font: 9px Verdana;
	/*margin-left:5px;*/
}

.errorMessage
{
    color:Red;
    font: normal 12px Verdana;
    margin-left: 5px;
} 

.ajaxResultLabel
{
    font: normal 16px "Trebuchet MS";
    margin: 5px 0;
    padding: 5px;
    width: 250px;
    color: black;
    background-color: #E7E7E7;
    border: solid 1px #83a6d0;
    
}

.grayout
{
    font: bold 11px Verdana;
    color:#DADADA;
}

div.profile_infosection
{
    width:100%;  
    /*border-bottom: solid 1px #DBDBDB;  */
    font: 12px Verdana;
}

div.profile_infosection .avatar
{
    margin:10px auto;
    border-width:0;
    display: block;
}

div.profile_infosection div.center
{
     margin: 10px auto;
     width:95%;
     text-align:center;
}
 
div.divider 
{
	clear:both; 
	height:1px;
	margin:1px auto;
}

div.wideDivider 
{
	clear:both; 
	height:1px;
	margin:5px auto;
}

.TopicsPostsPhotos
{
     
    padding: 10px;
    font: 12px Verdana;
}

.ForumLinkDivRow 
{
    margin:5px auto 5px auto; 
    padding:3px;
    font-weight: bold;
}

.ForumLinkDivRow span.head
{
	display:block;
	width:50%;
	margin: 10px auto;
	
}

.BreadCrumbDivRow 
{
    border-top: solid 1px #E7E7E7; 
    width:95%; 
    margin:5px auto 0px auto;
    
}

.breadcrumb 
{
   /* margin:10px 5px; padding:5px; border:solid 1px Grey;*/
}

.breadcrumb a:link, .breadcrumb a:visited 
{
    font: 12px Verdana;
    text-decoration: none;
    font-weight:normal;
}

.unreadPMHead {
    color:Red;
    font-weight:bold;
}

.pmLinkSpamNotice {
    padding: 5px 15px;
    background-color: #EFEFEF;
    border-style:solid;
    border-width:1px 0;
    border-color: #B6B6B6;
}

.popupRequestNotice {
    margin:5px auto;
    width:90%;
}

.ratingResult {
    font: bold 16px Verdana;
}

.sitemapList {
    
    list-style: none outside none;
    margin:0;
    padding:0;
}
    
.sitemapItem {
    
    border-left: 1px solid #CCC;
    float: left;
    margin: 0 0 20px;
    padding: 0 10px 0 15px;
    width: 30%;
        
}
    
.sitemapItem ul{
    
    margin-left: 15px;
    padding-left: 15px;
}
    
.sitemapItem>ul {
    
    list-style:none outside none;
}
    
.sitemapItem ul li {
    
    line-height: 2;
}
    
.sitemapContainer {
    
    width: 95%;
    margin: 0 auto;
}

.searchFields
{
    float:left;
    margin: 10px 20px;
    width: 45%;
}





/* Header Part*/
.for_title{padding: 13px 0px 0px 52px; font: bold 14px verdana; text-align:left;}

.for_bg { background: url(../image/c_border_05.jpg); height: 34px; }

.for_right {  background: url(../image/c_border_06.jpg) no-repeat top right; height: 34px;  }

.for_left {  background: url(../image/c_border_left.gif) no-repeat top left; height: 34px;  }

/* table wrappers */
.tb_border_left  { 
	background: url(../image/c_border_13.jpg) repeat-y top left;
	padding-left:3px; 
}

.tb_border_right { 
	background: url(../image/c_border_11.jpg) repeat-y top right;
	padding-right:3px; 
}

.tb_border_inside { 
	padding: 0px; 
	margin: 0px;
	border: 0px;
	width: 100%;
}

.tb_border_bottom {
     background-color: #EFEFEF; height:3px; width:98%;
}

/* Top part */
.top_bg { background: url(../image/c_border_18.jpg); height: 19px; }

.top_left{  background: url(../image/c_border_15.jpg) no-repeat top left; height: 19px;  }

.top_right{  background: url(../image/c_border_20.jpg) no-repeat top right; height: 19px;  }

/* Bottom part */
.bottom_bg { background: url(../image/c_border_19.jpg); height: 19px;}

.bottom_left{  background: url(../image/c_border_16.jpg) no-repeat top left; height: 19px;}

.bottom_right{  background: url(../image/c_border_21.jpg) no-repeat top right; height: 19px;}



