﻿.bg1 {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    height: 100%;
    margin: 0 auto;
}
.linkBlackRed {
    color: #cc0000;
    text-decoration: none;
}
.linkBlackRed:hover {
    color: #cc0000;
    text-decoration: underline;
}
.body1 
{
    margin :0px;
    background: url('../../images/bg.jpg');
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:300;
	text-align: left;
	text-decoration: none;
	height: 500px;
	font-size :13px;
}
.body 
{
    margin :0px;
    background: url('../../images/bg.jpg');
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:300;
	text-align: left;
	text-decoration: none;
	height: 500px;
	font-size :13px;
}
.width100per
{
    width :100%;
}
.width30per
{
    width :30%;
}
.width40per
{
    width :40%;
}
.width50per
{
    width :50%;
}
.width60per
{
    width :60%;
}
.width70per
{
    width :70%;
}
.whitelink {
    color: #FFFFFF;
    text-decoration: none;
    font-size :12px;
    font-family :Arial;
}
.whitelink:hover {
    
    text-decoration: underline;
}
.ContentHeading
{
	font-family :Arial ;
	font-weight :bold ;
	font-size :16px;
	text-transform :uppercase ;
	vertical-align :top ;
	text-align :left ;
	padding :6px;
	background-color: #A19996;
    border-left: 20px solid #2A9A0B;
    color: #FFFFFF;
}
.hdbar
{
	background-color :#cc0079;
	font-size :12x;
	font-weight :bold ;
	color :#ffffff;
	padding :3px;
}
.compulsary
{
    color :Red ;
}
.textbox1 {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px;
}
.button_example{
border:1px solid #34740e; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 8px 15px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #4ba614; cursor: pointer;
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
}

.button_example:hover{
 border:1px solid #224b09;
 background-color: #36780f; cursor: pointer;
    background-image: linear-gradient(to bottom, #36780f, #005900);
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.myButton:active {
	position:relative;
	top:1px;
}
.scroll_checkboxes
    {
        height: 83px;
        width: 250px;
        padding: 5px;
        overflow: auto;
        border: 1px solid #ccc;
    }
    
    
    
    .addgrid
{
	background-image: url(../../images/add.png);
    background-position: 7px 2px;
    background-repeat: no-repeat;
    display: block;
    height: 12px;
    margin-top: 3px;
    padding: 0 0 10px 25px;
}
.editgrid
{
	background-image: url(../../images/edit16.png);
    background-position: 7px 2px;
    background-repeat: no-repeat;
    display: block;
    height: 12px;
    margin-top: 3px;
    padding: 0 0 10px 25px;
}
.cancelgrid
{
	background-image: url(../../images/cancel16.png);
    background-position: 7px 2px;
    background-repeat: no-repeat;
    display: block;
    height: 12px;
    margin-top: 3px;
    padding: 0 0 10px 25px;
}
.updategrid
{
	background-image: url(../../images/update16.png);
    background-position: 7px 2px;
    background-repeat: no-repeat;
    display: block;
    height: 12px;
    margin-top: 3px;
    padding: 0 0 10px 25px;
}
.dashboardlink
{
	font-family :13px;
	font-weight :bold ;
	color :#666;
	text-decoration :none;
	text-align :center ;
}
.dashboardlink:hover
{
	font-family :13px;
	font-weight :bold ;
	color :#666;
	text-decoration :underline;
	text-align :center ;
}
.ModalPopupBG
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;
}
.popup_Container {
	background-color:#fffeb2;
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
	width: 300px;
	height: 200px;
}
.popupSMS
{
	width: 500px;
	height: 200px;
}
.popup_Titlebar {
	background: url(../../Images/titlebar_bg.jpg);
	height: 29px;
}

.popup_Body
{
	padding:15px 15px 15px 15px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:15pt;
	clear:both;
	padding:20px;
}
.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.TitlebarRight 
{
	background:url(../Images/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}

