a:link {
	color:#005826;
	font-family: Tahoma;
	font-size: 12pt;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color:#005826;
	font-family: Tahoma;
	font-size: 12pt;
	text-decoration: none;
}
a:active {
	color:#005826;
	font-family: Tahoma;
	font-size: 12pt;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 12pt;
	color:#0000ff;
	text-decoration: none;
}
.smallfontx {
	font-family: Tahoma;
	font-size: 10pt;	
	color:red;
}
.ftextbox { 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #848484; 
	color:red;
    outline:0; 
    height:25px; 
 }
.alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:12pt;
    padding:10px 10px 10px 70px;
    margin:10px;
}
.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}
.error {
    background:#ffecec url('../images/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9 url('../images/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.warning {
    background:#faf68d url('../images/warning.png') no-repeat 10px 50%;
    border:1px solid #cf8808;
}
.info {
    background:#9fe2fc url('../images/info.png') no-repeat 10px 50%;
    border:1px solid #0ba4df;
}
.headtitlex {
	font-size:20pt;
	font-weight:bold;
	color:#076b05;
}
.checkerbdr {
border: 1px #24a307 solid;
background-color: #767206;
padding: 10px;
color: #002157;
font-size: inherit;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
text-decoration: inherit;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

-moz-box-shadow: 0px 0px 8px 0px #333333;
-webkit-box-shadow: 0px 0px 8px 0px #333333;
box-shadow: 0px 0px 8px 0px #333333;
}

.formborder {
border: 1px #035431 solid;
background-color: #90f2fb;
padding: 10px;
color: #0b0c0b;
font-size: inherit;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
text-decoration: inherit;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

-moz-box-shadow: 0px 0px 8px 0px #333333;
-webkit-box-shadow: 0px 0px 8px 0px #333333;
box-shadow: 0px 0px 8px 0px #333333;
}

.admformbdr {
border: 1px #24a307 solid;
background-color: #b6fab6;
padding: 5px;
color: #002157;
font-size: inherit;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
text-decoration: inherit;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

-moz-box-shadow: 0px 0px 8px 0px #333333;
-webkit-box-shadow: 0px 0px 8px 0px #333333;
box-shadow: 0px 0px 8px 0px #333333;
}
.editbdr {
border: 1px #24a307 solid;
background-color: #f9d0d0;
padding: 5px;
color: #002157;
font-size: inherit;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
text-decoration: inherit;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

-moz-box-shadow: 0px 0px 8px 0px #333333;
-webkit-box-shadow: 0px 0px 8px 0px #333333;
box-shadow: 0px 0px 8px 0px #333333;
}
.admformborder {
border: 1px #24a307 solid;
background-color: #daf9b1;
padding: 5px;
color: #002157;
font-size: inherit;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
text-decoration: inherit;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

-moz-box-shadow: 0px 0px 8px 0px #333333;
-webkit-box-shadow: 0px 0px 8px 0px #333333;
box-shadow: 0px 0px 8px 0px #333333;
}

.mybtn {
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);
	background-color:#ff5bb0;
	border-radius:6px;
	border:1px solid #ee1eb5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Tahoma;
	font-size:12pt;
	font-weight:bold;
	padding:3px 12px;
	margin:5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #c70067;
}
.mybtn:hover {
	background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);
	background-color:#ef027d;
}
.mybtn:active {
	position:relative;
	top:1px;
}


.mbbtn2 {
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	background-color:#f24537;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Tahoma;
	font-size:12pt;
	font-weight:bold;
	padding:3px 6px;
	margin:2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.mbbtn2:hover {
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	background-color:#c62d1f;
}
.mbbtn2:active {
	position:relative;
	top:1px;
}


.orgbtn {
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%);
	background-color:#f0c911;
	border-radius:6px;
	border:1px solid #e65f44;
	display:inline-block;
	cursor:pointer;
	color:#c92200;
	font-family:Tahoma;
	font-size:11pt;
	font-weight:bold;
	padding:3px 12px;
	margin:5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ded17c;
}
.orgbtn:hover {
	background:linear-gradient(to bottom, #f2ab1e 5%, #f0c911 100%);
	background-color:#f2ab1e;
}
.orgbtn:active {
	position:relative;
	top:1px;
}
