@charset "utf-8";
body {
	margin: 0px;
	font-family:Arial,Helvetica,sans-serif;
		background-color:#1c4154;
}


/*************** FONTS **********************/

.bluemain{
	font-family:'Droid Sans', Calibri, Arial !important;
	color:#9ed7f1;
	font-size:26px !important;
	text-shadow:#000 !important;
}
.navybluemain{

	font-family:'Droid Sans', Calibri, Arial !important;
	color:#284e95;
	font-size:12px !important;
}

.navybluemainbig{

	font-family:'Droid Sans', Calibri, Arial !important;
	color:#284e95;
	font-size:16px !important;
}

.blueheader{
	font-family: Calibri, Arial !important;
	color:#00b6f7;
	font-size:26px !important;
	font-weight:bold;
	
}

.bluesmall{
	font-family: Calibri, Arial !important;
	color:#00b6f7;
	font-size:18px !important;
	
}

.blackmain{
	font-family: Calibri, Arial !important;
	color:#00000;
	font-size:16px !important;
}
.blacktext2{
	font-family:Calibri, "Calibri Light", Arial, sans-serif;
	font-size:15px;
	color: #282828;
	padding-left:10px;
	}

.blackbig{

	font-family:'Droid Sans', Calibri, Arial !important;
	color:#00000;
	font-size:14px !important;
	font-weight:bold;
}
.blackmainsmall{
	font-family: Calibri, Arial !important;
	color:#00000;
	font-size:12px !important;
	line-height:20px;
}
.whiteheader{

	font-family: Calibri, Arial !important;
	color:#ffffff;
	font-size:20px !important;


}

.whitesmall{

	font-family:'Droid Sans', Calibri, Arial !important;
	color:#ffffff;
	font-size:12px !important;
}

.textfields{
  border: 1px solid #d0dae0;
  color: #000;
  display: inline-block;
  padding: 5px 10px 6px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: middle;
  width:150px;
}
.commonbg{
border:1px solid #c3c3c3;
background:#fafafa;
padding:10px;
border-radius:2px;
}

.orangeheader{
	font-family:'Droid Sans', Calibri, Arial !important;
	color:#ff9103;
	font-size:22px !important;
}

.orangenormal{
	font-family:Calibri, Arial !important;
	color:#ff9103;
	font-size:16px !important;
}


.navyblueheader{
	font-family:Calibri, Arial !important;
	color:#007ec6;
	font-size:20px !important;
	font-weight:bold;
	
}

.navybluemainheader{
	font-family: Calibri, Arial !important;
	color:#284e95;
	font-size:14px !important;
	font-weight:bold;
}

.blackmainsmallstrike {
	font-family:Calibri, Arial !important;
	color:#00000;
	font-size:14px !important;
}

.selected_btn {
	font-family: Calibri, Arial;
	font-size: 12px;
	text-decoration:none;
	color: #000;
	text-align: center;
	border: solid 1px #cfcfcf;
	background: #fdfdfd;
	width: 10px;
	height: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#efefef));
	background: -moz-linear-gradient(top,  #fdfdfd,  #efefef);
	
}

.viewdetialsbutton {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;

	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color:#000;
	border: solid 1px #cfcfcf;
	background:#f1f1f1;
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em;
		
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#efefef));
	background: -moz-linear-gradient(top,  #fdfdfd,  #efefef);
	
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% 'Droid Sans',Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color:#ffffff;
	text-shadow: 1px 1px #8a4306;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}