/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background: #FAFAFA;	
	margin: 0px;
	padding: 0px;
}
b { font-weight:normal; }
a:link,
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color:#0000FF;
}
img{
	vertical-align: middle;
	border: 0px none;
}
ul{
	padding: 0px;
	margin: 12px;
}
li{
	padding: 0px;
	margin: 0px;
	list-style: square inside;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

/****** Main Layout Styles ******/
#wrapper {
	margin: 10px;
	margin-left: 30px;
	margin-right: 30px;
}
#insideWrapper {}

#titleBar {
	background: #F6AA40 url("images/titleBar_bg.gif") repeat-x top left;	
	height: 80px;
	margin-bottom: 5px;
}
#titleBarLeft {
	background: url("images/titleBar_bg_left.gif") no-repeat top left;	
	height: 80px;
}
#titleBarRight {
	background: url("images/titleBar_bg_right.gif") no-repeat top right;	
	height: 80px;
}

#footer {
	clear: both;
}
#insideFooter {
	padding: 10px;
	margin-bottom: 50px;
	font-size: 11px;
	text-align: center;
}

/****** Header Elements Styles ******/
#navMenu {
	color: #0066CC;
	padding-top: 60px;
	padding-left: 100px;
}
#navMenu a{
	color: #FFFFFF;
	text-decoration: none;
}
#navMenu a:hover{
	color: #FFCC00;
	text-decoration: underline;
}

/****** Footer Elements Styles ******/
.footerLinks {
	padding: 10px;
	color: #999999;
}
.footerLinks a{
	color: #000066;
	text-decoration: none;
}
.footerLinks a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.copyright{
	color: #666666;
}

/****** Main Content Layout ******/
#mainWrapper {}

/* sidebar */
.sidebar {
	float: right;
/*	width: 200px;*/
	width: 250px;
}
.sidebar-hide {
	display: none;
	float: right;
}
#insideSidebar {
	padding-top: 4px;
}

/* content */
.content {
	float: left;
	width: 100%;
/*	margin-right: -210px;*/
	margin-right: -260px;
}
.content-wide {
	width: auto;
	margin: 10px;
/*	margin-right: -200px;*/
	margin-right: -250px;
}
.content-only {
	width: auto;
	margin: 10px;
/*	margin-right: -200px;*/
	margin-right: -250px;
}
#insideContent {
/*	margin-right: 210px;*/
	margin-right: 260px;
	overflow: visible;
}

/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Content Box ******/
.textbox {
	background: #ECECEC;
	margin-bottom: 10px;
}
.textbox-top-left {
	background: url("images/box_top_left.gif") no-repeat top left;
}
.textbox-top-right {
	background: url("images/box_top_right.gif") no-repeat top right;	
}
.textbox-title {
/*	border-bottom: 1px dashed #CCCCCC;*/
	padding: 5px;
	margin: 5px;
}
.textbox-title h2{
	display: inline;
	font-size: 18px;
	color: #666666;
}
.textbox-content {
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.textbox-bottom-left {
	margin-top: 20px;
	height: 20px;
	background: url("images/box_bottom_left.gif") no-repeat bottom left;
}
.textbox-bottom-right {
	height: 20px;
	background: url("images/box_bottom_right.gif") no-repeat bottom right;
}
.textbox-go-top{
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}
.textbox-go-top a{
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 16px;
	background: url("images/go_top.gif") no-repeat top right;	
}
.textbox-go-top a:visited{
	color: #999999;
}

/****** Panel ******/
.panel {
	background: #E9E7E3 url("images/panel_bg.gif") repeat-x top left;
	margin-bottom: 10px;
}
.panel-middle{
	background: url("images/panel_left.gif") repeat-y top left;
}
.panel-inside{
	background: url("images/panel_right.gif") repeat-y top right;
}
.panel-header {
	background: url("images/panel_top_left.gif") no-repeat top left;
	height: 20px;
}
.panel-inside-header {
	background: url("images/panel_top_right.gif") no-repeat top right;	
}
.panel-title{
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
}
.panel-title h4{
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #767676;
}
.panel-content{
	padding: 10px;
	padding-bottom: 0px;
}
.panel-content a{
	color: #000066;
	text-decoration: none;
}
.panel-content a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: url('images/dot.gif') outside;
}
.panel-bottom {
	background: url("images/panel_bottom.gif") repeat-x bottom left;
}
.panel-middle-bottom {
	background: url("images/panel_bottom_left.gif") no-repeat bottom left;
}
.panel-inside-bottom {
	background: url("images/panel_bottom_right.gif") no-repeat bottom right;
}

/***** Other Elements in Page Content *****/
.lang-select {
	display: block;
	margin-left: 10px;
	padding-left: 32px;
	padding-top: 9px;
	height: 32px;
	background: url("images/lang.gif") no-repeat top left;
}
a.lang-select,
a.lang-select:visited{
	color: #333333;
}
.featurebox{
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 25px;
	border-left: 4px solid #CCCCCC;
}
.highlight{
	color: #FF3300;
}
.comment{
	color: #666666;
}
h3{
	padding: 5px;
	padding-left: 10px;
	font-size: 16px;
	color: #333333;
	background-color: #F0F0F0;
	border-left: 4px solid #E0E0E0;
}
.td-row-header{
	font-weight: bold;
	color: #333333;
}