﻿HTML
{
	margin: 0px;
	padding: 0px;
}

BODY
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	background-image: url(Images/Common/bg.png);
	background-repeat: repeat-x;
	background-color: #BED9EB;
}

/* Layout */

.Layout
{
	width: 964px;
	text-align: left;
}

.Layout-Nav A
{
	display: inline-block;
	font-size: 13px;
	line-height:24px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #267DB6;
}

.Layout-Nav-ActiveLink
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.Layout-TopContent
{
	width: 964px;
	background-image: url(Images/Common/splash_bg.png);
	background-repeat: no-repeat;
}

.Layout-TopContent H1
{
	color: White;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
	line-height: 40px;
	font-size: 22px;
}

.Layout-MainContent
{
	width: 962px;
	border: solid 1px #B1C3D4;
	background-color: White;
}

.Round-Panel
{
	border: solid 1px #6EA6EA;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* TopContent */

.TopContent
{
	table-layout: fixed;
	width: 964px;
	height: 307px;
}

.TopContent-L
{
	width: 614px;
	color: White;
	line-height: 24px;
	font-size: 16px;
}
.TopContent-L UL
{
	margin-top: 0px;
	padding-top: 0px;
}

.TopContent-R
{
	width: 614px;
}


/* TopNav */
.TopNav
{
	height: 32px;
}
.TopNav-L
{
	width: 8px;
	height: 32px;
	background-image: url(Images/Common/topnav_l.png);
	background-repeat: no-repeat;
}
.TopNav-C
{
	height: 32px;
	background-image: url(Images/Common/topnav_c.png);
	background-repeat: repeat-x;
}

.TopNav-C A
{
	color: White;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
}

.TopNav-C A:hover
{
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

.TopNav-R
{
	width: 8px;
	height: 32px;
	background-image: url(Images/Common/topnav_r.png);
	background-repeat: no-repeat;
}

.TopNav-IDE A
{
	display: block;
	width: 130px;
	height: 32px;
	background-image: url(Images/Common/btn_start.png);
	background-repeat: no-repeat;
	color: White;
	text-align: left;
	text-indent: 40px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	line-height: 32px;
}
.TopNav-IDE A:hover
{
	color: White;
	text-decoration: underline;
}


/* Forum Page */
.ForumPage
{
}

.ForumPage H1
{
	font-size: 14px;
	font-weight: bold;
}

.ForumPage H4
{
	font-size: 13px;
	font-weight: bold;
}
.ForumPage H2
{
	font-size: 12px;
	font-weight: bold;
}

.ForumPage P
{
	margin-top: 0px;
}

.ForumGrid 
{
	border-collapse:collapse;
}

.ForumGrid TH
{
	background-color:#333333;
	padding:5px;
	font-size:11px;
	color:White;
}

.ForumGrid TD
{
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding:10px;
}

/* JQUERY AUTOCOMPLETE */

.ac_results
{
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul
{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li
{
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block; /*  	if width will be 100% horizontal scrollbar will apear  	when scroll mode will be used 	*/ /*width: 100%;*/
	font: menu;
	font-size: 12px; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading
{
	background: white url('Images/AutoComplete/indicator.gif') right center no-repeat;
}

.ac_odd
{
	background-color: #eee;
}

.ac_over
{
	background-color: #0A246A;
	color: white;
}

/* TextBox */

.TextBoxEx_EmptyText
{
	font-size: 11px;
	position: absolute;
	top: 1px;
	left: 0px;
	color: #999999;
	cursor: text;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
}

.TextBoxEx_EmptyText_IE7
{
	font-size: 11px;
	position: absolute;
	top: 5px;
	left: 0px;
	color: #999999;
	cursor: text;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
}

.TextBoxEx_EmptyText_IE8
{
	font-size: 11px;
	position: absolute;
	top: -12px;
	left: 0px;
	color: #999999;
	cursor: text;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
}

/* code */

.code
{
	padding: 10px;
	border: solid 1px #CCCCCC;
	background-color: White;
	color: Black;
	font-family: Courier New;
	font-size: 12px;
	line-height: 16px;
}

.code .keyword
{
	color: Blue;
}

.code .string
{
	color: #a31515;
}

.code .comment
{
	color: Green;
}

.code .number
{
	color: Purple;
}

.code .classname
{
	color: #2B91AF;
}

/* TextPage */

.TextPage
{
	color: #5C5C5C;
	font-size: 14px;
}
.TextPage UL
{
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 24px;
}
.TextPage P
{
	line-height: 24px;
}
.TextPage LI
{
	line-height: 24px;
}
.TextPage h1
{
	line-height: 16px;
	font-size: 16px;
	color: Black;
	margin-top: 0px;
	margin-bottom: 16px;
	padding: 0px;
}
.TextPage h2
{
	font-size: 16px;
	color: Black;
}
.TextPage h3
{
	font-size: 14px;
	color: #333333;
	line-height:20px;
	margin:0px;
	padding:0px;
}


