/* COMMON */
DIV {
	padding-bottom: 0px; 
	margin: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px;
}

FIELDSET {
	border-bottom: 0px; 
	border-left: 0px; 
	margin: 0px; 
	border-top: 0px; 
	border-right: 0px; 
	padding: 10px 10px 10px 10px;
}

LEGEND {
	border-bottom: 0px; 
	border-left: 0px;  
	margin: 0px 0px 0px 0%; 
	border-top: 0px; 
	border-right: 0px; 
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

BODY {
	background-repeat: repeat-x; 
	font-family: Arial;
	font-size: 12px;
	position:relative;
	margin: 0 auto;   
	text-align: left; 
	min-width:1000px;
	max-width:1200px;
}

/*Global font settings*/
* { 
    font-family:Arial; /* <-- fonts */ 
} 

H1 {
	margin-top: 0px; 
	margin:0px;
	font-size: 13px;
	color:#6e2f92;
}

H2 {
	margin-top: 0px; 
	margin:0px;
	font-size: 13px;
	color:White;
}

H2 A {
	margin-top: 0px; 
	margin:0px;
	font-size: 16px;
}

A 
{	
	text-decoration: underline;
	color:#75787b;
	font-size:11px;
}

p  
{
	font-size: 13px;
	color:#75787b;
	line-height:18px;
}

img
{
    border:0px;
}

td
{
	vertical-align: top;
}

ol, ul
{
	margin-top: 0;
	margin-bottom: 0;
}

textarea
{
     font: 12px Arial;
}


/* FORM PANEL ELEMENTS */

.fldForm
{
	padding-bottom:0px;
	width:100%;
}

.fldReq
{
	max-width: 1px;
	color:White;
}

.fldName
{	
	
	vertical-align:middle;		
}

.fldNameMedium
{
	width:225px;
}

.fldNameShort
{
	width:200px;
}

.fldNameExt
{	
	width:270px;
	vertical-align:middle;		
}

.fldNameCutLong
{
	width:435px;
}

.fldNameLong
{
	width:450px;
}

.fldVal
{
	
	float:none;
}

.fldValEnd
{
	min-width: 160px;
    float:right;
    vertical-align:bottom;
}

.fldVal  select {
	font-size: 15px;
	color: #006f3b;
}

.fldValFloatleft
{
	min-width: 300px;
    float:left;
}

.fldValShort
{
	min-width: 100px;
    float:left;
}

.fldValMedium
{
	min-width:225px;
    float:left;
}

.fldVal1 .fldVal2
{
	width:225px; 
    vertical-align:middle; 
}

.fldVal .fldValShort .fldValMedium label
{
	margin-right: 5px;
}

.fldInfoCompulsory
{
	clear : both;
	padding-left : 0px;
	font-weight:bold;
}

.fldMonthYearDate
{
	width:80px;	
}

.FormData
{
	font-size: 11px;
	color:#000000;
	vertical-align:middle;
}

input[type=text], input[type=password], input[type=file], textarea 
{ 
	border: 1px solid #e7e7e7;
	font-size: 11px;
	color:#000000;
	vertical-align:middle;
	text-align:left;
}

/*Combo boxes*/


select 
{
	vertical-align:middle;
	border: 1px solid #e7e7e7;
	font-family:Arial;
	font-size:11px;
	color:#75787b;	
	line-height:20px;
	text-align:left;
	height:20px; 	
	overflow: hidden;
	background: url(../../img/DPR/down_arrow.png) no-repeat right #ddd;
	
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	list-style-type:circle;
	border-spacing:4px;
}

select[readonly]
{
	background: buttonface;
}

input[type=text]
{ 
	line-height:16px;	
	
}

textarea 
{ 
	line-height:16px;
}

input[type=text], input[type=password], input[type=file]
{ 
	height:30px;
	border:0;
	padding-left: 1em;
	background: url('img/input-stripe.png') 0 0 repeat-y  #daedc1;
	
}
#wrapper_1  input[type=text], input[type=password], input[type=file] {
	
	background-color:#daedc1; 
}

/* PAGER STRIP PANEL ELEMENTS */

.pagerStripPanelContainer
{
	padding-top:20px;
}

.PagerStripPanel A
{
	padding-left: 3px;
	padding-right: 3px;
	background-image:none;
}

}
.PagerStripSelectedPage
{
	font-weight: bold;
}

/* ENTITYSUMMARY GRID */ 
.grdView
{
	width: 100%;
	margin-bottom:10px;
}

.grdView th a
{
	margin:0px;
	font-weight:normal;
	text-align:left;
    text-decoration:none;
}

.grdView th
{
	padding: 5px;
	padding-bottom:5px;
	font-weight:normal;	
	text-align:left;
}

.grdView td
{
	padding: 5px;
}

.grdView .first
{
	display:none;
}

.grdHeaderDelete 
{	 
	 width:50px;
}


/*FORM PANEL*/ 

.fldFormPanel
{
	padding-bottom:20px;
}

.fldFormPanelNoBottomPadding
{
	padding-bottom:0px;
}


.fldForm TD
{
	vertical-align:middle;
	padding:8px;
	/*text-align:right;*/
}

.fldForm Table TD
{
	padding-left: 0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	color : White;
}

.login-screen {
	border: 2px solid #d70056;
	background-color: #d70056;
	border-radius: 5px;
	margin: 1em auto;
	padding: 1em 0 1em 0.4em;
	width: 50%;
	/*-moz-box-shadow: 0 0 5px 5px #ccc;
	-webkit-box-shadow: 0 0 5px 5px #ccc;
 	box-shadow: 0 0 5px 5px #ccc;*/
}

/* FORM GRIDVIEW 
.fldGrdView
{
	background-color: #f2fafc;
	border-top: 1px solid #e2e2e3;
	padding: 15px 0 30px 45px;
}

TABLE.fldGrdView
{
	border: 0;
	margin: 0;
	padding: 0;
}
TABLE.fldGrdView TD, TD.grdCell
{
	border: 0;
	padding: 4px  0;
	vertical-align: middle;
}
TABLE.fldGrdView TH, TD.grdHeader, TD.grdHeaderDelete
{
	border: 0;
	padding: 3px 3px 0px  0px 3px 0px;
}
*/


.comboTiny
{
	width:55px;
}

.comboShort
{
	width:80px;
}

.comboShortMedium
{
	width:120px;	
}

.comboMedium
{
	width:155px;	
}

.comboLong
{
	width:230px;	
}

.comboExtraLong
{
	width:285px;	
}

.comboMax
{
	width:100%;	
}

.inputTiny
{
	width:50px;	
}

.inputShort
{
	width:75px;
}

.inputMedium
{
	width:190px;
}

.inputLong
{
	width:225px;
}

.inputMax
{
	width:100%;	
}

.fldDate
{
	width:75px;	
}

.fldMonthYearDate
{
	width:75px;
}

.fldRadList
{
	display:inline;
}

.fldRadList radio, input[type="radio"]
{
	border:none;
	position:relative;
	bottom:1px;	
	vertical-align:middle;
}

input[type="checkbox"]
{
	border:none;
}
.fldForm .fldReq {
	width: 30px;	
}
#ctl00_ContentPlaceHolder1_ctl01_pnlYourCompanyDetails .rbm374 .fldForm  {
		max-width: 950px;
}
#ctl00_ContentPlaceHolder1_ctl01_pnlYourCompanyDetails .rbm374 .fldForm .fldName {
	width: 200px;
}

#pageNavPanel.fldForm    {
	max-width: 650px;
	table-layout:auto;
	margin: 0 auto;	
}

.fldForm {
	max-width: 650px;
	table-layout:fixed;
}
.fldForm label, .fldForm
{
	
 	position:relative;
	bottom:0px; 	
	/*vertical-align:bottom;*/
	padding-right:4px;
	/*line-height:27px;*/
}


input[readonly] 
{
	background: buttonface;
}

textarea[readonly]
{
	background: buttonface;
}


/*Use with the class CustomChkBoxRadio*/

.checkbox, .radio {
	width: 19px;
	height: 25px;
	/*padding: 0 5px 0 0;*/
	background: url(../../img/DPR/checkbox.png) no-repeat;
	/*display: block;*/
	/*clear: left;*/
	float: left;
}

.radio {
	background: url(../../img/DPR/radio.png) no-repeat;
}
