﻿body {
	margin: 0;
	background: #000000 url('/Images/bg_base.gif') repeat-x top left;
}

img {border: 0px;}
a {color: #303030; text-decoration: none;}
a:hover {color: #303030; text-decoration: none;}
a:visited {color: #303030; text-decoration: none;}


.adminAction {
	background: url('/images/adminaction.png') no-repeat center left;
	padding-left: 20px;
}

#Page-Wrapper {
	width: 950px;
	overflow: hidden;
	margin: auto;
	margin-top: 25px;
}

#Page-Wrapper-Inner {
	width: 950px;
	overflow: hidden;
	margin: auto;
	background: white;
}

#Banner {
	width: 950px;
	height: 163px;
	background: url('/Images/bg_banner.png') no-repeat top left;
	margin: 0px;
	position: relative;
}

#SignIn {
	position: absolute;
	width: 202px;
	height: 60px;
	left: 740px;
	top: 82px;
	background: transparent url('/images/bg_signin.png') no-repeat top left;
}

#SignIn input {
	position: absolute;
	border: 0px;
	background: #678ca7;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: center;
	color: #f5f5f5;
}

#SignIn .username {
	left: 6px;
	top: 25px;
	width: 88px;
}

#SignIn .password {
	left: 102px;
	top: 25px;
	width: 80px;
}

#SignIn .signinButton {
	right: 0px;
	top: 21px;
}

#SignIn .newAccount {
	position: absolute;
	left: 6px;
	top: -13px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: White;
}

#Welcome {
	position: absolute;
	width: 600px;
	height: 50px;
	left: 333px;
	top: 92px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 13px;
	color: #ffffff;
	text-align: right;
}

#Welcome a {color: #ffffff;}
#Welcome a:visited {color: #ffffff;}
#Welcome a:hover {color: #ffffff;}

#Menubar {
	position: absolute;
	left: 20px;
	bottom: 5px;
}

#Menubar .tab {
	width: 110px;
	height: 22px;
	background: transparent url('/Images/tab.png') no-repeat top left;
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	color: #505050;
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
	float: left;
}

#Menubar .tab a {color: #505050; text-decoration: none;}
#Menubar .tab a:hover {color: #000000; text-decoration: none;}

#Sidebar {
	width: 220px;
	float: right;
	background: white;
	margin-right: 5px;
}

#Sidebar .box {
	background: #dae3e9 url('/Images/bg_sidebar_box.gif') no-repeat bottom left;
	margin-bottom: 5px;
	min-height: 75px;
}

#Sidebar .title {
	background: url('/Images/bg_sidebar_title.gif') no-repeat top left;
	width: 220px;
	height: 28px;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #505E69;
	padding: 6px 0px 0px 13px;
	position: relative;
}

#Sidebar .content {
	padding: 0px 8px 10px 8px;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #505E69;
	position: relative;
}

#Sidebar .hr {
	display: block;
	height: 2px;
	background: #d0d8de url('/Images/hr_sidebar.gif') repeat-x top left;
	margin-top: 5px;
	margin-bottom: 8px;
}

#Sidebar a {color: #505E69;}
#Sidebar .fileTitle {font-size: 14px;}
#Sidebar .shareInfo {font-size: 10px; margin-bottom: 3px;}
#Sidebar .comments {background: transparent url('/Images/comments.gif') no-repeat center left; padding-left: 17px;font-size: 10px;}	

#Sidebar .tagSearch {
	background: transparent url('/images/tagsearch.gif') no-repeat top left;
	position: absolute;
	width: 207px;
	height: 29px;
	right: 5px;
	top: 4px;
}

#Sidebar .tagSearch .tagInput {
	background: transparent;
	border: 0;
	width: 155px;
	height: 18px;
	position: absolute;
	left: 30px;
	top: 5px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #505050;
}

#Sidebar .tagSearchButton {
	width: 15px;
	height: 29px;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 1px red solid;
}

#Content {
	width: 705px;
	float: left;
	margin-left: 5px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	background: white;
	color: #444444;
}

#Content .box {
	background: #f5f5f5 url('/Images/bg_content_box.gif') no-repeat bottom left;
	width: 715px;
	margin-bottom: 5px;
}

#Content .title {
	font-family: Verdana, Sans-Serif;
	background: url('/Images/bg_content_title.gif') no-repeat top left;
	width: 715px;
	height: 27px;
	padding-top: 2px;
}

#Content .titleDesc {
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	float: left;
	padding-left: 8px;
}	

#Content .titleDate {
	font-size: 10px;
	color: #757575;
	letter-spacing: 2px;
	text-transform: uppercase;
	float: right;
	padding-right: 15px;
}

#Content .content {
	overflow: auto visible;
	padding: 5px 8px 5px 8px;
}

#Content .hr {
	display: block;
	height: 2px;
	background: #d0d8de url('/Images/hr_content.gif') repeat-x top left;
	margin-top: 8px;
	margin-bottom: 8px;
}	

#Footer {
	clear: both;
	height: 20px;
	background: transparent url('/Images/bg_page_footer.png') no-repeat bottom left;
	position: relative;
	margin-bottom: 25px;
}

#Footer .copyright {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #aaaaaa;
	text-align: center;
}

.rss {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 18px;
	top: 3px;
	background: transparent url('/Images/rss.png') no-repeat 0 0;
}

.rss:hover {
	background-position:0 -21px;
}

.input {background: #ffffff;border: 1px solid #999999}
.inputTips {font-family: Verdana, Arial, Sans-Serif; font-size: 10px; color: #505050;}
tr {vertical-align: top;}

.dxgvControl_Aqua a {color:#303030; text-decoration: none;}
.dxgvControl_Aqua a:visited {color:#303030;}
.dxgvControl_Aqua a:hover {color:#303030;}

.panelAjax {
	background: transparent url('/images/bg_ajax.png') no-repeat top left;
	width: 89px;
	height: 87px;
	text-align: center;
}

.tabButtonOn {
	width: 41px;
	height: 14px;
	background: url('/images/buttons/tabbutton.gif') top left no-repeat;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	text-align: center;
	float: left;
	margin-right: 3px;
}

.tabButtonOff {
	width: 41px;
	height: 14px;
	background: url('/images/buttons/tabbutton_off.gif') top left no-repeat;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	text-align: center;
	float: left;
	margin-right: 3px;
}