.maineditbox
{
    font-size: 8pt;
}
.mainbutton
{
    font-size: 8pt;
    background-color: #C5B8B3;
}
.titleimagetext
{
    cursor:default;
}

A.gridrowheading:link
{
    font-weight: bold;
    color: #000;
    font-family: Verdana;
    text-decoration: underline;
}
A.gridrowheading:visited
{
    font-weight: bold;
    color: #000;
    font-family: Verdana;
    text-decoration: underline;
}
A.gridrowheading:hover
{
    font-weight: bold;
    color: red;
    font-family: Verdana;
    text-decoration: underline;
}
A.gridrowheading:active
{
    font-weight: bold;
    color: #000;
    font-family: Verdana;
    text-decoration: underline;
}

/*--------------------NewsList---------------------*/
A.NewsListMore:link
{
    font-weight: bold;
    color: #445461;
    font-family: Verdana;
    text-decoration: underline;
    font-size: 8pt;
    line-height: normal;
}
A.NewsListMore:visited
{
    font-weight: bold;
    color: #445461;
    font-family: Verdana;
    text-decoration: underline;
    font-size: 8pt;
    line-height: normal;
}
A.NewsListMore:hover
{
    font-weight: bold;
    color: red;
    font-family: Verdana;
    text-decoration: underline;
    font-size: 8pt;
    line-height: normal;
}
A.NewsListMore:active
{
    font-weight: bold;
    color: #445461;
    font-family: Verdana;
    text-decoration: underline;
    font-size: 8pt;
    line-height: normal;
}

.NewsListTitle
{
    font-weight: bold;
    color: #445461;
    font-family: Verdana;
    text-decoration: underline;
    font-size: 8pt;
    line-height: normal;
}

.NewsListSummary
{
    font-weight: normal;
    color: #445461;
    font-family: Verdana;
    text-decoration: none;
    font-size: 8pt;
    line-height: normal;
}

.NewsListDate
{
    font-weight: bold;
    color: #C5B8C0;
    font-family: Verdana;
    text-decoration: none;
    font-size: 7pt;
    line-height: normal;
}

/*--------------------NewsList End---------------------*/
.time
{
    font-weight: bold;
    font-size: 7pt;
    color: #C5B8B3;
} 

/*--------------------style---------------------*/
body {
	font-family: Arial, Verdana;
	color: black;
	font-size: 12px;
	background: black;
	margin:0;
	padding:0;			
	}

#Header {
	margin-bottom: 20px;
	background: #FF6600;
	margin-top: 10px;	
	}
#Header h1 {
	font-family: Georgia;
	font-size: 35px;	
	color: #fff;
	margin: 0 10px;
	}
#TopNavigation {
	margin: 10px 0 0 0;	
	padding: 5px 10px;
	background:#FFF;
	color: #C5B8B3;
	height: 20px;
	}
#TopNavigation a {
	font-size: 14px;
	color: #C5B8B3;
	text-decoration: none;
	}
#TopNavigation a:hover {
	color: #000;
	}
#Main {
	font-size: 14px;
	line-height: 150%;	
	background: white;
	}
#Main h2 {
	color: #000;
	}
#SideBar {
	font-size: 12px;	
	background: white;
	}
#Footer {
	clear:both;
	color: #666;
	font-size: 11px;
	margin-top: 20px;
	padding: 0 10px;
	}

#SideBar dt{
	font-weight: bold;
	color: #000;	
	}
#SideBar dd {
	margin-left: 0;
	margin-bottom: 10px;
	}
#SideBar ul {
	padding-left:20px;
	margin-left:0;
	}
#SideBar .contacts  {
	margin-top: 20px;	
	}
#SideBar .contacts dt {
	font-size: 16px;
	color: black;
	margin-bottom: 10px;
	}
#SideBar .contacts dd {
	margin-bottom: 5px;
	
	}
.contacts dd strong {
	font-size: 11px;
	}
a {
    font-size: 8pt;
	color: #000;
	text-decoration: none;
	}
a:hover {
    font-size: 8pt;
	color: #f63;
	text-decoration: none;
	}
.gallery {
	width: 80px;
	height: 80px;
	float: left;
	display: block;
	}
	
/*-------------------------------------PollBox---------------------------------*/
.PollBox {
    font-size: 1.0em;
    margin: 0;
    background: transparent;
    width: 200px;
    padding: 10px;
    }
.PollBox fieldset {
    border: 0;      
    padding: 0;
    margin: 10px 0 10px 0;        
    }
.PollBox h4 {
    font-size: 1.3em;
    padding:0;
    margin: 0;
    }
.PollBox fieldset h5 {
    font-size: 1.0em;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px 0;        
    }
.PollBox fieldset span {
    display: block;
    margin: 0;
    font-size: 1.0em;
    color: #000;
    line-height: 1.6em;
    }
.PollBox fieldset span label {
    display: inline;
    font-weight: normal;    
    }
.PollBox a {
    float:right;
    margin-top: -16px;
    }
.PollBox span {
    color: #999;
    font-size: 0.9em;
    }
.PollBox span.validator {
    color: red;
    display: block;
    margin-bottom: 10px;
    }
    
/*----------newslist-----------*/
.newslist {
	list-style:none;
	margin:0;
	padding:0;
	}
.newslist li {
	margin-bottom: 20px;
	}
.newslist p.summary {
	margin:0;
	font-size: 0.9em;
	}
.newslist h4, .newslist h5 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;			
	}
.newslist h5 {
	font-weight: normal;
	}
.newslist span.date {
	font-style: italic;
	font-size: 0.8em;
	}
.newslist a.more {
	font-size: 0.8em;
	}

/*---------singlenews---------*/

.singlenews h2 {
	font-size: 1.5em;
	margin-bottom: 0;
	}		
.singlenews h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 0.9em;
	}		
.singlenews span.date {
	font-style: italic;
	font-size: 0.8em;
	line-height: 3em;			
	}
.singlenews p.summary {
	font-weight: bold;
	font-size: 0.9em;
	}
.singlenews div.newsbody {
	margin-top: 20px;
	font-size: 0.9em;
	}
.related h3 {
	font-size: 1.2em;
	margin-top: 30px;
	margin-bottom: 10px;
	}
.related h4 {
	margin: 0 0 10px 0;
	font-size: 1.0em;			}
.related ul {
	margin:0 0 20px 0;
	padding:0;						
	}
.related li {
	padding: 0 0 0 0;
	margin-left: 20px;
	}
.related li.more {
	font-size: 0.8em;
	line-height: 2.5em;
	list-style-type: none;
	}
/*-------------------------------------Blogs---------------------------------*/
.tagCloud {
    margin:10px 0;    
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    }
.tagCloud li {
    padding-left: 10px;    
    width: auto;
    margin-left: 0;
    padding-left:0;    
    vertical-align:bottom;
    } 
h3.entryDate {
    font-size: 0.9em;
    font-weight: normal;
    color: #666;
    margin: 0.8em 0 1.2em 0;    
    }
.entry {
    margin-top: 20px;
    margin-bottom: 30px;
    }
h2.entryHead {
    margin-bottom: 0.3em;
    margin-top: 1.2em;    
    }
.entryContent {
    font-size: 1.0em;
    margin-bottom: 1.0em;
    }
.entryFoot {
    padding-bottom: 2.0em;
    }
.entryGet a, .entryFoot a, .entryFoot span, .entriesNavigation a {
    padding: 0 5px;
    }
.entry fieldset {
    background: #ededed;
    border:0;
    padding: 20px;
    }
.entry fieldset ol {
    margin-left: 0;
    padding-left:0;
    }
.entry fieldset label {
    float: left;
    width: 80px;
    }
.entry fieldset input {
    width: 150px;
    }
.entry fieldset input[type="submit"] {
    width: 100px;
    margin-left: 80px;
    }
.entry fieldset textarea {
    width: 350px;
    height: 200px;
    }
#SideBar h3 {
    font-size: 1.6em;
    font-weight: normal;
    margin: 1.5em 0 0 0;
    padding:0;
    }
#SideBar ul {
    margin-top: 1.0em;
    padding-top:0;
    }
#SideBar ul a+span {
    padding-left: 5px;
    color: #666;
    }
.entryComments {
    margin: 20px 0;
    padding: 10px;
    background: #ddd;
    }
.entryComments ul {
    margin:15px;
    padding:0;
    }
.entryComments h4 {
    margin: 1em 0 0 0;
    }
.entryComments h5 {
    font-size: 0.8em;
    color: #666;
    font-weight: normal;
    margin: 0.3em 0;
    }
.entryComments .commentContent {
    font-size: 0.9em;
    margin:0 0 0.9em 0;
    } 
.XXL {
    font-size: 21px;
    }
.XL {
    font-size: 18px;
    }
.L {
    font-size: 16px;
    }
.M {
    font-size: 12px;
    }
.S {
    font-size: 9px;
    }

/*-------------------------------------FAQ---------------------------------*/

.sf_listTitle
{
	font-weight: bold;
	font-size: 14pt;
	color: #44555F;
	font-family: Verdana;
	text-decoration: none;
}
.sf_listItemTitle, .sf_listItemTitleexp
{
	color: #44555F;
	font-family: Verdana;
}
.sf_listItemBody 
{
}
