body {
	font-size : 12px;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	margin : 0px;
	padding: 0px;
	padding-bottom: 20px;
}

a:visited,
a:active,
a:link {	
	color : #006ff7;
}

.post
{
	margin: 0 0 20px 0;
	font-size:12px; 
}

.posthead
{
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #dfdfdf;
	font-weight: bold;
	padding-bottom: 6px;
	margin: 0px;
	margin-bottom: 10px;
}

.posthead a:link, .posthead a:visited, .posthead a:active
{
	font-weight: bold;
	text-decoration: none;
}

.posthead a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

.postfoot 
{
	margin-top: 10px;
	border-style: dotted;
	border-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #dfdfdf;
	padding-top: 6px;
	padding-bottom: 6px;	
	color: #868686;
}

.postfoot .em
{
	color: #000000;
}

.pageTitle
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
}

.columnBars
{
	vertical-align:top ;
	border-style:solid;
	border-width:1px;
}

.columnContent
{
	vertical-align:top ;
}

/*leftmenu*/
#leftmenu {
	float: left;
	width : 200px;
	overflow: hidden;
}
	
#leftmenu h3 
{
	padding-top:5px; 
	margin : 0px;
	text-align:center;  
	height:25px; 
	vertical-align:top; 
}
	
#leftmenu p {
	padding : 5px;	
}

#leftmenu ul {
	list-style-type:circle;
	margin : 0px 15px 15px;	
	padding : 5px;
}

#leftmenu li {
	margin-top: 6px;}

#leftmenu a:active,
#leftmenu a:visited,
#leftmenu a:link {
	text-decoration : none;	
	margin-right : 0px;
	padding : 2px;
	}
	
#leftmenu a:hover {
	text-decoration: underline;}
/*
#leftmenu {
	float: left;
	width : 200px;
	padding-left: 16px;
	overflow: hidden;
}

#leftmenu h3 {
	font-size : 1.1em;
	font-weight: bold;
	margin : 0px;
	padding: 0 0 6px 0;
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #dfdfdf;
	margin : 0px;	
	margin-bottom: 6px;
	
}

#leftmenu ul {
	list-style : none;
	font-size : 0.9em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

#leftmenu ul li
{
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}

#leftmenu ul a:link, #leftmenu ul a:visited, #leftmenu ul a:active
{
	text-decoration: none;
}

#leftmenu ul a:hover
{
	text-decoration: underline;
}
*/
#rightblock {
	width : 200px;
	padding-right: 16px;
	overflow: hidden;

}

#rightblock h3 {
	font-size : 16px;
	font-weight: bold;
	margin : 0px;
	padding: 0 0 6px 0;
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #dfdfdf;
	margin : 0px;	
	margin-bottom: 6px;
	
}

#rightblock ul {
	list-style : none;
	font-size :12px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

#rightblock ul li
{
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}

#rightblock ul a:link, #rightblock ul a:visited, #rightblock ul a:active
{
	text-decoration: none;
}

#rightblock ul a:hover
{
	text-decoration: underline;
}


#main {
	width: 544px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	margin: 0px;	
	clear: both;
	text-align: left;
	padding-left: 16px;
	background-color: #e4e8eb; 
}

#quicklinks 
{
	padding-top: 10px;
}

input.text 
{
	width : 300px;	
}

textarea 
{
	width : 300px;
	height : 200px;	
}

#relatedlinks ul 
{
	list-style : none;
	margin-left : 10px;
	padding : 0px;
}

fieldset
{
	margin-top: 16px;
	padding: 0 20px 20px 20px;
}

legend
{
	font-weight: bold;
}

fieldset textarea
{
	width: 450px;
}

fieldset .smallbox
{
	width: 450px;
}

#comments h2
{
	font-size: 14px;
	margin-top: 16px;
}

#comments
{
	font-size: 12px;
	margin-top: 16px;
}

.CommentArea
{
	margin: 8px 0px 8px 0px; 
}

.CommentAreaOwner
{
	margin: 8px 0px 8px 0px;
}

.CommentAreaOwner .CommentText3
{
	background-color: #f3f3f3;
}

.CommentTitle
{
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: normal;
}

.CommentAreaOwner .CommentTitle
{
	font-weight: bold;
}

.CommentArrow
{
	background-image: url(../images/comment-arrow.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin-bottom: -10px;
}

.CommentText
{
	padding-bottom: 3px;
	background-image: url(../images/comment-shadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.CommentText2
{
	border: solid 1px #bcbcbc;
	padding: 3px;
}

.CommentText3
{
	padding: 5px;
	font-size: 12px;
	overflow: hidden;
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.CommentFooter
{
	margin-top: 4px;
	font-size: 11px;
	color: #999999;
	padding-left: 16px;
}

#news
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.copyright  /* used to format the content owner's copyright notice */
{
    text-align: center;
    font-size : 11px;
    font-style:italic;
}

/*
Rating Styles
*/

.CommonRateControlReadOnly
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffffff;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 1px;
}

.CommonRateControl
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	cursor: pointer;
	padding: 1px;
}

.CommonRateControlActive
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffcc66;
	border-style: solid;
	border-width: 1px;
	border-color: #cc9933;
	cursor: pointer;
	padding: 1px;
}

/*
Rating Styles
*/

.RateControlReadOnly
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffffff;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 1px;
}

.RateControl
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	cursor: pointer;
	padding: 1px;
}

.RateControlActive
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffcc66;
	border-style: solid;
	border-width: 1px;
	border-color: #cc9933;
	cursor: pointer;
	padding: 1px;
}

#content
{
	padding: 6px 0 0 0;
	/*padding: 6px 6px 6px 6px;*/
	background-color: #ffffff;
	width: 1000px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* The masthead sits at the top of the page.*/
#masthead 
{
	margin-top: 8px;
	background: #ffffff;
	background-image: url(../images/header-bg.gif);
	width: 1000px;
	height: 160px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	/*border-top:solid 6px #ffffff;
	border-right:solid 6px #ffffff;
	border-left:solid 6px #ffffff; */
	border-bottom :solid 6px #ffffff; 
}
#masthead ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#masthead ul li {
	display: inline;
}
#masthead ul li a {
	padding: 0 0.5em;
	text-decoration: none;
	margin: 0;
}
#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
	text-decoration: none;
}

#userArea
{
	float: right;
	padding-right: 6px;
	font-weight:bold ; 
	color:#ffffff; 
	font-size:11px; 
}


#userArea a:link, 
#userArea a:visited, 
#userArea a:active, 
#userArea a:hover
{
	color:#ffffff; 
	font-size:11px; 
}

#welcome
{
	background-color: #000000;
	padding: 6px;
	padding-top: 4px;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	text-align: center;
}

#welcome a:link, #welcome a:visited, #welcome a:active, #welcome a:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#Search
{
	margin-top: 4px;
	padding-right: 4px;
	height:30px; 
}

#Search .searchBox 
{
	width: 100px;
	border: 1px solid #000;
	font-size: 12px;
}

.SearchButtonOuter
{
	background-image: url(../images/search-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 12px;
	font-variant: small-caps;
	text-align: left;
	padding-left: 4px;
	font-weight: bold;
	margin-left: 4px;
}

.SearchButton
{
	background-image: url(../images/search-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 12px;
	font-variant: small-caps;
	text-align: left;
	padding-left: 5px;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#Search a:link, #Search a:visited, #Search a:active, #Search a:hover
{
	color: #000000;
	text-decoration: none;
}

#title
{
	position: relative;
	left: 30px;
	top: 150px;
	overflow: hidden;
	text-align: left;
	/*border: solid 1px #ff0000;*/
}

#title h1
{
	font-family: Tahoma, Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-weight:normal ; 
	margin: 0px;
	padding: 0px;
	color:#ffffff; 
}

#title a:link, #title a:visited, #title a:active, #title a:hover
{
color:#ffffff; 
}

.SiteDescription
{
	font-size: 14px;
}

#nav
{
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height: 35px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#navbar
{
	height: 35px;
}

#navbar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navbar li
{
	float: left;
	padding-left: 18px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 9px;
	font-size: 12px;
	font-weight: bold;
}

#navbar a:link, #navbar a:visited, #navbar a:active
{
	text-decoration: none;
}

#navbar a:hover
{
	text-decoration: underline;
}

#SearchForm
{
	/*width:400px;*/
	text-align:right ;
	padding-right:10px;
	vertical-align:middle ;
	padding-top:5px; 
	color:#ffffff; 
	  
 
	/*z-index:20px;*/  
}

/*Sidebar*/
#sidebar-a {

}
	
#sidebar-a h3 
{
	padding-top:5px; 
	margin : 0px;
	text-align:center;  
	height:25px; 
	vertical-align:top; 
}
	
#sidebar-a p {
	padding : 5px;	
}

#sidebar-a ul {
	list-style-type:circle;
	margin : 0px 15px 15px;	
	padding : 5px;
}

#sidebar-a li {
	margin-top: 6px;}

#sidebar-a a:active,
#sidebar-a a:visited,
#sidebar-a a:link {
	text-decoration : none;	
	margin-right : 0px;
	padding : 2px;
	}
	
#sidebar-a a:hover {
	text-decoration: underline;}

/* Tag Styles */

.TagCloud
{
	background-color: #f7f7f7;
	padding: 8px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0px;
	margin-bottom: 16px;
	margin-top: 16px;
	color: #999999;
	line-height: 180%;
	list-style-type: none;
}

.SidebarTagCloud
{
	font-size: 80%;
	line-height: 200%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.Tag1, .Tag2, .Tag3, .Tag4, .Tag5, .Tag6 
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.Tag1 a:link, .Tag1 a:visited, .Tag1 a:active
{
	margin-right: 6px;
	color: #001fa7;
	font-size: 160%;
	font-weight: 900;
	text-decoration: none;
}

.Tag2 a:link, .Tag2 a:visited, .Tag2 a:active
{
	margin-right: 6px;
	color: #002fb7;
	font-size: 145%;
	font-weight: 800;
	text-decoration: none;
}

.Tag3 a:link, .Tag3 a:visited, .Tag3 a:active
{
	margin-right: 6px;
	color: #003fc7;
	font-size: 130%;
	font-weight: 600;
	text-decoration: none;
}

.Tag4 a:link, .Tag4 a:visited, .Tag4 a:active
{
	margin-right: 6px;
	color: #004fd7;
	font-size: 120%;
	font-weight: 500;
	text-decoration: none;
}

.Tag5 a:link, .Tag5 a:visited, .Tag5 a:active
{
	margin-right: 6px;
	color: #005fe7;
	font-size: 110%;
	font-weight: 300;
	text-decoration: none;
}

.Tag6 a:link, .Tag6 a:visited, .Tag6 a:active
{
	margin-right: 6px;
	color: #006ff7;
	font-size: 100%;
	font-weight: 200;
	text-decoration: none;
}

.Tag1 a:hover, .Tag2 a:hover, .Tag3 a:hover, .Tag4 a:hover, .Tag5 a:hover, .Tag6 a:hover
{
	text-decoration: underline;
}

/* Inline tag editor */
.InlineTagEditor
{
	padding: 4px;
	border: solid 1px #999999;
	background-color: #f3f3f3;
}

.TextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.TextButton:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.TextButton:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

/* Modal Styles */

.ModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}

.Modal
{
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
}

.ModalTitle
{
	font-family: Tahoma, Arial, Helvetica;
	height: 18px;
	font-size: 16px;
	padding: 5px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	background-color: #dddddd;
	color: #000000;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
	text-align: left;
}

.ModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../../../default/images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.ModalContent
{
	background-color: #ffffff;
}

.ModalFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	padding: 2px;
}

.ModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../../../default/images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}

/* Subscription Styles */
.BlogSubNotification
{
	color: #FF0000;
	font-size: 12px;
}

.SubscriptionButton
{
	margin-left: 0px;
}

#Subscription .subBox 
{
	width: 130px;
	border: 1px solid #000;
	font-size: 12px;
}

#Subscription a:link, #Subscription a:visited, #Subscription a:active, #Subscription a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.TopPoolStandingBlockText
{
	padding-left: 3px;
	padding-right: 3px;
}

#advertPrimeLeft
{
	width:200px;
	margin-right:auto;    
	margin-left:auto; 
	float:none ; 
	padding:10px;
}

#advertPrimeRight
{
	width:200px;
	margin-right:auto;    
	margin-left:auto; 
	float:none ;
	padding:10px;
}

/*Menu*/
.content-menu-item,
.content-menu-item a,
.content-menu-item a:active,
.content-menu-item a:visited,
.content-menu-item a:link 
{
	display: block;
	font-weight:bold ; 
	text-align: left;
	padding-top: 2px;
	font-size:12px; 
	
 }
 
.content-menu-item a:hover 
{
	display: block;
	font-weight:bold ; 
	text-align: left;
	text-decoration:underline;
	padding-top: 2px;
	font-size:12px;
	
 }
 
.content-menu-item img
{
	display: none;
}

.content-menu-dynamic-item,
.content-menu-dynamic-item a,
.content-menu-dynamic-item a:active,
.content-menu-dynamic-item a:visited,
.content-menu-dynamic-item a:link
{
	display: block;
	text-decoration:none;
	margin: 0px;
	padding-left:4px;
	padding-right:8px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	font-weight:bold;
	font-size:12px;
	/*background-color:#f7f7f7 ; 
	color:Black;
	font-size:16px;
	*/
}

.content-menu-dynamic-item a:hover
{
	display: block;
	margin: 0px;
	padding-left:4px;
	padding-right:8px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	/*
	color:Red;
	font-size:16px;
	text-decoration:underline;*/
}

.content-menu-dynamic-item img
{
	margin-right: 8px;
}

.content-menu-dynamic
{
	border-style:solid;
	border-width:1px; 
}
.CommonBreadCrumbArea
{
	width: 1000px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0 8px 0;
	font-size: 12px;
	color: #000;
	background-color: #E9EEF9;
}

.CommonBreadCrumbArea a:link, .CommonBreadCrumbArea a:visited, .CommonBreadCrumbArea a:active
{
    color: #000;
}


.breadcr
{
	padding-left:5px; 
}
