/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,  form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #a22a00;
}
a:hover {
	text-decoration: none;
	color: #cb795c;
}
body {
	background: #fff;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #494949;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

.jumbotron {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
}






.clearBoth {
    clear: both;
    display: block;
    height: 0;
    width: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
/* iPad 1024 (landscape), Desktop 960px  & above 1024 ----------- */

.container {
    width: 80% !important;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.container .grid {
	float: left;
	display: inline;
	margin-left: 1.004016064257028%; /*10px*/
	margin-right: 1.004016064257028%; /*10px*/
}
/* Nested Grid Classes */
.grid.alpha {
	margin-left: 0;
}
.grid.omega {
	margin-right: 4px;
	float:right;
}
/* Grid - 12 Columns */
.container .grid.one {
	width: 6.325301204819277%;
}/*60px*/
.container .grid.two {
	width: 14.65863453815261%;
}/* 140 */
.container .grid.three {
	width: 22.99196787148594%;
}/* 220 */
.container .grid.four {
	width: 31.32530120481928%;
}/* 300 */
.container .grid.five {
	width: 39.65863453815261%;
}/* 380 */
.container .grid.six {
	width: 50.99196787148594%;
}/* 460 */
.container .grid.seven {
	width: 56.32530120481928%;
}/* 540 */
.container .grid.eight {
	width: 64.65863453815261%;
}/* 620 */
.container .grid.nine {
	width: 72.99196787148594%;
}/* 700 */
.container .grid.ten {
	width: 81.32530120481928%;
}/* 780 */
.container .grid.eleven {
	width: 89.65863453815261%;
}/* 860 */
.container .grid.twelve {
	width: 97.99196787148594%;
}/* 940 */
/*Overwriting Left and Right float*/
.leftF {
	float: left!important;
}
.rightF {
	float: right!important;
}
/*Common Classes*/
.padTB10 {
	padding: 10px 0;
}
header {
	background-color: #f0f0f0;
	background-image: linear-gradient(top, #f0f0f0, #ffffff);
	}
header img {
	display: inline;
	width: auto;
}
.headerBorder {
    /*background-color: #fdb843;*/
    background-color: lightgray;
    font-size: 0;
    line-height: 0;
    /*height: 7px;*/
    height: 1px;
    background-image: linear-gradient(top, #f0df53, #fdb843);
}
nav {
	padding-bottom: 5px;
}
nav ul li {
	display: inline;
	float: left;
	color: #707070;
}
nav ul li a {
	float: left;
	font-size: 13px;
	line-height: 15px;
	padding: 2px 10px;
	border: solid 1px #fff;
	border-color: transparent;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
nav ul li a:hover, nav ul li a.active {
	background-color: #f7f7f7;
	border: 1px solid #d6d6d6;
	color: #cb795c;
	background-image: linear-gradient(top, #f7f7f7, #eeeeee);
    text-decoration:none;
}
nav ul li.separator span {
	font-size: 15px;
	line-height: 19px;
	margin: 0 2px;
}
.adminnav {
	padding-bottom: 5px;
}
.adminnav ul li {
	display: inline;
	float: left;
	color: #1f5c85;
}
.adminnav ul li.welcome {
	padding: 2px 0px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	vertical-align: middle;
	line-height: normal;
	margin: 0px 10px 0px 10px;
	color: #1f5c85;
	float: right;
}
.adminnav ul li.welcome a {
	padding: 0px 0px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	vertical-align: middle;
	line-height: normal;
	color: #1f5c85;
	text-decoration: none;
}
.adminnav ul li.welcome a:hover {
	color: #1f5c85;
	text-decoration: none;
}
.adminnav ul li a {
	float: left;
	font-size: 13px;
	line-height: 15px;
	padding: 2px 10px;
	border: solid 1px #fff;
	border-color: transparent;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #1b4f73;
}
.adminnav ul li a:hover, .adminnav ul li a.active {
	color: #178ddc;
	text-decoration: none;
}
.adminnav ul li.separator span {
	font-size: 15px;
	line-height: 19px;
	margin: 0 2px;
}


nav li.welcome {
	padding: 2px 0px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	vertical-align: middle;
	line-height: normal;
	margin: 0px 10px 0px 10px;
	color: #1f5c85;
	float: right;
}
nav ul li.welcome a {
	padding: 0px 0px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	vertical-align: middle;
	line-height: normal;
	color: #1f5c85;
	text-decoration: none;
}
nav ul li.welcome a:hover {
	color: #1f5c85;
	text-decoration: none;
}



a.activetab 
{
	font-size: 13px;
	line-height: 15px;
	padding: 2px 10px;	
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	background-color: #f7f7f7;
	border: 1px solid #d6d6d6;
	font-weight:bold;
	color: #cb795c;
	background-image: linear-gradient(top, #f7f7f7, #eeeeee);
}

.banners {
	background-color: #1f5c83;
	-moz-box-shadow: 0 3px 5px rgba(68, 68, 68, 0.6);
	-webkit-box-shadow: 0 3px 5px rgba(68, 68, 68, 0.6);
	box-shadow: 0 3px 5px rgba(68, 68, 68, 0.6);
	background-image: linear-gradient(top, #1f5c83, #2977aa);
}


/*input[type=submit] {
	background-color: #fdb033;
	box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-webkit-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fac522;
	padding: 2px 10px;
	font-size: 13px;
	color: #494949;
	font-weight: bold;
	cursor: pointer;
	background-image: linear-gradient(top, #efe356, #fdb033);
}
input[type=submit]:hover {
	background-color: #efe356;
	color: #1f5c83;
	background-image: linear-gradient(top, #fdb033, #efe356);
}*/

input[type=button] {
	background-color: #fdb033;
	box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-webkit-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fac522;
	padding: 2px 10px;
	font-size: 13px;
	color: #494949;
	font-weight: bold;
	cursor: pointer;
	background-image: linear-gradient(top, #efe356, #fdb033);
}
input[type=button]:hover {
	background-color: #efe356;
	color: #1f5c83;
	background-image: linear-gradient(top, #fdb033, #efe356);
}

.confirmdetails h3 {
	font-size: 24px;
	font-weight: normal;
	color: #1c72aa;
	padding-top: 5px;
}


table.confirmtable {
	background-color: white;
	color: black;
	border-collapse: collapse;
	font-size: 100%;
	margin-left: 0px;
	margin-top: 25px;
	border: 1px solid #DCDCDC;
	width:100%;    
}
table.confirmtable th {
	padding: 10px 10px;
	color: #fff;
	border: 1px solid silver;
	text-align: right;
	font-size: 14px;
	width:225px;
	background-color: #1f5c85;
	background-image: linear-gradient(top, #2a83bd, #1f5c85);	
}
table.confirmtable td {
	padding: 10px 10px;
	color: #1f5c85;
	border: 1px solid silver;
    font-weight:bold;
	text-align: left;
	font-size: 12px;	
}

.loginModule {
	/*background-color: #dedede;
	box-shadow: 1px 1px 2px 2px rgba(78, 78, 78, 1);
	-moz-box-shadow: 1px 1px 2px 2px rgba(78, 78, 78, 1);
	-webkit-box-shadow: 1px 1px 2px 2px rgba(78, 78, 78, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 20px;
	margin: 20px 0 0 0;
	height: 215px;
	background-image: linear-gradient(top, #dedede, #f8f8f8);*/
    position:relative;
}
.loginModule h3 {
	font-size: 24px;
	font-weight: normal;
	color: #1c72aa;
	padding-bottom: 5px;
}
.loginModule label {
	/*display: block;
	margin-top: 15px;*/
	font-weight: bold;
}
.loginModule input[type=text], .loginModule input[type=password] {
	width: 175px;
	padding: 5px 5px;
	margin-right:4px;
    
}

h3.select_group {
	font-size: 15px;
	font-weight: bold;
	color: #666;
	padding: 5px 0px;
}

.dialogModule {
	background-color: #dedede;
	box-shadow: 1px 1px 2px 2px rgba(78, 78, 78, 1);
	-moz-box-shadow: 1px 1px 2px 2px rgba(78, 78, 78, 1);
	-webkit-box-shadow: 1px 1px 2px 2px rgba(78, 78, 78, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 20px;
	margin: 20px 0 0 0;	
	background-image: linear-gradient(top, #dedede, #f8f8f8);
}
.dialogModule h3 {
	font-size: 24px;
	font-weight: normal;
	color: #1c72aa;
	padding-bottom: 5px;
}
.dialogModule label {
	display: block;
	margin-top: 15px;
	font-weight: bold;
}
.dialogModule input[type=text] {
	width: 95%;
	padding: 4px 1%;
	margin-top:5px;	
}

.dialogModule input[type=submit] {
	background-color: #fdb033;
	box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-webkit-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fac522;
	padding: 2px 10px;
	font-size: 13px;
	color: #494949;
	font-weight: bold;
	cursor: pointer;
	background-image: linear-gradient(top, #efe356, #fdb033);
}
.dialogModule input[type=submit]:hover {
	background-color: #efe356;
	color: #1f5c83;
	background-image: linear-gradient(top, #fdb033, #efe356);
}


.loginModule input[type=submit] {
	background-color: #fdb033;
	box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-webkit-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fac522;
	padding: 2px 10px;
	font-size: 13px;
	color: #494949;
	font-weight: bold;
	cursor: pointer;
	background-image: linear-gradient(top, #efe356, #fdb033);
}
.loginModule input[type=submit]:hover {
	background-color: #efe356;
	color: #1f5c83;
	background-image: linear-gradient(top, #fdb033, #efe356);
}
.homeWidgetLeft, .homeWidgetCenter, .homeWidgetRight {
	margin-top: 30px;
}
.homeWidgetLeft h2, .homeWidgetCenter h2, .homeWidgetRight h2 {
	font-size: 18px;
	color: #000;
	line-height: 21px;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.homeWidgetLeft h2 {
	background: #28b779;
}
.homeWidgetCenter h2 {
	background: #da5554;
}
.homeWidgetRight h2 {
	background: #e2a140;
}
.homeWidgetLeft p, .homeWidgetCenter p, .homeWidgetRight p {
	padding: 0 10px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 17px;
}
.homeWidgetLeft p.readMore, .homeWidgetCenter p.readMore, .homeWidgetRight p.readMore {
	margin-top: 3px;
	text-align: right;
}
.homeWidgetLeft p.readMore a, .homeWidgetCenter p.readMore a, .homeWidgetRight p.readMore a {
	font-weight: bold;
}
footer {
	background-color: #1f5c85;
	color: #fff;
	margin-top: 50px;
	padding: 15px 0 10px 0;
	font-size: 11px;
	background-image: linear-gradient(top, #1f5c85, #2a83bd);
}
.navLink {
	text-align: center;
}
.navLink span {
	margin: 0 10px;
}
.navLink a {
	color: #fff;
}
.navLink a:hover {
	color: #ddd;
}
.copyright {
	text-align: center;
	margin-top: 20px;
    line-height:22px;
    vertical-align:middle;
}
.copyright span {
    font-weight:bold;	
}
.clear {
	clear: both;
}
.margin_top {
	width: 100%;
	margin-top: 25%;
}
.margin_bottom {
	width: 100%;
	margin-bottom: 35%;
}

.error
{
	color:Red;
}

.confirmed
{
	color:green;
}

.confirmsms
{
	color:green;
	float:right;
    font-size:17px;
}

.validationerror
{
	color:Red;
	margin-left:10px;
}

.removemarginleft
{
	margin-left:0px !important; 
}

a.LinkButton
{
	background-color: #fdb033;
	box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-webkit-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fac522;
	padding: 2px 10px;
	font-size: 13px;
	color: #494949;
	font-weight: bold;
	cursor: pointer;
	background-image: linear-gradient(top, #efe356, #fdb033);
}

a.LinkButton:hover{
	background-color: #efe356;
	color: #1f5c83;
	background-image: linear-gradient(top, #fdb033, #efe356);
}


.RegisterModule {
	background-color: #dedede;
	box-shadow: 1px 1px 2px 2px rgba(78, 78, 78, 1);
	-moz-box-shadow: 1px 1px 2px 2px rgba(78, 78, 78, 1);
	-webkit-box-shadow: 1px 1px 2px 2px rgba(78, 78, 78, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 20px;
	margin: 20px 0 0 0;
	height: auto;
	background-image: linear-gradient(top, #dedede, #f8f8f8);
}
.adminModule {
	background-color: #dedede;
	box-shadow: 1px 1px 2px 2px rgba(78, 78, 78, 1);
	-moz-box-shadow: 1px 1px 2px 2px rgba(78, 78, 78, 1);
	-webkit-box-shadow: 1px 1px 2px 2px rgba(78, 78, 78, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 20px;
	margin: 5px 0 0 0;
	height: auto;
	background-image: linear-gradient(top, #dedede, #f8f8f8);
}
.admin_magintop {
	margin-top: 15px;
}
.RegisterModule h3 {
	font-size: 24px;
	font-weight: normal;
	color: #1c72aa;
	padding-bottom: 25px;
}

.FormHeading{
    font-size: 24px;
    font-weight: normal;
    color: #1c72aa;
    padding-bottom: 25px;
}

.SmallFont {
    font-size: 10px;
    font-weight: normal;
    
}
.RegisterModule h4 {
	font-size: 15px;
	font-weight: normal;
	color: #333;
	padding-bottom: 5px;
	margin-top: 15px;
	line-height: normal;
}
.RegisterModule label {
	display: block;
	margin-top:5px;	
	font-weight: bold;
	width: 24%;
	float: left;
	vertical-align: middle;
}
.RegisterModule input[type=text], .RegisterModule input[type=password], .RegisterModule select {
	width: 40%;
	padding: 4px 1%;
	float: left;
	margin-bottom: 15px;
}
.register_login {
	text-align: right;
	margin-bottom: 4px; 
    /*position: absolute;
    top: -20px;
    right: 4px;
*/
}
.register_login2 {
	text-align: right;
	margin-bottom: 4px; 
    position: absolute;
    top: -20px;
    right: 4px;

}
.register_login1 {
	text-align: center;
	margin-top: 20px;
}
.register_login a {
	font-weight: bold;
    float:left;
    margin: 4px 0px 0px;
}
.register_login2 a {
	font-weight: bold;
    float:left;
    margin: 4px 0px 0px;
}
.register_login span {
	margin: 4px 10px 0px;
    float:left;
}
.register_login2 span {
	margin: 4px 10px 0px;
    float:left;
}
.send_freesms {
    margin-top: 20px;
    text-align: right;
}
.RegisterModule input[type=submit] {
	background-color: #fdb033;
	box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-webkit-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fac522;
	padding: 2px 10px;
	font-size: 13px;
	color: #494949;
	font-weight: bold;
	cursor: pointer;
	background-image: linear-gradient(top, #efe356, #fdb033);
}
.RegisterModule input[type=submit]:hover {
	background-color: #efe356;
	color: #1f5c83;
	background-image: linear-gradient(top, #fdb033, #efe356);
}


.togglelink{
	background-color: #fdb033;
	box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-webkit-box-shadow: 1px 1px 1px 2px rgba(161, 161, 161, 1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fac522;
	padding: 2px 10px;
	font-size: 13px;
	color: #494949;
	font-weight: bold;
	cursor: pointer;
	margin-left: 5px;
	background-image: linear-gradient(top, #efe356, #fdb033);
}


.adminpan {
	width: 95%;	
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.adminrightpanheadingpan {
	width: 100%;
	height: auto;
	margin: 4px 0px 20px 0px;
	padding: 8px 0px 8px 0px;
	background: #316c13;
	background: -moz-linear-gradient(top, #5f9146 0%, #48812b 37%, #316c13 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f9146), color-stop(37%, #48812b), color-stop(100%, #316c13)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5f9146 0%, #48812b 37%, #316c13 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5f9146 0%, #48812b 37%, #316c13 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5f9146 0%, #48812b 37%, #316c13 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5f9146 0%, #48812b 37%, #316c13 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f9146', endColorstr='#316c13', GradientType=0 ); /* IE6-9 */
}
.adminrightpanheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #fff;
	font-size: 15pt;
	padding: 0px 0px 0px 16px;
	text-align: left;
}
table.datatable {
	background-color: white;
	color: black;
	border-collapse: collapse;
	font-size: 100%;
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #DCDCDC;
}
table.datatable th {
	padding: 10px 10px;
	color: #fff;
	border: 1px solid silver;
	text-align: left;
	font-size: 16px;
	background-color: #1f5c85;
	background-image: linear-gradient(top, #2a83bd, #1f5c85);
}
table.datatable th a { color:#fff;}
table.datatable th a:hover { color:#fff;}
table.datatable th:after, table.simpledatatable th:after {
	content: "";
}
.datatable td, table.simpledatatable td {
	padding: 4px;
	border: 1px solid #DCDCDC;
	font-size: 14px;
}
table.datatable1 {
	background-color: white;
	color: black;
	border-collapse: collapse;
	font-size: 100%;
	margin-left: 0px;
	margin-top: 3px;
}
table.datatable1 th:after, table.simpledatatable th:after {
	content: "";
}
.datatable1 td, table.simpledatatable td {
	padding: 2px;
}
table.simpledatatable {
	background-color: white;
	color: black;
	border-collapse: collapse;
	font-size: 100%;
	margin-left: 0px;
	margin-top: 3px;
	border: 1px solid black;
}
table.simpledatatable th {
	background-color: Black;
	padding: 3px;
	color: White;
	border: 1px solid Black;
	font-weight: bold;
	text-align: left;
}
.alternate {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #eee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #eee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee', GradientType=0 ); /* IE6-9 */
}

.searchCriteria 
{

border: 1px solid silver;
padding: 5px;
margin-bottom: 3px;
font-weight: bold;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );

}

.sisprofileimgbox { padding: 10px; margin: 0px 0px 30px 145px; max-width: 160px; max-height: 180px; border: 1px solid #d0d0d0; border-radius: 5px; background: #fff; }
.sisprofileimgbox img { max-width: 160px; max-height: 180px;}

.sismemberspan
{ 
    margin:30px 0px 0px 0px;
}
.sismemberspan h1 
{ 
    margin:0px 0px 10px 0px;
    display:block;
    color:#999;
}

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:60px; margin-left:-160px;
    width:240px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF;  color:#EEE;
    background:#000 url(images/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
        
    -moz-box-shadow: 0px 0px 8px 4px #666;
    -webkit-box-shadow: 0px 0px 8px 4px #666;
    box-shadow: 0px 0px 8px 4px #666;

    opacity: 0.8;
}


.dashboardheading
{ font-size: 20px;
	font-weight: normal;
	color: #1c72aa;
	padding-bottom: 5px;
    margin:16px 0px 0px 0px;
    font-family:Arial, Helvetica, sans-serif;
    width:auto;
    float:left;
}

.alert-danger {
    font-size: 13px;
    font-weight: normal;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-info {
    font-size: 13px;
    font-weight: normal;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1;
}

.alert {
    margin-bottom: 5px !important;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dashboardlogopan
{ 
	float:right; margin-right:10px; width:auto; height:auto;
}

table.dashboardtable {
	background-color: white;
	color: black;
	border-collapse: collapse;
	font-size: 100%;
	margin-left: 0px;
	margin-top: 25px;
	border: 1px solid #DCDCDC;
    float:right;
}
table.dashboardtable th {
	padding: 10px 10px;
	color: #fff;
	border: 1px solid silver;
	text-align: right;
	font-size: 14px;
	background-color: #1f5c85;
	background-image: linear-gradient(top, #2a83bd, #1f5c85);
	
}

table.dashboardtable td {
	padding: 10px 10px;
	color: #1f5c85;
	border: 1px solid silver;
    font-weight:bold;
	text-align: left;
	font-size: 14px;
	background-color: #96c4e2;
	background-image: linear-gradient(top, #2a83bd, #1f5c85);
}
table.smsaccounttable {
    background-color: white;
    border: 2px solid #DCDCDE;
    border-collapse: collapse;
    color: black;
    float: left;
    font-size: 100%;
    margin-left: 0;
    margin-top: 58px;
    width: 70%;
}
table.smsaccounttable th {
	padding: 10px 10px;
	color: #fff;
	border: 1px solid silver;
	text-align: right;
	font-size: 14px;
	background-color: #1f5c85;
	background-image: linear-gradient(top, #2a83bd, #1f5c85);
	
}

table.smsaccounttable td {
    background-color: #96C4E2;
    border: 1px solid silver;
    color: #1F5C85;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    width: 68%;
}
div.userdetails1
{
	background:url('images/u89_original.jpg') no-repeat left top;
	width:20px;
	height:20px;
	background-size:20px 20px;
}


.admin_uploaddata
{
    margin:0px 0px 40px 0px;
    padding:40px 20px 20px 20px;
    background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #eee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #eee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee', GradientType=0 ); /* IE6-9 */
    min-height:440px;


}
    .admin_uploaddata h1
    {
        font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #333;
	font-size: 18pt;
    text-align:left;
    margin:0px 0px 20px 0px;
    }

      .admin_uploaddata h2, .admin_uploaddata h2 a
    {
        font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #333;
	font-size: 16pt;
    text-align:left;
    margin:0px 0px 20px 0px;
    }

        .admin_uploaddata h2 span
        {
            font-size: 15pt;
            color:#178ddc;
        }

            .admin_uploaddata h2 span a
            {
                 color:#178ddc; text-decoration:underline;
            }

          .admin_uploaddata p
    {
        font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 24px;
	color: #666;
	font-size: 13pt;
    text-align:left;
    margin:0px 0px 20px 0px;
    }

            .admin_uploaddata p a
            {
                 color:#178ddc; text-decoration:underline;
            }

            .admin_uploaddata p img
    {
       
	float:left;
    display:block;
    margin:0px 10px;
    vertical-align:middle;
    }
            .admin_uploaddata p span
    {
       
	float:left;
    display:block;
    }


.centeralign
{
	text-align:center !important;
}

.redcolor
{
	color:Red;
}

div.informationbox
{
	margin: 0px;
	color: #2F4F4F;
	padding: 6px;
	border: 1px solid #F0E68C;
	background-color: #FFFFF0;
	margin-bottom: 2px;
}


.confirmed
{
	color: green;
	background-image: url(Images/confirmed.png);
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-right: 10px;
}

.unconfirmed
{
	color: #0000CD;
	background-image: url(Images/unconfirmed.png);
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-right: 10px;
}


 @media screen and (max-width: 800px) {
.container {
}
.loginModule {
	height: auto;
	margin-bottom: 20px;
}
.RegisterModule {
	height: auto;
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 600px) {
.container {
}
.container .grid {
	float: none;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}
.container .grid.one, .container .grid.two, .container .grid.three, .container .grid.four, .container .grid.five, .container .grid.six, .container .grid.seven, .container .grid.eight, .container .grid.nine, .container .grid.ten, .container .grid.eleven, .container .grid.twelve {
	width: auto;
}
.leftF, .rightF {
	float: none!important;
}
.banners {
	background-color: transparent;
	background-image: none;
	-moz-box-shadow: 0 0 0 rgba(68,68,68,0.6);
	-webkit-box-shadow: 0 0 0 rgba(68,68,68,0.6);
	box-shadow: 0 0 0 rgba(68,68,68,0.6);
}
.banners .sliders {
	background-color: #1f5c83;
	-moz-box-shadow: 0 3px 5px rgba(68, 68, 68, 0.6);
	-webkit-box-shadow: 0 3px 5px rgba(68, 68, 68, 0.6);
	box-shadow: 0 3px 5px rgba(68, 68, 68, 0.6);
	margin: 0;
	background-image: linear-gradient(top, #1f5c83, #2977aa);
}
.loginModule {
	height: auto;
	margin-bottom: 0;
}
.RegisterModule {
	height: auto;
	margin-bottom: 0;
}
nav ul li {
	display: block;
	float: none;
}
nav ul li a {
	float: none;
	display: block;
	padding: 7px 10px;
	border: 1px solid transparent;
	background-color: #f7f7f7;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin-bottom: 1px;
	background-image: linear-gradient(top, #f7f7f7, #eeeeee);
}
nav ul li a:hover, nav ul li a.active {
	background-color: #eeeeee;
	border: 1px solid transparent;
	background-image: linear-gradient(top, #eeeeee, #f7f7f7);
}
nav ul li.separator span {
	display: none;
}
.adminnav ul li {
	display: block;
	float: none;
}
.adminnav ul li a {
	float: none;
	display: block;
	padding: 7px 10px;
	border: 1px solid transparent;
	background-color: #f7f7f7;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin-bottom: 1px;
	background-image: linear-gradient(top, #f7f7f7, #eeeeee);
}
.adminnav ul li a:hover, nav ul li a.active {
	background-color: #eeeeee;
	border: 1px solid transparent;
	background-image: linear-gradient(top, #eeeeee, #f7f7f7);
}
.adminnav ul li.separator span {
	display: none;
}
.adminnav ul li.clearall {
	clear: both;
}
.adminnav ul li.welcome {
	padding: 2px 0px 10px 0px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	vertical-align: middle;
	line-height: normal;
	margin: 0px 10px 0px 10px;
	color: #1f5c85;
	float: right;
}
.adminnav ul li.welcome a {
	padding: 0px 0px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	vertical-align: middle;
	line-height: normal;
	color: #1f5c85;
	text-decoration: none;
	background: none;
}
.adminnav ul li.welcome a:hover {
	color: #1f5c85;
	text-decoration: none;
}
}
