body {
	font-family: Tahoma;
	font-size: 12px;
	color: #3C3C3C;
	background-color: #FFF;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

a {
	color:#3C3C3C;
	font-family:Tahoma;
	font-size:12px;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;	
}

.left{ float:left; }
.right{ float: right; }
.hide{display:none; visibility:hidden;}

#headerDiv {
	margin: 0 auto;
	height: 123px;
	width: 940px;
}

#noxDiv {
	width: 100%;
	height: 20px;
	padding-top: 4px;
	text-align:left;
}

#accountDiv {
	float: right;
	width: 690px;
	height: 20px;
	text-align:left;
}

#accountDiv a {
	text-decoration:underline;
}

#accountDiv a:hover {
	text-decoration:none;	
}

#accountDiv form{
	margin: 0;
	height: 20px;
}

#loginInput{
	float:left;
	border: 1px solid #d8d8d8;
	background-color: #FFF;
	width: 150px;
	height: 12px;
	padding: 1px 0;
	font-size: 10px;
	margin: 0 2px 0px 20px;	
	font-style:italic;
	color:#3c3c3c;
}

#passInput{
	float:left;
	border: 1px solid #d8d8d8;
	background-color: #FFF;
	width: 150px;
	height: 12px;
	padding: 1px 0;
	font-size: 10px;
	margin: 0 2px 0px 10px;	
	font-style:italic;
	color:#3c3c3c;
}

#loginButton{
	float:left;
	border: none;
	border-bottom:#3C3C3C 1px solid;
	background: none;
	width: 29px;
	height: 14px;
	font-size: 12px;
	margin:0;
	color:#3C3C3C;	
	padding:0;
	margin:0;
	cursor:hand;
	text-align:center;
	display:inline-block;
}

#loginButton:hover {
	border:none;
	height: 13px;
}

#loginButton:active {
	border:none;
	height: 13px;
}

#menuDiv{
	background-image:url('images/logo.png');
	background-position:left top;
	background-repeat:no-repeat;
	height: 69px;
	width: 940px;
	padding-left: 0px;
	padding-top:35px;
	text-align:left;
}

.menuItem{
	display:inline-block;
	height:69px;
	width:135px;
	padding:0px;
	margin:0px;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	font-size:16px;
}
.menuItem:hover, .menuCompany #menuItemCompany, .menuSolutions #menuItemSolutions, .menuWeb #menuItemWeb, .menuCommunity #menuItemCommunity, .menuNox #menuItemNox{
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	font-size:16px;	
	color:#000;
	background-color:#FFF;
	padding-top:25px;
	height:44px;
	background:url('images/menubuttonBackground.png') top center no-repeat;
}

#languageDiv{
	width:240px;
	margin-top:45px;
	float:left;
	height:auto;
	text-align:center;
	color:#eaeaea;
	font-size:11px;
}

#languageDiv a{
	color:#eaeaea;
	font-size:11px;
}

#shadowDiv{
	margin: 0 auto;
	width: 940px;
	padding: 0 5px;
	background: url('images/shadow.png') repeat-y;
	min-height: 400px;
	height:auto;
	overflow:auto;
	word-wrap: break-word;
}

#pagesDiv{
	margin:30px 0 0 30px;
	float:left;
	text-align:left;
	font-size:12px;
}

#searchDiv{
	margin:30px 30px 0 0;
	float:right;
	text-align:right;
	font-size:12px;
}

#searchDiv #searchInput{
	border: 1px solid #d8d8d8;
	background-color: white;
	width: 146px;
	height: 12px;
	padding: 1px 0;
	padding-right:20px;
	font-size: 10px;
	margin: 0;
	font-style:italic;
	color:#3c3c3c;
	background:url('images/search.png') no-repeat right;
}

#leftContentDiv{
	width:590px;
	min-height: 400px;
	margin:60px 0px 30px 30px;
	padding-bottom:30px;
	padding-right:30px;
	border:0px #ff0000 solid;
	float:left;
	text-align:left;
	background:url('images/stripe.png') repeat-y right;
}

#leftContentDiv #pageName{
	font-size:30px;
	color:#3c3c3c;
	float:left;
	width:auto;
	height:auto;
	margin-bottom:40px;
}

#leftContentDiv #pageLinks {
	float:right;
	width:auto;
	height:auto;
	text-align:right;
}

#leftContentDiv #pageLinks a{
	font-size:10px;
	padding-left:20px;
	margin:0 0px 0 15px;
	height:20px;
	display:inline-block;
}

#pageLinks #bookmarkA{
	background:url('images/icobookmark.png') no-repeat left top;
}

#pageLinks #rssA{
	background:url('images/icorsssilver.png') no-repeat left top;
}

.editA{
	font-size:10px;
	padding-left:20px;
	margin:0 0px 0 15px;
	height:20px;
	display:inline-block;
	background:url('admin/b_edit.png') no-repeat left top;
}

#rightContentDiv{
	width:240px;
	margin:60px 30px 60px 0px;
	float:right;
	text-align:left;
}

#ofooterDiv{
	width: 100%;
	height: 128px;
	background: url('images/ofooter.png') repeat-x;
	text-align:center;
}

#ifooterDiv{
	width: 940px;
	height: 128px;
	background: url('images/ifooter.png') repeat-x;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	font-size:10px;
}

#rightFooterDiv{
	color:#eaeaea;
	width:610px;
	height:auto;
	margin:15px 0px 20px 30px;
	border:0px #ff0000 solid;
	padding-right:10px;
	float:left;
	text-align:left;
	background:url('images/footerStripe.png') repeat-y right;
}

#rightFooterDiv ul{
	float: left;
	padding: 0;margin: 0;
	height: 100px;
	width: 120px;
	list-style-type: none;
}

#rightFooterDiv li{
	font-size: 11px;
	padding: 0;margin: 0;
	width: 120px;
	height: 20px;
}

#rightFooterDiv a{
	display:block;
	height: 11px;
	padding: 4px 0 5px 20px;
	width: 120px;
	color: #EAEAEA;
	font-size:10px;
}

#rightFooterDiv a:hover{
	text-decoration: underline;
	color: #FFF;
}

#rightFooterDiv .dsList li
{
	background: no-repeat url('images/icods.png') 2px 3px;
}

#rightFooterDiv .rssList li
{
	background: no-repeat url('images/icorss.png') 2px 3px;
}

#rightFooterDiv .noxList li
{
	background: no-repeat url('images/iconox.png') 2px 3px;
}

#rightFooterDiv .playerList li
{
	background: no-repeat url('images/icoplayer.png') 2px 3px;
}

#leftFooterDiv{
	padding:0;
	color:#eaeaea;
	width:260px;
	height:auto;
	margin:15px 20px 20px 0px;
	float:right;
	text-align:right;
	padding-top:75px;
}

#leftFooterDiv a{
	color:#e2e2e2;
	font-size:10px;	
}

#leftFooterDiv #dsLink{
	color:#818181;
	font-size:12px;	
}

#leftFooterDiv #statSQL{
	color:#818181;
	font-size:7px;	
}

.classGray {
	font-size:18px;
	font-weight:normal;
	color:#888888;
}

.classTitle {
	font-size:14px;
	color:#005599;
}

.classTitle a {
	font-size:14px;
	color:#005599;
	text-decoration:none;
}

.classTitle a:hover {
	font-size:14px;
	color:#005599;
	text-decoration:underline;
}

.contentDiv {
	border:0px #000 solid;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top:5px;
	padding-left:75px;
}

.contentDiv .date {
	color:#888888;
	font-size:11px;
}

.contentDiv .date a {
	color:#888888;
	font-size:11px;
}

.contentUnderDiv {
	padding:0px;
	margin-bottom:20px;
	text-align:right;
}

.contentUnderDiv a {
	text-decoration:underline;	
	font-size:10px;
	color:#888888;
}

.contentUnderDiv a:hover {
	text-decoration:none;	
}

.contentUnderDiv .link {
	padding-left:15px;
	background: no-repeat url('images/16page.png');
	height:16px;
	display:inline-block;
}

.contentUnderDiv .comments {
	padding-left:20px;
	background: no-repeat url('images/16comments.png');
	height:16px;
	display:inline-block;
}

.contentCategoryLinks {
	font-size:11px;
}

.contentCategoryLinks a {
	font-size:11px;
}

.contentComment {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	font-size:12px;
}

.contentCommentTitle {
	font-size:12px;
	color:#666666;
	margin-left:-10px;
	margin-bottom:10px;
}

.contentCommentTitle a {
	font-size:12px;
	color:#005599;
}

.contentComments
{
	font-size:16px;
	color:#005599;
	text-align:left;
}

.errorDiv {
	font-size:12px;
	color:#990000;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

.pagesDiv {
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.pagesDiv a {
	font-size:12px;
	font-weight:normal;
}
