@charset "utf-8";

/* ******************************************************************************************************************
 master reset *************************************************************************************************** */

html,body { margin: 0; padding: 0; width: 100%; height:100%; }

div,p,h1,h2,h3,h4,h5,img { margin: 0; padding: 0; display: inline; float: left; border: 0; }
ul,li { margin: 0; padding: 0; }

/* ******************************************************************************************************************
 main containers *************************************************************************************************** */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #525449;
	/*background-color: #fafae4;*/
	background-color: #FFFAEF;
}

#UI
{
	/*min-height: 100%;*/
	width: 700px;
	padding-right: 10px;
	background-color: #FFF;	
	background-image: url(../images/ui/borders/ui_border.gif);
	background-attachment: scroll;
	background-position: 700px 0;
	background-repeat: repeat-y;
	z-index: 5;
}

#header
{
	width: 100%;
	height: 130px;
}

/* ******************************************************************************************************************
 menus *************************************************************************************************** */

#mainMenu
{
	/*width: 100%;*/
	width: 700px;
	/*height: 50px;*/
	padding-bottom: 10px;
	margin-top: 5px;
	background-color: #e95e26;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	color: #e2e3e5;
}

#mainMenu ul
{
	list-style: none;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	line-height: normal;
	/*width: 90%;*/
	display: table;
	float: none;
}
#mainMenu ul li { display: inline; float: left; padding: 0 5px 0 5px; }

#mainMenu ul li a:link { color: #e2e3e5; text-decoration: none; }
#mainMenu ul li a:hover { color: #fff; }
#mainMenu ul li a:active { color: #fff; }
#mainMenu ul li a:visited { color: #e2e3e5; text-decoration: none; }
#mainMenu ul li a:visited:hover { color: #fff; }
#mainMenu ul li a:visited:active { color: #fff; }

/* *************************************************************************** */

#menuPanel
{
	width: 150px;
	height: 100%;
	/*background-color: #fff8eb;*/
	margin-right: 10px;
	/*margin-left: -10px;*/
	padding-right: 10px;
}

#menuPanel ul { list-style: none; }
#menuPanel ul li
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #d4470f;
	margin: 10px 0 10px 10px;
	padding: 0 0 0 5px;
}
#menuPanel ul li a:link { color: #d4470f; text-decoration: none; }
#menuPanel ul li a:hover { color: #560015; text-decoration: none; }
#menuPanel ul li a:active { color: #560015; text-decoration: none; }
#menuPanel ul li a:visited { color: #d4470f; text-decoration: none; }
#menuPanel ul li a:visited:hover { color: #560015; text-decoration: none; }
#menuPanel ul li a:visited:active { color: #560015; text-decoration: none; }


#menuPanel ul li.split { height: 1px; font-size: 1px; overflow: hidden; margin-top: 10px; margin-bottom: 10px; background-color: #ffdd9a; }

#menuPanel ul li ul { list-style: none; margin-bottom: 40px; /*tmp*/ display: none; }
#menuPanel ul li ul li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #867f71;
	margin: 10px 0 10px 0;
	padding: 0;
}
#menuPanel ul li ul li a:link { color: #867f71; text-decoration: none; }
#menuPanel ul li ul li a:hover { color: #414339; text-decoration: none; }
#menuPanel ul li ul li a:active { color: #414339; text-decoration: none; }
#menuPanel ul li ul li a:visited { color: #867f71; text-decoration: none; }
#menuPanel ul li ul li a:visited:hover { color: #414339; text-decoration: none; }
#menuPanel ul li ul li a:visited:active { color: #414339; text-decoration: none; }

/* ******************************************************************************************************************
 content *************************************************************************************************** */

#content
{
	width: 700px;
	min-height: 850px;
	margin: 10px 0 0 0;
	padding-bottom: 20px;
	/**/
	background-color: #FFF;
	background-image: url(../images/ui/gfx/contentColumnBg.gif);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat-y;
}

.columnBlock { width: 100%; clear: both; }

.contentColumnLeft,.contentColumnRight { width: 335px; float: left; margin: 10px 0 10px 10px; }
.contentColumnLeft { }
.contentColumnRight { }

.contentColumnLeft > div,
.contentColumnRight > div { width: 310px; padding: 10px; }

.contentColumnLeft p,
.contentColumnRight p { width: 325px; margin-top: 10px; }

.columnBlock h1,
.columnBlock h2,
.contentColumnLeft h1,
.contentColumnLeft h2,
.contentColumnRight h1,
.contentColumnRight h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #e95e26;
	width: 100%;
}

.columnBlock h1,
.columnBlock h2 { margin-left: 10px !important; }

.columnBlock h1,
.contentColumnLeft h1,
.contentColumnRight h1 { font-size: 28px; margin: 0 0 20px 0; }

.columnBlock h2,
.contentColumnLeft h2,
.contentColumnRight h2 { font-size: 14px; margin: 10px 0 10px 0; }

.contentColumnLeft p a:link,
.contentColumnRight p a:link { color: #c73709; text-decoration: underline; }

.contentColumnLeft p a:hover,
.contentColumnRight p a:hover { color: #f4612f; }

.contentColumnLeft p a:active,
.contentColumnRight p a:active { color: #f4612f; }

.contentColumnLeft p a:visited,
.contentColumnRight p a:visited { color: #c73709; text-decoration: underline; }

.contentColumnLeft p a:visited:hover,
.contentColumnRight p a:visited:hover { color: #f4612f; }

.contentColumnLeft p a:visited:active,
.contentColumnRight p a:visited:active { color: #f4612f; }

/* *************************************************************************** */

#sectionBody
{
	width: 520px;
	/*float: right;*/
	/*-display: inline-block;*/
}

.sectionRow { width: 100%; margin: 20px 0 20px 0; }
.sectionColumn { width: 249px; margin: 0 5px 0 5px; }

#sectionBody h1,#sectionBody h2,#sectionBody h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #e95e26;
	width: 100% !important;
}
#sectionBody h1 { font-size: 28px; margin: 0 0 20px 0; }
#sectionBody h2 { font-size: 14px; margin: 10px 0 0 0; }
#sectionBody h3 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #525449; font-size: 11px; margin: 10px 0 5px 0; }

#sectionBody ul { width: 90%; /*width: 500px;*/ /*margin: 0 0 0 15px;*/ /*padding: 0 0 0 10px;*/ list-style: none; margin-bottom: 10px; }
#sectionBody ul li
{
	width: 100%;
	clear: both;
	padding: 0 0 0 15px;
	background: url(../images/ui/gfx/bullet.gif) no-repeat 4px 4px;
}
#sectionBody ul li a
{
color:#525449;
}
/* *************************************************************************** */
#sectionBody .tabNav { width: 100%; }
#sectionBody .tabNav ul
{
	width: auto;
	margin: auto;
	text-align: left;
}	

#sectionBody .tabNav ul li
{
	width: auto;
	display: inline;
	clear: none;
	float: left;
	
	padding: 0 0 5px 0;
	margin: 10px 5px 0 5px;
	background: none;
}

#sectionBody .tabNav ul li a { text-decoration: none; }

.ui-tabs-selected a,
.ui-tabs-unselect a
{
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E95E26;
}
.ui-tabs-selected a:link,
.ui-tabs-selected a:active,
.ui-tabs-selected a:visited { background-color: #E95E26 !important; color: #FFFFFF !important; }

.ui-tabs-unselect a:link,
.ui-tabs-unselect a:active,
.ui-tabs-unselect a:visited { background-color: #FAFAE4; color: #E95E26; }

.ui-tabs-selected a:hover,
.ui-tabs-selected a:visited:hover,
.ui-tabs-unselect a:hover,
.ui-tabs-unselect a:visited:hover { background-color: #E95E26; color: #FFFFFF; }

.ui-tabs-panel { border-top: 1px solid #E95E26; width: 100%; padding-top: 10px; }
.ui-tabs-hide { display: none; }

/* *************************************************************************** */

.sessionHeader { cursor: pointer; }

#sectionBody .tabNav .ui-tabs-panel ul * { clear: both; }
#sectionBody .tabNav .ui-tabs-panel ul li.sessionBody { display: none; }

/* *************************************************************************** */

p.sectionShortcut { color: #91805e !important; }
p.sectionShortcut a:link { color: #91805e !important; text-decoration: none !important; }
p.sectionShortcut a:hover { color: #91805e !important; text-decoration: underline !important; }
p.sectionShortcut a:active { color: #91805e !important; } 
p.sectionShortcut a:visited { color: #91805e !important; text-decoration: none !important; }
p.sectionShortcut a:visited:hover { color: #91805e !important; text-decoration: underline !important; }
p.sectionShortcut a:visited:active { color: #91805e !important; } 

#sectionBody p { margin-bottom: 10px; width: 100%; }

#sectionBody p a:link { color: #c73709; text-decoration: underline; }
#sectionBody p a:hover { color: #f4612f; }
#sectionBody p a:active { color: #f4612f; }
#sectionBody p a:visited { color: #c73709; text-decoration: underline; }
#sectionBody p a:visited:hover { color: #f4612f; }
#sectionBody p a:visited:active { color: #f4612f; }

.expandableDiv,
.extraDetails { width: 100%; }

/* *************************************************************************** */

#sectionBody table
{
	width: 100%;
	clear: both;
	margin: 10px 0 10px 0;
	border-collapse: collapse;
	border-spacing: 1px;
	-moz-box-sizing: border-box;
}

.tableClear tr {}

.tableClear th,
.tableClear td
{
	border: 1px solid #E95E26;
	text-align: left;
	padding: 3px;
} 
.tableClear th { background-color: #E95E26 !important;	color: #FFFFFF; border-color: #FFF; }
.tableClear td.empty { background: url('../images/ui/gfx/hashBg.gif') repeat scroll 0 0; }
.tableClear th.cellHighlight,
.tableClear td.cellHighlight { background-color: #FFFAEF !important; color: #E95E26;  border-color: #E95E26; }
.tableClear td {}

/* *************************************************************************** */

img.illustration,
img.illustrationClean,
img.illustrationCentre
{
	float: right;
	padding: 10px;
	margin: 0 0 10px 10px;
	border: 1px solid #7d002e;
	background-color: #fafae4;
}
img.illustrationClean,
img.illustrationCentre { border: none; background: none; padding: 5px; }
img.illustrationCentre { float: left; padding: 0; margin: 10px 0; }

img.bodyImage
{
	float: left;
	margin: 20px 20% 10px 0;
}

/* ******************************************************************************************************************
 extras *************************************************************************************************** */

.anchor { margin:0!important; padding:0!important; }

div.shortRule,
div.mediumRule,
div.longRule
{
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	width: 100%;
	clear: both !important;
	margin: 10px 0 10px 0;
	/*background-color: #e95e26;*/
	background-position: center top;
	background-repeat: no-repeat;
}

div.shortRule { background-image: url(../images/ui/rules/shortRule.gif); }
div.mediumRule { background-image: url(../images/ui/rules/mediumRule.gif); }
div.longRule { background-image: url(../images/ui/rules/longRule.gif); }

/*
div.shortRule { width: 20%; margin: 10px 0 10px 40%; }
div.mediumRule { width: 50%; margin: 10px 0 10px 25%; }
div.longRule { width: 80%; margin: 10px 0 10px 10%; }
*/

/* very old
div.shortRule { width: 20%; margin: 10px 40%; }
div.mediumRule { width: 50%; margin: 10px 25%; }
div.longRule { width: 80%; margin: 10px 10%; }
*/

p.masterHead,p.masterHeadCaption
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #867f71;
	width: 680px;
	padding: 0 10px;
	text-align: center;
}
p.masterHead { font-size: 28px; }
p.masterHeadCaption { font-size: 14px; }

p#headerCaption { color: #e95e26; font-size: 11px; margin: 3px 0 0 0; }

p.intro { width: 680px; padding: 0 10px; text-align: center; color: #d4470f; }

img.icon { float: right; margin-top: 2px; }

.inlineImg
{
	display: inline !important;
	margin: 0 2px 0 2px !important;
	border: 0 !important;
	float: none !important;
	clear: none !important;
	width: 10px;
}
h2 img.inlineImg { width: auto; }

.elipsisLink
{
	color: #414339 !important;
	text-align: right !important;
	width: 100% !important;
}
.elipsisLink a:link { color: #414339 !important; text-decoration: none !important; }
.elipsisLink a:hover { color: #525449 !important; }
.elipsisLink a:active { color: #525449 !important; }
.elipsisLink a:visited { color: #414339 !important; text-decoration: none !important; }
.elipsisLink a:visited:hover { color: #525449 !important; }
.elipsisLink a:visited:active { color: #525449 !important; }

/* ******************************************************************************************************************
 content specific *************************************************************************************************** */

.darkBox
{
	/*width: 325px;*/
	/*padding: 10px;*/
	background-color: #867f71;
	border: 1px solid #414339;
}      
.darkBox .row { width: 313px; }

.darkBox h1,.darkBox h2
{
	font-family: Georgia, "Times New Roman", Times, serif; 
	/*margin: 10px 0 0 10px;*/
}
.darkBox h1
{
	font-size: 18px;
	color: #fafae4;
	width: auto;
}
.darkBox h2
{
	font-size: 18px;
	color: #ffdd9a;
	border-bottom: 1px solid #ffdd9a;
	padding-bottom: 2px;
	margin: 10px 0 0 0;
	/*margin-right: 10px;*/
	clear: both;
	/*width: 313px;*/
	width: 313px;
	width: inherit;
}
.darkBox img.thumbnail
{
	border: 1px solid #fafae4;
	/*margin: 10px 10px 10px 10px;*/
	margin: 10px 10px 0 0;
	clear: left;
}
.darkBox p
{
	color: #fafae4;
	width: 220px;
	margin-top: 10px;
	float: left;
}
.darkBox p a:link, .darkBox p a:visited { color: #fafae4; }
.darkBox *.icon { margin-top: 4px; }

#twitterPanel
{
	width: 98%;
	height: 13px;
	padding: 0 1% 0 1%;
	margin: 5px 0 5px 0;
	overflow: hidden;
}
#twitterLink
{
	width: 14%;
	height: 100%;
}
#twitterLink img { width: 12px; float: left; margin: 0 2px -2px 0; }
#twitterFeed
{
	width: 86%;
	height: 100%;	
	position: relative;
}
#twitterFeedText
{
	width: auto;	
	height: 100%;
	display: none;
}
#twitterFeedText p { width: auto; float: none; margin: 0 5px 0 0; white-space: nowrap; }

#twitterPanel a{
	color: #F4612F;
	text-decoration: none;
}

/* *************************************************************************** */

.newsBox
{
	width:658px;
	margin: 10px 0 10px 10px;
	padding: 10px;
	background-color:#FAFAE4;
	border:1px solid #D4470F;
}
.newsBox p { width: 100%; }
.newsBox p a:link { color: #c73709; text-decoration: underline; }
.newsBox p a:hover { color: #f4612f; }
.newsBox p a:active { color: #f4612f; }
.newsBox p a:visited { color: #c73709; text-decoration: underline; }
.newsBox p a:visited:hover { color: #f4612f; }
.newsBox p a:visited:active { color: #f4612f; }

.quoteBox
{
	background-color: #fafae4;
	border: 1px solid #d4470f;
	background-image: url(../images/ui/quote/quotationMark_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.quoteBody,.quoteSignature { color: #867f71; }
.quoteBody p { margin: 0 0 10px 0; width: 99%; }

.quoteBody p img { margin: 0 0 10px 10px; float: right; }

/*.quoteBody { width: 300px; }*/
.quoteSignature
{
	clear: both;
	text-align: right;
	display: block;
	margin-top: 10px;
}

#sectionBody > .quoteBox { padding: 10px; }

/* *************************************************************************** */

.sponsorLogo
{
	width: auto !important;
	padding: 0 45px 0 0 !important;
	float: left;
	margin: 20px 0 0 0 !important;
}
.sponsorLogo p { font-size: 10px; clear: both; width: 145px !important; }
.sponsorLogo img { float: left; margin: 0; padding: 0; border: 0; }
/* *************************   Gallery ************************************************** */

.thumbnailsSpacing {
padding:2px 2px 0 0;
}



/* ******************************************************************************************************************
 footer *************************************************************************************************** */

#footer
{
	width: 710px;
	clear: both;
	color: #867f71;
	/*background-color: #fafae4;*/
	/*background-image: url(../images/ui/borders/footer_border.gif);*/
	/*background-position: 0 0;*/
	/*background-repeat: repeat-x;*/
	border-top: 3px double #e95e26;
	margin: 0 0 10px 0;
}

.footerColumn
{
	/*width: 160px;*/
	width: 210px;
	margin: 10px 5px 0 5px;
	padding-left: 5px;
	border-left: 1px solid #867f71;
}

.footerColumn h1
{
	font-size: 11px;
	width: 100%;
	margin: 0 0 5px 0;
}

.footerColumn p
{
	font-size: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.footerColumn ul
{ margin: 0 0 10px 10px; }

.footerColumn p img.bulletImage
{
	display: inline;
	margin-right: 2px;
}

.footerColumn p a:link { color: #867f71; text-decoration: none; }
.footerColumn p a:hover { color: #867f71; text-decoration: underline; }
.footerColumn p a:active { color: #867f71; }
.footerColumn p a:visited { color: #867f71; text-decoration: none; }
.footerColumn p a:visited:hover { color: #867f71; text-decoration: underline; }
.footerColumn p a:visited:active { color: #867f71; }

/* ******************************************************************************************************************
 blog's feed *************************************************************************************************** */

#sidePanel
{
	/*
	min-height: 100%;
	height: 100%;
	*/
	width: 170px;
	margin-left: -10px;
		z-index: 10;

}	

#sidePanel p.caption
{
	color: #867f71;
	font-size: 10px;
	float: right;
	/*clear: both;*/
	margin: 10px 0 0 0;
	text-align: right;
	width: 150px;
}
#sidePanel p.caption a:link { color: #867f71; text-decoration: none; }
#sidePanel p.caption a:hover { color: #edc174; }
#sidePanel p.caption a:active { color: #edc174; }
#sidePanel p.caption a:visited { color: #867f71; text-decoration: none; }
#sidePanel p.caption a:visited:hover { color: #edc174; }
#sidePanel p.caption a:visited:active { color: #edc174; }

/* *************************************************************************** */

.feedContainer
{
	width: 150px;
	padding: 10px;
	margin-top: 130px;
	background-color: #867f71;
	border-top: 1px solid #525449;
	border-right: 1px solid #525449;
	border-bottom: 1px solid #525449;
	background-image: url(../images/ui/borders/blogFeed_border.gif);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-y;
}

.rssItem { width: 100%; }

.feedContainer h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fafae4;
	/*width: 100%;*/
}
.feedContainer h1 a:link { color: #fafae4; text-decoration: none; }
.feedContainer h1 a:hover { color: #f2f2da; }
.feedContainer h1 a:active { color: #f2f2da; }
.feedContainer h1 a:visited { color: #fafae4; text-decoration: none; }
.feedContainer h1 a:visited:hover { color: #f2f2da; }
.feedContainer h1 a:visited:active { color: #f2f2da; }

.feedContainer h2
{
	font-weight: bold;
	font-size: 10px;
	color: #ffdd9a;
	margin: 20px 0 0 0;	
	width: 100%;
}
.feedContainer h2 a:link { color: #ffdd9a; text-decoration: none; }
.feedContainer h2 a:hover { color: #edc174; }
.feedContainer h2 a:active { color: #edc174; }
.feedContainer h2 a:visited { color: #ffdd9a; text-decoration: none; }
.feedContainer h2 a:visited:hover { color: #edc174; }
.feedContainer h2 a:visited:active { color: #edc174; }


.feedContainer p a
{
	text-decoration: none;
	color: #F2F2DA;
}

.feedContainer p.blogEntry
{
	color: #fafae4;
	width: 100%;
}

.feedContainer p.blogEntryDate
{
	color: #f2f2da;
	font-size: 10px;
	font-style: italic;
	width: 100%;
}

/*
.blogElipsisLink
{
	color: #414339;
	text-align: right;
	width: 100%;
}

.blogElipsisLink a:link { color: #414339; text-decoration: none; }
.blogElipsisLink a:hover { color: #525449; }
.blogElipsisLink a:active { color: #525449; }
.blogElipsisLink a:visited { color: #414339; text-decoration: none; }
.blogElipsisLink a:visited:hover { color: #525449; }
.blogElipsisLink a:visited:active { color: #525449; }
*/



.showDetails { cursor: pointer; color: #F4612F; text-decoration: underline; }
.extraDetails { display: none; }







/* ******************************************************************************************************************
 forms *************************************************************************************************** */

#warningBox { display: none; }

.erorBox
{
	color: #CC0000;
	background-color: #FFDDDD;
	border: 1px solid #CC0000;
	width: 96% !important;
	padding: 2%;
	margin: 10px 0 10px 0;
}
.doneBox
{
	color: #00CC33;
	background-color: #e5ffe6;
	border: 1px solid #00CC33;
	width: 96% !important;
	padding: 2%;
	margin: 10px 0 10px 0;
}

.infoBox
{
	color: #00A6EB;
	background-color: #e7ffff;
	border: 1px solid #00A6EB;
	width: 96% !important;
	padding: 2%;
	margin: 10px 0 10px 0;
}

.row { margin: 10px 0 10px 0; width: 100%; }

input,select,button,textarea
{
	width: 98%;
	margin: 0 0 0 0;
	color: #525449;
	background-color: #FAFAE4;
	border: 1px solid #E95E26;
}
button { margin: 10px 0 10px 0; }
.formTickBox, .checkbox, .radioButton { width: auto; margin: 2px; border: 0; background: none; }

#submiBtn
{
	margin: 20px 0 15px 0;
	color: #E95E26;
	background-color: #FAFAE4;
	border: 1px solid #E95E26;
	cursor: pointer;
}
#submiBtn:hover
{
	color: #FAFAE4;
	background-color: #E95E26;
}