/*@font-face {
	font-family: "Helvetica";
	src: url('Font/Helvetica.ttf');
}
*/
@font-face {
	font-family: "Roboto";
	src: url('Font/Roboto-Regular.ttf');
}
  
/*@font-face {
	font-family: "Rekha";
	src: url('Font/Rekha.ttf');
}

@font-face {
	font-family: "Tinos";
	src: url('Font/Tinos-Regular.ttf');
}

@font-face {
	font-family: "Narrow";
	src: url('Font/Narrow.ttf');
}

@font-face {
	font-family: "brook";
	src: url('Font/brook23.ttf');
}


@font-face {
	font-family: "rusty";
	src: url('Font/rusty.ttf');
}
*/
.Font1 {
    font-family: Roboto, Helvetica;
}

.Font2 {
    font-family: Narrow;
}

.Font3 {
    font-family: Hammer;
}

.Font4 {
    font-family: Arial;
}

.Font5 {
	font-family: brook;	
}

.Font6 {
	font-family: rusty;	
}

.Link {
	cursor: pointer;
    text-decoration: none;
}	 

.Link:hover {
    color: rgb(240, 240, 240);
}

.S1 {
	font-size: 35px;
	line-height: 45px;
}
.S11 {
	font-size: 25px;
	line-height: 35px;
}

.S2 {
	font-size: 18px;
	line-height: 28px;
}
.S3 {
	font-size: 14px;
	line-height: 22px;
}
.S4 {
	font-size: 11px;
	line-height: 14px;
}
.S5 {
	font-size: 9px;
}
.S6 {
	font-size: 7px;
}

.FormLayout1 {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;		
}

.FormSeparator {
	border-bottom: 1px solid rgb(160,160,160);	
}

.FormLayout1 * {
	line-height: 30px;	
}

.FormLayout1 span {
	font-size: 13px;
	font-weight: 700;
	color: #222;
	font-family: Helvetica;
	margin-right: 6px;

}

.FormLayout1 input {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:none;
	background-color: #f9f9f9;
	padding:5px;	
	line-height: 16px;
	margin-right: 8px;
	font-size: 13px;
	color: #333;
	font-family: Helvetica;
	-webkit-box-shadow: 0px 0px 1px #333;	
	box-shadow: 0px 0px 1px #333;	
}

.FormLayout1 select {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	border:none;
	background-color: #f9f9f9;
	padding:5px;	
	line-height: 16px;
	margin-right: 8px;
	font-size: 13px;
	color: #333;
	font-family: Helvetica;
	-webkit-box-shadow: 0px 0px 1px #333;	
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	box-shadow: 0px 0px 1px #333;	
}

.FormLayout1 .InputStyle  {
	padding:5px;	
	line-height: 16px;
	font-size: 13px;
	color: #333;
	font-family: Helvetica;	
}

.FormLayout1 .FormComment {
	height:20px; 
	line-height:20px; 
	font-size:10px;
	margin-left:4px;
	color: #777;
}

.FormLabelColumn {
	float: left;
	width: 150px;
	text-align: right;	
}

.FormFieldColumn {
	float: left;
	width: 250px;
	text-align: left;	
}

.FormFieldColumnLeft {
	float: left; 
	width: 80px; 
	text-align: right; 
	line-height: 31px;	
}

.FormLayout1  textarea {
	border:none;
	-webkit-box-shadow: 0px 0px 1px #333;	
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	box-shadow: 0px 0px 1px #333;	
	background-color: #f9f9f9;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding:5px;	
	line-height: 16px;
	margin-right: 12px;	
	margin-top:4px;
   	font-family:helvetica;
	font-size: 13px;
	color: #333;

}

.FormLayout1 select {
	border:none;		
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #f9f9f9;
	padding:5px;	
	line-height: 16px;
	margin-right: 12px;	
	margin-left:0px;
	color: #333;
   	font-family:helvetica;
	font-size: 13px;
	-webkit-box-shadow: 0px 0px 1px #333;	
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	box-shadow: 0px 0px 1px #333;	
	
}

.FormLayout1  input[type=radio] {
	position: relative;
	top:2px;
}

.FormLayout1  input[type=checkbox] {
	position: relative;
	top:2px;
}

.FormErrorLine {
	color: red;
	height:20px; 
	line-height:20px; 
	font-size:10px;
	margin-left:4px;	
}



.FormSeparator {
	border-bottom: 1px solid rgb(160,160,160);	
}





.FormLayoutView1 input {
	border:none;
	background-color: transparent;
	-webkit-box-shadow: none;	
		display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	box-shadow: none;	
	padding-left:0px;
}


.FormLayoutView1  textarea {
	border:none;
	background-color: trasparent;
	-webkit-box-shadow: none;	
		display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	box-shadow: none;	
}

.FormLayoutView1 select {
	border:none;
	background-color: transparent;
	-webkit-box-shadow: none;	
		display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	box-shadow: none;	

}

.FormLayoutView1  input[type=radio] {
	position: relative;
	top:2px;
}

.FormLayoutView1  input[type=checkbox] {
	position: relative;
	top:2px;
}

.FormErrorLine {
	color: red;
	height:20px; 
	line-height:20px; 
	font-size:10px;
	margin-left:4px;	
}


.FormDivider1  {
	width: 100%;
	margin-top:15px;
	margin-bottom:15px;
	border-bottom: 1px dotted #999;	
}




.TextWhite {
   color: rgb(240, 240, 240);
/* 	text-shadow: black 0px 1px 0px;	 */
}

.TextWhiteNoShadow {
    color: rgb(240, 240, 240);
	
}


.TextDark {
    color: rgb(60, 60, 60);
	text-shadow: white 0px 1px 0px;	
}
.TextLight {
    color: #666;
	text-shadow: white 0px 1px 0px;	
}
.TextGreen1 {
	color: #218196;		
}

.TextOrange {
    color: #f78d1d;
}

/* Gradients 
-----------------------------------------------*/

.WhitePageGradient {

	background: -webkit-gradient(radial, center center, 200, 70% 35%, 10, from(#fefefe), to(#ffffff));
}

.YellowPageGradient {
	background: -webkit-gradient(radial, center center, 200, 70% 35%, 10, from(#e3b45a), to(#f6d77c));
}

.LightYellowPageGradient {
	background: -webkit-gradient(radial, center center, 200, 70% 35%, 10, from(#e6c88b), to(#e6ce9e));
}



.Gradient1 {
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#666666', endColorstr='#000000');
	
}

.Gradient2 {
	background: #4785d2;
	background: -webkit-gradient(radial, center center, 200, 70% 35%, 10, from(#204589), to(#4785d2));

}





/* button 
---------------------------------------------- */
.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% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.Button:hover {
	text-decoration: none;
}
.Button:active {
	position: relative;
}

.Rounded {
	-webkit-border-radius: 2em;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	border-radius: 2em;
}
.Medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.Small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.Black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#666666', endColorstr='#000000');
}
.Black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#444444', endColorstr='#000000');
}
.Black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.Gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#888888', endColorstr='#575757');
}
.Gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.Gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.White {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.White:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.White:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.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');
}

/* red */
.Red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.Red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.Red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.Blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.Blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.Blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#0078a5', endColorstr='#00adee');
}


.Green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.Green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.Green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}



.Reflection {
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255,255,255,0.2)));
}

.Reflection2 {
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(white));
	
}



.Reflection3 {
-webkit-box-reflect:below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.2, transparent), to(white))	
}


.Reflection4 {
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(255,255,255,0.2)));
}

.Reflection5 {
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(white));
}
 

.ColorBlackT {
	color: #ddd;
	background-color: #000;
	background-color: rgba(0,0,0,.8);
}

.ColorWhiteT {
	color: #333;
	background-color: #fff;
	background-color: rgba(255,255,255,.6);
}

.ColorBlackTransparent {
	color: #ddd;
	background-color: #000;
	background-color: rgba(0,0,0,.8);
}

.ColorWhiteTransparent {
	color: #333;
	background-color: #fff;
	background-color: rgba(255,255,255,.6);
}



.ColorBlack {
	color: #d7d7d7;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#666666', endColorstr='#000000');
}

/* gray */


.ColorGray {
	color: #e9e9e9;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
/*	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#888888', endColorstr='#575757');*/
}

/* white */
.ColorWhite {
	color: #606060;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

/* orange */
.ColorOrange {
	color: #fef4e9;
	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');
}

.ColorRed {
	color: #faddde;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

.ColorBlue {
	color: #d9eef7;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#00adee', endColorstr='#0078a5');
}


.ColorGreen {
	color: #e8f0de;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

/* inverted color */

.ColorBlackI {
	color: #d7d7d7;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#666));
	background: -moz-linear-gradient(top, #000 ,#666  );
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#666666', endColorstr='#000000');
}

/* gray */


.ColorGrayI {
	color: #e9e9e9;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757 ,#888  );
/*	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#888888', endColorstr='#575757');*/
}

/* white */
.ColorWhiteI {
	color: #606060;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed , #fff );
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

/* orange */
.ColorOrangeI {
	color: #fef4e9;
	background: #f78d1d;
	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='#faa51a', endColorstr='#f47a20');
}

.ColorRedI {
	color: #faddde;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top, #aa1317 ,#ed1c24  );
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

.ColorBlueI {
	color: #d9eef7;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5 ,#00adee  );
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#00adee', endColorstr='#0078a5');
}


.ColorGreenI {
	color: #e8f0de;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top, #4e7d0e ,#7db72f  );
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}




h1 {
	font-size: 33px;
	line-height: 40px;	
}
h2 {
	font-size: 22px;
	line-height: 28px;	
}
h3 {
	font-size: 18px;
	line-height: 22px;	
}