﻿/* Search */
.search
{
	background: #FFFFFF  url(../../../Controls/Images/Textbox/searchbox.GIF) no-repeat;
	width: 450px;
	height: 28px;
}


.search .searchButton {
	background: none;
	width: 30px;
	border: none;
	cursor :hand;
	
}

.search .searchTextBox {
	width: 160px;
	height: auto;
	 width: 415px;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
}

.search br {
	display: none;
}

.inputbox_form
{
	color: #6E6E6E;
	font-size:13px;
	width: 225px;
	height:18px;
	border: 1px solid #7F9DB9;
	padding-left:2px;
	vertical-align:middle; 
}

.inputbox_right
{
	color: #6E6E6E;
	font-size:13px;
	width: 225px;
	height:18px;
	border: 1px solid #7F9DB9;
	vertical-align:middle; 
	text-align:right;
	padding-right:1px;
}

.inputbox_text
{
	color: #6E6E6E;
	font-size:13px;
	height:18px;
	border: 1px solid #7F9DB9;
	padding-left:2px;
	vertical-align:middle; 
	background-color :#FFFFFF;
}

.inputReadOnly{
	/*background-color:#fcffd2;*/
	background: #FFFFFF url(../../../images/inputreadonly.gif) repeat-x;
	border:1px solid gray;
	height:18px;
	font-size:13px;
	width: 225px;
	color: #6E6E6E;

	border: 1px solid #A3A3A3;
}
	
.inputbox_browse{
	border:1px solid gray;
	font-family:arial,sans-serif;
	font-size:13px;
}


/*Button*/
.button
{
	padding-left:20px;
	padding-right:5px;
	font-size:13px;
	font-weight :bold ;
}

.button a
{
	font-weight :bold ;
}

.button a:hover
{
	text-decoration :underline;
}

.button a:visited
{
	font-weight :bold ;
}


.button:hover
{
	text-decoration :underline;
}

.button:visited
{
	font-weight :bold ;
}

.codeInputBox_form
{
	text-transform: uppercase;
}


.SiteMap
{
	font-size : 11px;
	font-weight : bold;
	letter-spacing :0.5px;
	text-decoration :none;
	padding-left :5px;
	color:#E06529;
}

.SiteMap:hover
{
	color :red;
}

.SiteMap a
{
	font-size : 11px;
	letter-spacing :0.5px;
	text-decoration :none;
}

.SiteMap a:hover
{
	color :red;
}

.AjaxTabPanelContents
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	height:100%;
	letter-spacing: 0.5px;
	line-height: 23px; /*must have this, if not dropdownlist will have problem*/
	padding: 5px 5px 5px 5px;
}



.formviewTabPage
{
	font-size:13px;
	height:100%;
	letter-spacing: 0.5px;
}


.fieldTitleLabel
{
  font-size:13px;
  font-weight:bold;
  vertical-align :top;
}

.CollapsiblePanelControl
{
	cursor:hand;
	font-weight: bold;
	color:#E06529;
	letter-spacing:normal;
	font-size:11px;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#99ccff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	overflow-y:auto;
}

.modalDragHeader
{
	cursor: move;
	background-color: #DDDDDD; 
	border: solid 1px Gray; 
	color: White;
	font-size: 20px; 
	padding:10px;
	
}
/*Modal Popup*/

/*Button*/
.cmdButton
{
	padding-left:20px;
	padding-right:5px;
	font-size:12px;
	font-weight :bold ;
	cursor :hand;
}

.cmdButton a
{
	cursor :hand;
	font-weight :bold ;
}

.cmdButton a:hover
{
	text-decoration :underline;
}

.cmdButton a:hover
{
	color:Red;
}

.cmdButton a:visited
{
	font-weight :bold ;
}


.cmdButton:hover
{
	text-decoration :underline;
}

.cmdButton:visited
{
	color: #E06529;
	font-weight :bold ;
}
/*Button*/

.requiredText
{
	color:Red;
	font-size: 11px;
	padding-left:3px;
}
