/*--------------------------------------------------------------------------------------------------------------*/
/* CSS Styles for Cosmeola Skin by Zuptec */
/*--------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------*/
/* HTML Tag Defintions
/*--------------------------------------------------------------------------------------------------------------*/

/* *{margin:0; padding:0;}*/

body
{
	margin: 0 auto;
	padding: 0;
	background: url(images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

.normal,div,span,p,td,th,li,a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	color: #6B3D1A;	
}

h2
{
	font-size: 17px;
	font-weight: bold;
	color: #6B3D1A;	
}

h3
{
	font-size: 16px;
	font-weight: bold;
	color: #6B3D1A;	
}

h4
{
	font-size: 14px;
	font-weight: bold;
	color: #6B3D1A;	
}

h5
{
	font-size: 12px;
	font-weight: bold;
	color: #6B3D1A;	
}

a:link
{
	color: #A0522D;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #A0522D;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #A0522D;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Skin Tag Definitions
/*--------------------------------------------------------------------------------------------------------------*/

#page
{
	width: 1024px;
	margin: 0 auto;
	background: #F9E4BD;
	border: 1px solid #E4CCA3;
}

/* Header */

#header
{
	width:100%;
	min-height: 28px;
	line-height: 28px;
   /* text-align: right;*/
	background: url(images/menubar_bg.gif);
}

#sitesearch
{
	float: left;
	margin-left: 5px;
}

#sitesearch a
{
	color: #8E0000;
}

#user
{
	float: right;
	margin-right: 5px;
}

#logo
{
	clear: both;
	background: #F8EED3;
}

#header img
{
	float:left;
}

/* Content */

#content
{
	width: 100%;
	clear: left;
	float: left;
	background-color: inherit;
}

.leftpanel
{
	width: 300px;
	min-width: 300px;
	vertical-align: top;
	/*border-right: 1px solid #E4CCA3;*/
	/*border-right: 1px solid red;*/
}

.contentpanel
{
	vertical-align: top;
}

.rightpanel
{
	width: 250px;
	min-width: 250px;
	vertical-align: top;
	/*border-left: 1px solid #E4CCA3;*/
	/*border-left: 1px solid red;*/
}

.bottompanel
{
	line-height: 1px;
}

.bottompanel a
{
	color: #FFF3E1;
	font-size: 1px;
}

/* Footer */

#footer
{
	clear: both;
	width:100%;
	min-height: 28px;
	line-height: 28px;
	background: url(images/menubar_bg.gif);	
	text-align: center;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: none;
	color: #8E0000;
}

A.CommandButton:visited
{
	text-decoration: none;
	color: #8E0000;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #8E0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #8E0000;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Menu Definitions
/*--------------------------------------------------------------------------------------------------------------*/

#menu
{
	clear:left;
	float:left;
	width: 100%;
	padding:0;
	background: url(images/menubar_bg.gif);
}

.MainMenu_MenuItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B3D1A;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding: 0px 15px 0px 7px;
	border: none;
	background-color: transparent;
}

.MainMenu_MenuContainer
{
	width: 0px;
}

.MainMenu_MenuContainer td
{
	cursor: default;
	font-size: 3px;
}

.MainMenu_MenuBreak
{
	display: none;
}

.MainMenu_MenuArrow
{
	display: none;
}

.rootmenuitem
{
	/*background: url(menubar_bg.gif);*/
}

.rootmenuitem td
{
	padding: 0px 10px 0px 9px;
	height: 28px;
	cursor: pointer;
	cursor: hand;
	/* border-right: 1px solid #E4CCA3;*/
}

.rootmenuitem td span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9C531D;
	font-size: 12px;
	font-weight: bold;
}

/*Selected MenuItem*/
.rootmenuitembreadcrumb
{
}

.rootmenuitembreadcrumb td
{
	padding: 0px 10px 0px 9px;
	height: 28px;
	cursor: pointer;
	cursor: hand;
}

.rootmenuitembreadcrumb td span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B3D1A;
	font-size: 12px;
	font-weight: bold;
}

/*Hover MenuItem*/
.rootmenuitemselected
{
	background: url(images/menuitem_act.gif);
}
.rootmenuitemselected td
{
	padding: 0 10px 0 9px;
	height: 28px;
	cursor: pointer;
	cursor: hand;
}
.rootmenuitemselected td span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B3D1A;
	font-size: 12px;
	font-weight: bold;
}

/* SubMenu Menu Icon Column */
.MainMenu_MenuIcon
{
	display: none;
}

/* SubMenu */
.submenu
{
	z-index: 1000;
	background: #E7CAA7;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	border: none;
}

/*Selected SubMenu*/
.submenuitembreadcrumb
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
}
/*Hover SubMenu*/
.submenuitemselected
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding: 0px 15px 0px 7px;
	background: #EDDEC8;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* News List Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.news
{
	font-size: 95%;
	line-height: 25px;
	margin: 0 0 0 0;
	padding-top: 15px;
}

.newsitem
{
	padding-left: 5px;
	line-height: 20px;
}

.newsitem a:visited
{
	color: #A0522D;
	font-weight: bold;	
}

.newsfooter
{
	font-size: 95%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	border-top: 1px solid #E4CCA3;	
}

.newsfooter a:visited
{
	color: #A0522D;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* News View Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.newsview
{
	clear: both;
	clear: left;
	line-height: 18px;
	background: #F8EED3;
}

.newsview p
{
	padding-left: 5px;
	padding-right: 5px;
}

.commentrow
{
	margin-top: 5px;
	margin-bottom: 5px;	
}

.commentrow a
{
	padding-left: 5px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Last Forum Posts Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.lastforumposts
{
	font-size: 95%;
	line-height: 15px;
}


/*--------------------------------------------------------------------------------------------------------------*/
/* Tipp Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.tipp
{
	clear: both;
	line-height: 17px;
	font-size: 95%;
	padding-top: 5px;	
	padding-left: 5px;
	padding-right: 5px;
}

.tipp ul li div span p normal
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.tipptitle
{
	font-weight: bold;
	color: #6B3D1A;	
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Article Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.articleimage
{
	float: left;
	width: 150px;
	height: 110px;
	margin-right: 5px;
	border: 1px solid #6B3D1A;
}

.articlelist
{
	background: #F8EED3;
	border: 1px solid #E7CAA7;
	margin-top: -5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.articletitle
{
	clear: left;
	padding-left: 5px;
}

.articletitle h2
{
	margin-top: 5px;
	margin-bottom: 5px;*/
}

.articleauthor
{
	padding-left: 5px;
}

.articlesummary
{
	height: 100%;
	background: inherit;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

.articlerelated
{
	float: left;
   width: 100%;
	height: 100%;
	line-height: 18px;
	border: 1px solid #E4CCA3;
	background: #FAFAD2;
}

.articlerelated a
{
	/*font-size: 90%;*/
	font-weight: normal;
	padding-left: 5px;
	/*display: list-item;*/
}

.articlerelated a:visited
{
	color: #8E0000;
}

.articlerelated ul
{
	margin-left: 20px;
}

.articlerelated *
{
	padding: 0;
	margin: 0;
}

.comments
{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.comments a
{
	font-weight: normal;
}

.readmore
{
	clear: left;
	text-align: right;
	font-weight: bold;
	/*width: auto;*/
	padding-right: 5px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Article View Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.rating img
{
	float: none !important;
}

.articleview
{
	clear: both;
	clear: left;
	line-height: 18px;
	margin-bottom: 30px;
	background: #F8EED3;
	/*padding-left: 5px;*/
}

.articleview p, li
{
	padding-left: 5px;
	padding-right: 5px;
}

.articleindex
{
	float: right;
	width: 178px;
	min-width: 178px;
	line-height: 18px;
	border: 1px solid #E4CCA3;
	background: #FAFAD2;
	margin-left: 5px;
}

.articleindex a
{
	font-size: 90%;
	font-weight: normal;
}

.articleindex ul
{
	margin-left: 20px;
}

.articleindex
{
	padding-top: 5px;
	padding-left: 5px;
	/*padding: 0;
	margin: 0;*/
}

.articlepagingleft
{
	float: left;
	padding-left: 5px;
}

.articlepagingright
{
	text-align: right;
	padding-right: 5px;
}

.articlefooter
{
	clear: both;
	border-top: 1px dotted black;
	margin-bottom: 5px;
	line-height: 25px;
}

.articlefooter img
{
	border: 0;
	margin-top: 5px;
}

.customarticleimage
{
	margin-right: 5px;	
}

.socialbookmarks img
{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rating input
{
	padding-left: 5px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Article Table Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.atcolumnheaderleft
{
	font-size: 90%;
	font-weight: bold;
	border-top: black 1px solid;
	border-right: black 2px solid;
	border-bottom: black 2px solid;
	border-left: black 1px solid;	
	vertical-align: middle;
	background-color: #F0E68C;
}

.atcolumnheader
{
	font-size: 90%;
	font-weight: bold;
	border-top: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 2px solid;
	vertical-align: middle;
	background-color: #F0E68C;
}

.atrowheader
{
	font-size: 90%;
	font-weight: bold;
	border-right: black 2px solid;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	vertical-align: middle;
	background-color: #F0E68C;
}

.attablecell
{
	font-size: 90%;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	vertical-align: middle;
	background-color: #FAFAD2;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Google Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.googleadshorizontal
{	
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Vertical Ads Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.advertical
{
	width: 250px;
	text-align: center;	
}

.advertical img
{
	padding-top: 5px;
}

.advertical300
{	
	width: 300px;
	text-align: center;
}

.advertical300 img
{
	padding-top: 5px;
}


/*--------------------------------------------------------------------------------------------------------------*/
/* Inbox Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.inbox
{
	line-height: 20px;
	font-size: 90%;	
}

.inbox img
{
	padding-left: 5px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Login Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.login
{
	width: 100%;
	float: left;
	text-align: center;
	background: #F8EED3;	
}

.login a
{
	color: Red;
}

.login span
{
	color: Black;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* User Account Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.useraccount
{
	width: 100%;
	float: left;
}

.useraccount span
{
	color: Black;
	line-height: 20px;
}


/*--------------------------------------------------------------------------------------------------------------*/
/* Custom Search Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.customsearch
{
	/*height: 25px;
	max-height: 25px;
	line-height: 25px;
	width: 100%;*/
	font-size: 90%;
	margin: 0;
	padding: 0;
	/* border: 1px solid black; */
}

.searchresults
{
	width: 100%;
	float: left;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* RSS Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.rss
{
	line-height: 18px;
}

.rss img
{
	border: 0;
	float: left;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Category Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.categories
{
	line-height: 18px;
}

.categories a
{
	font-size: 90%;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Common Definitions
/*--------------------------------------------------------------------------------------------------------------*/

.separator
{
	clear: left;
	background: #F8EED3;
	border-bottom: 1px dotted black;
	padding-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

.customcontainerheader
{
	clear: both;
	float: left;
	height: 24px;
	min-height: 24px;
	line-height: 24px;
	width: 100%;
	min-width: 100%;
	background: url(images/glassy_header_24.gif) repeat-x;
	font-weight: bold;
	color: #6B3D1A;
}

.customcontainerheader span
{
	padding-left: 5px;
}

.customcontainerheader img
{
	float: left;
	padding-left: 5px;	
	padding-right: 5px;
}

.clear_float
{
	clear:both;
}

.clearer
{
	clear: left;
	line-height: 0px;
}

.cycle
{
	width: 600px;
	height: 150px;
   padding: 0;
   margin:  0;	
}

.cycle img
{
   padding: 15px;
	border:  1px solid #E4CCA3;
	background-color: #F8EED3;
	width:  200px;
	height: 200px;
	top:  0;
	left: 0;
}

.cycle p
{
   /*padding: 15px;*/
	border:  1px solid #E4CCA3;
	background: #FAFAD2;
	width: 600px;
	height: 150px;	
   top:  0;
	left: 0;	
	line-height: 17px;
	padding: 5px 5px 5px 5px;
}

.nav
{
	margin: 20px 0
}

pre { display:none }