﻿/* --- Index ---
1. Control Style
2. Tabs
3. Control Style: Gridview in red brick
4. MyGridview
5. Style in Content
6. Modal Popup
---------------- */

.welcomeuser{
	width:100%; 
	text-align:right; 
	color:#441a42; 
	font-weight:bold;
}

/*.scrollbar {
	scrollbar-3dlight-color:#FDB330;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#DDA771;
	scrollbar-track-color:#DDA771;
	scrollbar-darkshadow-color:#FDB330;
	scrollbar-face-color:#FDB330;
	scrollbar-highlight-color:#F5CB99;
	scrollbar-shadow-color:#FDB330;
}*/

.admintag{
	background:url(../Images/bullet2.gif) no-repeat;
	height:12px;
	margin:0;
	padding:0 20px 0 12px;
	display:inline-block;
	vertical-align:baseline;
}

/** Control Style **/
input.txtBox3{			     
	font:normal 11px  Tahoma, Arial;			
	padding:2px 0px 0px 6px;		   
	vertical-align:top;		
	width:230px;
	height:20px;
	border:none;
	color:#555;
	background-color:#ccc;
}	
input.txtBox2{
	width:123px;
	height:17px;
	font:normal 11px  Tahoma, Arial;			
	padding:5px 0px 0px 6px;		   
	vertical-align:top;		
	border:none;
	color:#555;
	background-color:#ccc;
}
input.txtBox1{			     
	font:normal 11px  Tahoma, Arial;			
	padding:2px 0px 0px 6px;		   
	vertical-align:top;		
	width:193px;
	height:20px;
	border:none;
	color:#555;
	background-color:#ccc;
}	
.txtBox-multiline{			     
	font:normal 11px  Tahoma, Arial;			
	padding:2px 0px 0px 6px;		   
	vertical-align:top;		
	width:250px;
	height:60px;
	border:none;
	color:#555;
	background-color:#ccc;
}	
input.txtBoxDate{			     
	font:normal 11px  Tahoma, Arial;		
	margin:0;	
	padding:2px 0px 0px 6px;		   
	vertical-align:middle;		
	width:65px;
	height:15px;
	border:none;
	color:#555;
	background-color:#ccc;
}		 
input.txtBoxTime{			     
	font:normal 11px  Tahoma, Arial;			
	padding:2px 0px 0px 6px;		   
	vertical-align:middle;		
	width:45px;
	height:20px;
	border:none;
	color:#555;
	background-color:#ccc;
}		
select.txtBox3{			     
	font:normal 11px  Tahoma, Arial;			
	padding:0;
	margin:0;
	width:150px;
	height:20px;
	border:none;
	color:#555;
	background-color:#ccc;
}		
select.txtBox2{			     
	font:normal 11px  Tahoma, Arial;			
	padding:5px 0px 0px 6px;		   
	vertical-align:top;		
	width:235px;
	height:20px;
	border:none;
	color:#555;
	background-color:#ccc;
}		 
select.txtBox1{
	font:normal 11px  Tahoma, Arial;			
	padding:4px 0px 0px 6px;		   
	vertical-align:top;		
	width:89px;
	height:20px;
	border:none;
	color:#555;
	background-color:#ccc;
}		
.warning{
	font-size:11px;
	color:#ff0000;
	font-weight:bold;
	/*color:#c4480f;*/
}
.title{
	background:url(../Images/arrow3.gif) no-repeat;
	font-family:Times New Roman;
	font-size:18px;
	font-weight:bold;
	color:#98393a;
	height:27px;
	margin:0 0 0 5px;
	padding:3px 0 0 33px;
	display:block;
}
input.button{
	background:url(../Images/submitbtn.png) 0 0 no-repeat;
	width:60px;
	height:23px;
	font-weight:bold;
	font-size:11px;
	color:#343434;
	background-color:#EDECCD;
	cursor:pointer;
	border:none;
	padding:0;
	margin:0 3px 0 3px;
}
input.hoverbutton{
	background:url(../Images/submitbtn.png) 0 0 no-repeat;
	width:60px;
	height:23px;
	font-weight:bold;
	font-size:11px;
	color:#C4480F;
	background-color:#EDECCD;
	cursor:pointer;
	border:none;
	padding:0;
	margin:0 3px 0 3px;	
}
input.button-long{
	background:url(../Images/submitbtn_long.png) 0 0 no-repeat;
	width:130px;
	height:23px;
	font-weight:bold;
	font-size:11px;
	color:#343434;
	background-color:#EDECCD;
	cursor:pointer;
	border:none;
	padding:0;
	margin:0 3px 0 3px;
}
input.hoverbutton-long{
	background:url(../Images/submitbtn_long.png) 0 0 no-repeat;
	width:130px;
	height:23px;
	font-weight:bold;
	font-size:11px;
	color:#C4480F;
	background-color:#EDECCD;
	cursor:pointer;
	border:none;
	padding:0;
	margin:0 3px 0 3px;	
}
input.calendar-button{
	background:url(../Images/Calendar.gif) no-repeat;
	width:16px;
	height:16px;
	margin:6px 0 0 0;
	border:0;
	/*cursor:pointer;*/
}
input.btnedit{
	background-color:Transparent;
	border:0;
	cursor:pointer;
	color:#696969;
	font-family:Tahoma;
	font-size:11px;
	vertical-align:bottom;
}
.hlinkbutton{
	color:#0000ff;
	font-weight:bold;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline;
	cursor:pointer;
	border:0;
	background-color:Transparent;
}

/** AutoComplete **/
.autocomplete_completionListElement{
	visibility:hidden;
	margin:0px!important;
	background-color:#ccc;
	color:#555;
	border:buttonshadow;
	border-width:1px;
	border-style:solid;
	cursor:default;
	overflow:auto;
	height:110px;
	text-align:left;
	list-style-type:none;
	font-family:Tahoma;
	font-size:11px;
}
.autocomplete_highlightedListItem{
	background-color:#555;
	color:#ccc;
	padding:1px;
}
.autocomplete_listItem{
	background-color:#ccc;
	color:#555;
	padding:1px;
}
/** Tabs **/
#content div.tab-normal{
	background:url(../Images/tab_normal.gif) no-repeat;
	width:112px;
	height:23px;
	padding:8px 0 0 0;
	font-family:Times New Roman;
	font-size:16px;
	text-align:center;
	float:left;
}
#content div.tab-normal a, div.tab-normal a:hover, div.tab-normal a:active{
	text-decoration:none;
	color:#52514a;
}
#content div.tab-active{
	background:url(../Images/tab_active.gif) no-repeat;
	width:112px;
	height:23px;
	padding:8px 0 0 0;
	font-family:Times New Roman;
	font-size:16px;
	text-align:center;
	float:left;
}
#content div.tab-active a, div.tab-active a:hover, div.tab-active a:active{
	text-decoration:none;
	color:#52514a;
}
#content div.tab-body{
	display:block;
}

/** Control Style: Gridview in red brick **/
.gridview{
	width:100%;
	margin:0 0 10px 0;
	padding:5px;
	background-color:Transparent;
	border:#441a42 5px solid;
}
.gv_altrow{
	background-color:#dddaa6;
	border:0;
}
.gv_footer{
	background-color:#C4480F;
	border:0;
}
.gv_header{
	background-color:#C4480F;
	border:0;
}
.gv_row{
	border:0;
}

/** MyGridview **/
.pagelink
{
	padding:1px 5px 1px 5px;
	BACKGROUND: #E6E7C4;
	border: 1px solid #D3D597;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #40411B;*/
	font-size: 10px;
	margin: 2px 0px 2px 0px;
}
.pagelinkclick{
	padding:1px 5px 1px 5px;
	BACKGROUND: #DCDDAA;
	border: 1px solid #727430;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #40411B; 
	font-size: 10px;
	margin: 2px 0px 2px 0px;
}
.btnJump {
	background-color: #DCDDAA;
	border: 1px solid #C2C56D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
.txtJump {
	background-color: #EFF0D9;
	border: 1px solid #C2C56D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #666600;
	text-align:right;
}

/** Style in Content **/
#loginpane{
	width:350px;
	padding:20px 0 0 0;
	margin:0 auto;
	text-align:center;
}
#loginpane div.login{
	margin:10px 0px 2px 0px;
	padding:10px 10px 10px 10px;
	vertical-align:bottom;
	width:100%;
	text-align:left;
}
#loginpane div.login span.logintitle{
	font-family:Times New Roman;
	font-size:21px;
	font-weight:bold;
	color:#51504f;
}
table tr td.header{
	font-weight:bold;
	width:130px;
	padding:3px;
	border-bottom:1px solid #999;
}
table tr td.col{
	border-bottom:1px solid #999;
	width:300px;
}
.search-div{
	width:400px;
	padding:5px 0 0 0;
	margin: 0 auto;
	text-align:center;
}
.search-member-div{
	width:600px;
	padding:0;
	margin: 0 auto;
	text-align:center;
}
.search-div-inside{
	margin:10px;
	padding:5px;
	width:100%;
	text-align:left;
}
.preview-div{
	padding:20px 0 0 0; 
	margin:0 auto; 
	text-align:left;
}
.preview-div-inside{
	margin:10px 0 0 0;
	width:100%;
}
.preview{
	 padding:20px 0 0 0; 
	 /*margin:0 auto;*/
	 margin:0px 0px 0px 25px; 
	 text-align:left; 
	 width:90%;
}
table.preview-list{
	margin:10px 0 0 0;
	width:100%;
}
div.viewline{
	background:#c2bdad;
	height:5px;
	width:100%;
	float:left;
	margin:-2px 0 0 0;
}

hr.line{
	width:500px;
	height:1px;
	border:#ccc 1px dashed;
	text-align:center;
}
