tr {
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 11px;
	color: #666666;
}
.input {
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 12px;
	font-weight: none;
	color: #333333;
	background-color: #e9e9e9;
	border: 7px solid #e9e9e9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

}
.inputRed {
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	background-color: #fa9b9b;
	border: 7px solid #fa9b9b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}
.menuActive {
	background-color: #fa9b9b;
	border: 3px solid #fa9b9b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.textred {
	color: #CC0000;
	font-size: 17px;
	font-weight: bold;
}
.textblue {
	color: #003399;
	font-size: 20px;
	font-weight: bold;
}
.textGreenResearch {
	color: green;
	font-size: 14px;
	font-weight: bold;
}
.textHead {
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
.textPP {
	color: #bebdd2;
	font-size: 22px;
	font-weight: bold;
}


/*
.bt {
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	border: none;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
*/
a:link {
	color: #2D8A7C;
	text-decoration: none;
}
a:visited {
	color: #2a8d7c;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.formred {
	background-color: #CC0000;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;

}
    .menuTop {
	display:block; /*This Cover Full TD */
	width:90px; /*This Will Make Fixes Size Link (Use Image width)*/
    height:14px; /*This Will Make Fixes Size Link (Use Image height)*/
	font-weight: bold;
	background-color: #272727;
	border: 10px solid #272727;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
    }
    .menuTop:hover {
	background-color: #171717;
	border: 10px solid #171717;
    }
	.menuTopActive {
	display:block; /*This Cover Full TD */
	width:90px; /*This Will Make Fixes Size Link (Use Image width)*/
    height:14px; /*This Will Make Fixes Size Link (Use Image height)*/
	font-weight: bold;
	background-color: #990000;
	border: 10px solid #990000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
    }
	.menuSubActive {
	display:block; /*This Cover Full TD */
	color: #FFFFFF;
	font-weight: bold;
	background-color: #609d00;
	border: 4px solid #609d00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
    }
	.menuActive {
	color: #FFFFFF;

	background-color: #e0e0e0;
	border: 2px solid #e0e0e0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
    }
	.bgTable1 {
	color: #272727;
	background-color: #bebebe;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
    }
	.bgTable2 {
	color: #666666;
	font-size: 12px;
	background-color: #ebebeb;
    }
	.bgTable3 {
	color: #ffffff;
	font-size: 12px;
	background-color: #990000;
    }
.textGreen {

	color: #73A400;
	font-size: 17px;
	font-weight: bold;
}
.textHead7 {
	font-size: 12px;
	color: 46ae00;
	font-weight: bold;
}
.textHead8 {
	font-size: 12px;
	color: 12a4c8;
	font-weight: bold;
}
.textHead9 {
	font-size: 12px;
	color: 360e6a;
	font-weight: normal;
}
.textHead10 {
	font-size: 12px;
	color: ff8400;
	font-weight: bold;
}.textD {
font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.bgTR {
	background-image: url(images/bg_tr.gif);
}
.frame{
	border: 1px solid #666666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

}


/* stsrt input */
a.main-button, input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a.main-button:hover, input[type="submit"]:hover {
	background: #444;
	color: #fff;
}

a.main-button i {
	font-size: 1.2em;
}

input[type="submit"] {
	border: none;
}



a.main-button, input[type="button"] {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a.main-button:hover, input[type="button"]:hover {
	background: #444;
	color: #fff;
}

a.main-button i {
	font-size: 1.2em;
}

input[type="button"] {
	border: none;
}


/* end input */



/*Pagination*/
#pagination span, #pagination a {
	display: inline-block;
	text-align: center;
	height: 34px;
	width: 34px;
	color: #666;
	line-height: 33px;
	border: 1px solid #eee;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#pagination span.current {
	color: #fff;
}

#pagination a:hover {
	border-color: red;
}

#pagination .all-pages, #pagination .next-page {
	width: auto;
	padding: 0 14px;
}



.btn-primary {
	padding: 8px 20px;
	background: #ED502E;
	color: #fff;
	border:none;
	margin-top: 2px;
}	

.btn-primary:hover, 
.btn-primary:focus{
  background: #eb8984;
  outline: none;
  box-shadow: none;
} 
