﻿/**login**/

#main {
	position:relative;
	background: url('../images/design/admail_login.jpg') ;
	width: 1024px;
	height: 800px;
}

#login, #pass {
	position:relative;
	border-style:solid; 
	border-width:1; 
	width: 100px; 
	font-family: Verdana; 
	font-size: 9pt; 
	color: #014A65; 
	height:18px;
	qtop:383px;
	top:369px;
	left:532px;
}

#pass {
	qtop:426px;
	top:410px;
	left:428px;
}

#btn {
	position:relative;
	width:68px;
	height: 20px;
	top:360px;
	left:658px;
	cursor: pointer;
}

#error {
	position: relative;
	font-weight: bold;
	color: white;
	qtop: 460px;
	top: 457px;
	left: 530px;
	width:250px;
	whitespace:nowrap;
}

/**main**/

body, table {
	font-family: Verdana;
	font-size: 9pt;
}

.btn_red_95, .btn_red_120, .btn_cyan_95,  .btn_cyan_120, .btn_cyan_55, .btn_blue_120{
	background: url('../images/design/button_red_95.jpg') no-repeat;
	width: 95px;
	height: 19px;
	_height: 25px;
	text-align:center;
	padding-top:5px;
	font-family: Verdana;
	font-weight:bold;
	font-size:8pt;
	cursor:pointer;
	color: #800000;
	qborder: 1px solid green;
	_display: inline;
	background-color: transparent;
}

.btn_red_120 {
	background: url('../images/design/button_red_120.jpg') no-repeat;
	width: 120px;
}

.btn_blue_120 {
	background: url('../images/design/button_blue_120.jpg') no-repeat;
	color: #2E518D;
	width: 120px;
}

.btn_cyan_95, .btn_cyan_120 {
	background: url('../images/design/button_cyan_95.jpg') no-repeat;
	color: #4CD2CB;
}

.btn_cyan_120 {
	background: url('../images/design/button_cyan_120.jpg') no-repeat;
	width: 120px;
}

.btn_cyan_55 {
	background-image: url('../images/design/button_cyan_55.jpg');
	color: #4CD2CB;
	width: 55px;
}

.buttons {
	border: 1px solid #4576B8;
	color: #4576B8;	/*#000000;*/
	background-color: #DFE9F2;	/*#30B5ED;*/
	cursor: pointer;
	width:120px;
	font-weight:bold;
}

.buttons_100 {
	border: 1px solid #4576B8;
	color: #4576B8;
	background-color: #DFE9F2;
	cursor: pointer;
	width:90px;
	qfont-weight:bold;
}

.buttons_90 {
	border: 1px solid #4576B8;
	color: #4576B8;
	background-color: #DFE9F2;
	cursor: pointer;
	font-size:8pt;
	width:110px;
}

.adminmenu, .adminmenu a {
	qtext-decoration:none;
	color: black;/*#30B5ED*/
}

a {
	color:black;
	cursor:pointer;
}

.inputs {
	width: 200px;
	color: black;
	border: 1px solid black;
}

.tablehead {
	background-color:#2E518D;
	color:white;
	font-weight:bold;
}

.selects {
	width: 200px;
	color: #800000;
	qborder: 1px solid red;
}

.selects_150 {
	width: 150px;
	color: #800000;
	qborder: 1px solid red;
}

.atd {
	cursor:pointer;
}

.trhoverin {
	background-color: #9BB2D2;
}

.laciinputs {
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #800000; 
	border: 1px solid #800000; 
	background-color:#FFFFFF;
}

.lacibuttons {
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #800000; 
	border: 1px solid #800000; 
	background-color:#FFFFFF;
}

.laciselects {
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #800000; 
	border: 1px solid #800000;
}

.lacibtn {
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #2E518D; 
	border: 1px solid #2E518D; 
	background-color:#FFFFFF;
}

.laciselects_blue {
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #2E518D; 
	border: 1px solid #2E518D;
}

.laciinputs_blue {
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #2E518D; 
	border: 1px solid #2E518D; 
	background-color:#FFFFFF;
}

/**pager**/

.line {
	color: #9BB2D2;
	font-size: 8pt;
	font-family: Tahoma;
}

.pager a{
	font-size: 8pt;
	font-family: Tahoma;
	color: #2E518D;
}

.pager_active {
	font-size: 8pt;
	font-family: Tahoma;
	color: #2E518D;
	font-weight: bold;
}

#content_text_resize_row {
	width:98%;
	_width:97.8%;
	height:18px;
	border: 1px solid #CCCCCC;
	border-right: none;
	background-color: #F0F0EE;	/*E*/
	margin-top:-13px;
	_margin-top:-2px;
	margin-left:1px;
	float: left;
}

#content_text_resize {
	position:relative;
	left: -1px;
	float: right;
	width:1.5%;
	_width:1.9%;
	height:18px;
	border: 1px solid #CCCCCC;
	border-left: none;
	background-color: #F0F0EE;
	margin-top:-13px;
	_margin-top:-10px;
	cursor: se-resize;
	background-image: url('../images/design/resize.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}