/***** Default styles ****/
/*
@import "default_telerik.css";
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body, #Form1 {
	width: 100%;
	height: 100%;
	background: #336699;
}
body {
	/* color: #000000; */
	/* background: #336699;*/
	color: #000;
	background-color: #fff;
	font: 12px Tahoma;
}
#Form1 {
	text-align: center;
	background: #336699;
}
td {
	/* vertical-align: top; */
}
.skinoff {
	width: 100%;
	text-align: left; 
}

/*===== Page elements =====*/
.push,
.footer {
	width: 770px;
	height: 20px;
}
.page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px auto;
	
	background: #ffffff;
	padding: 0 20px;
	width: 770px;
}
/*
.admin-toolbar-visible .admin-push {
	height: 90px;
	margin: 0 -20px;
	position: relative;
	background: #336699;
}
*/
.admin-toolbar { position: fixed; }
* html .admin-toolbar { position: absolute; }

.footer {
	margin: 0 auto 20px;
	text-align: center;
	background: #ffffff;
}
.copyright {
	color:#717171;
	font-size: 12px;
}
.header {
	padding-top: 7px;
	width: 770px;
	text-align: right;
}

/*===== Links style =====*/
a:link,
a:visited,
a:active,
a:hover,
a.linkbutton:link,
a.linkbutton:active,
a.linkbutton:visited,
a.linkbutton:hover {
	background: transparent;
	color: #0099ff;
}
a.linkbutton:hover,
a:hover {
	text-decoration: none;
}
a.delete_link:link,
a.delete_link:visited,
a.delete_link:active,
a.delete_link:hover {
	background: transparent;
	color: #ff0000;
}
a.delete_link:hover {
	text-decoration: none;
}

.pager .linkbutton {
	padding-right: 5px;
}

/*===== push button =====*/
a.pushbutton,
a.pushbutton:link,
a.pushbutton:active,
a.pushbutton:visited,
a.pushbutton:hover {
	color: #ffffff;
	background: #ff9900;
	border: 1px solid #ff9900;
	padding: 2px 10px;
	margin-right: 10px;
	font-size: 12px;
	text-decoration: none;
}
a.pushbutton:hover {
	text-decoration: underline;
}

/*===== Filter =====*/
.filter {
	display: block;
	width: 100%;
	background: #73ace6;
	padding: 5px 0;
	margin-bottom: 5px;
}
.filter_label {
	color: #666;
	margin: 5px;
}
.filter .filter_label {
	color: #fff;
}
.filter_textbox {
	width: 150px;
}

/*===== Pager =====*/
.pager {
	/* border-top: 1px solid #d8d8d8; */
	padding: 20px 0 0;
	text-align: right;
	display: block;
	width: 100%;
	white-space: nowrap;
}

/*===== Grid =====*/
.grid {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd !important;
}
.grid .header {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #e5e5e5;
}
.grid .header td,
.grid .header th {
	border: 1px solid #ddd !important;
	text-align: center;
}
.grid .header td a,
.grid .header th a {
	text-decoration: none;
}
.grid td,
.grid th {
	padding: 5px 3px;
}
.grid .label {
	width: 200px;
	vertical-align: top;
	font-weight: normal;
}
.grid .row {
	background: #ffffff;
}
.grid .altrow {
	background: #edf3fe;
}
.grid .footer-row td {
	border-top: 1px solid #ddd;
	padding-top: 5px;
}
.grid .linkbutton {
	color: #0099ff;
}


/*=====  =====*/
.skin_preview {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #808080;
	padding: 5px;
}

.caption {
	font-weight: bold;
}

/*===== MainMenu =====*/
.page .simple
{
	width: 770px;
	height: 50px;
	background: #528FCC;
}
.simple {
	background: #528FCC;
}
.simple li {
	display: block;
	float: left;
	color: #ddd;
	position: relative;
}
.simple li a,
.simple li a:link,
.simple li a:active,
.simple li a:hover,
.simple li a:visited {
	color: #ffffff;
	display:block;
	padding: 0 10px;
}
.simple li a span,
.simple li a:visited span {
	color:#ffffff;
	font-weight:bold;
	line-height:25px;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
.simple li.active > a,
.simple li.active > a:visited
{
	display: block;
}
.simple li:hover > a,
.simple li:hover > a:visited {
	display: block;
}
.simple li.active > a span,
.simple li.active > a:visited span
{
	color: #ffffff;
}
.simple li:hover > a span,
.simple li:hover > a:visited span {
	color: #ffffff;
}
.simple li:hover > ul li a,
.simple li:hover > ul li a:visited,
.simple li:hover > ul li a span,
.simple li:hover > ul li a:visited span,
.simple li.active > ul li a,
.simple li.active > ul li a:visited,
.simple li.active > ul li a span,
.simple li.active > ul li a:visited span
{
	color: #E7EDE3;
	background: #528FCC;
}
.simple li ul {
	display: none;
}
.simple li:hover > ul {
	display: block;
	position: absolute;
	top: 100%;
	z-index: 99;
}
.simple li:hover > ul li {
	float: none;
	white-space: nowrap;
}
.simple li li:hover > ul {
	left: 100%;
	top: 0;
}
.div_menu .simple {
	height: 50px;
	position: relative;
}
.div_menu .simple li {
	position: static;
}
.div_menu .simple li li {
	position: relative;
}
.div_menu .simple > ul > li.active > ul {
	display: block;
}
.div_menu .simple > ul > li > ul {
	position: absolute;
	float: left;
	left: 1px;
	height: 25px;
	top: 25px;
	width: 770px;
}

.div_menu .simple li > ul li:hover > ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	padding: 0;
}

.div_menu .simple li > ul li {
	float: left;
	white-space: nowrap;
	background: #ffffff url(img/menu2levelBg.gif) repeat-x scroll left top;
}

.div_menu .simple li > ul li a span {
	font-weight: normal;
	color: #E7EDE3;
}
.div_menu .simple li > ul li a:hover span {
	color: #ffffff;
}

.div_menu .simple li > ul li li {
	float: none;
	display: block;
	position: relative;
	_height: 25px;
}

.div_menu .simple li > ul ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 99;
}

/*===== Controls =====*/
.textbox,
.textbox98
{
	font-size: 11px;
	width: 100%;
}
.textbox98
{
	width: 98%;
}

.button
{
	font-size: 11px;
	width: 60px;
}


input,
textarea,
select
{
	border: 1px solid #999999;
	font: 12px Tahoma;
	margin-right: 5px;
}
.required,
.required_field
{
	vertical-align: top;
	display: block;
	float: left;
}
.required_field
{
	width: 97%;
}

/*===== Text =====*/
.subcaption,
.label,
.text,
.boldtext {
	font-size: 12px;
}
.boldtext {
	font-weight: bold;
}

.remark {
	font-size: 10px;
	color: #777777;
}

.caption {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
}

/*===== Validators, Error Messages =====*/
.error {
	color: #ff0000;
}

/*=====  =====*/
.div_contentarea
{
	display: block;
	clear: both;
	width: 100%;
}

/*===== AdminToolbar =====*/
.admtool_mid
{
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
.admtool_mid_selected
{
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}

/*===== Module =====*/
.mod_title {
	position: relative;
	width: 100%;
	text-align: left;
}
.module_title {
	display: block;
	color:#698053;
	font-family:Tahoma;
	font-size:18px;
	margin: 15px 5px 0;
	border-bottom: 1px solid #698053;
}
.mod_toolbar {
	background: #ffffff;
	position: absolute;
	top: 2px;
	right: 15px;
	z-index: 99;
}
.mod_roll {
	position: absolute;
	top: 5px;
	right: 5px;
}
.mod_content {
	text-align: left;
	vertical-align: top;
	position: relative;
	padding: 5px;
}
.div_actions {
	display: block;
	clear: both;
	padding: 10px 0;
}

/*===== login & register =====*/
a.login,
a.login:link,
a.login:active,
a.login:visited,
a.login:hover,
a.register,
a.register:link,
a.register:active,
a.register:visited,
a.register:hover,
a.home,
a.home:link,
a.home:active,
a.home:visited,
a.home:hover
{
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	margin-left: 5px;
}
a.login:hover,
a.register:hover,
a.home:hover
{
	color: #000000;
}
a.home,
a.home:link,
a.home:active,
a.home:visited,
a.home:hover {
	background: url(img/home.gif) left center no-repeat;
	padding-left: 15px;
}
a.home:hover {
	background: url(img/home-over.gif) left center no-repeat;
}

.menu-path {
	float: left;
	display: block;
}

.menu-path span span,
.menu-path span a {
	display: block;
	float: left;
	font-size: 14px;
}
.menu-path span span {
	color: #999;
}
.menu-path span a {
	border: none;
}
.menu-path span span.breadcrumb {
	width: 9px;
	height: 16px;
	background: url(img/breadcrumb.gif) no-repeat;
	margin: 0 5px;
}

.gridheader {
	background-color: #def;
}
.gridheader td {
	padding: 3px 7px;
	border: 1px solid #ddf;
	border-bottom: none;
}
.gridheader td a {
	text-decoration: none;
}
