﻿body
{
}

.headerbg
{
	background-color:#F0e6f0;
}

.bgStyle
{
	/*background-color:#d6ecf5;*/
    background-image:url("../Images/slider.jpg");
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    
      /*height: 30px;*/
}

.lab-color {
    /*color:#a7a3a3;*/
    /*width: 100%;*/
    /*font-size: 1.675rem;          
    color: #0981f9;
    font-weight: 600;
    cursor: auto;*/
    
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;

    text-align:right;margin-bottom:0;padding-top:7px
}

.ErrorMsg
{
    width:99%;
	/*border:Solid 1px Red;*/
	background-color:Pink;
	color:red;
}

.icon
{
	width:24px;
	height:24px;
}

input[type=text], input[type=password]
{
	border:Solid 1px Black;
	background-color:#F0e6f0;
}
input[type=text]:hover, input[type=password]:hover
{
	background-color:White;
}
.watermarked
{
	color:Gray;
	font-style:italic;
	font-size:small;
}

input[type=submit]
{
	/*Rounded Corners*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

	height: 32px;
}

input[type=submit]:hover
{     
  /*Gradient*/
  /*background-image: -webkit-linear-gradient(bottom, #6666c2, white);
  background-image: -moz-linear-gradient(bottom, #6666c2, white);
  background-image: -o-linear-gradient(bottom, #6666c2, white);
  background-image: -ms-linear-gradient(bottom, #6666c2, white);
  background-image: linear-gradient(bottom, #6666c2, white);*/
}


.LoginPanel
{
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.8);*/ 	
	/*width: 339px;
	height: 275px;*/
	/*background-image: url('/Images/psp_wallpaper02.jpg');*/
	/*background-repeat: no-repeat;*/
	/*background-color: #00CCFF;*/
	/*background-position:center;
    background-position-x:20px;*/
    padding-left:50px;
}

.ChkBoxList
{
	font-size:small;
	max-height:200px !important;
	width:100%;
	border:Solid 1px Gray;
}

ul#nav {
    display:block;
    float:left;
    font-family:Trebuchet MS,sans-serif;
    font-size:0;
    padding:5px 5px 5px 0;

    background: -moz-linear-gradient(#b280b2, #F0e6f0); /* FF 3.6+ */  
    background: -ms-linear-gradient(#b280b2, #F0e6f0); /* IE10 */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b280b2), color-stop(100%,#F0e6f0)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#b280b2, #F0e6f0); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#b280b2, #F0e6f0); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b280b2', endColorstr='#F0e6f0'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b280b2', endColorstr='#F0e6f0')"; /* IE8+ */  
    background: linear-gradient(#b280b2, #F0e6f0); /* the standard */ 
}
ul#nav,ul#nav ul {
    list-style:none;
    margin:0;
}
ul#nav,ul#nav .subs {
    background-color:#444;
    border:1px solid #454545;

    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
}
ul#nav .subs {
    background-color:#fff;
    border:2px solid #222;
    display:none;
    float:left;
    left:0;
    padding:0 6px 6px;
    position:absolute;
    top:100%;
    width:300px;

    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}
ul#nav li:hover>* {
    display:block;
}
ul#nav li:hover {
    position:relative;
}
ul#nav ul .subs {
    left:100%;
    position:absolute;
    top:0;
}
ul#nav ul {
    padding:0 5px 5px;
}
ul#nav .col {
    float:left;
    width:50%;
}
ul#nav li {
    display:block;
    float:left;
    font-size:0;
    white-space:nowrap;
}
ul#nav>li,ul#nav li {
    margin:0 0 0 5px;
}
ul#nav ul>li {
    margin:5px 0 0;
}
ul#nav a:active,ul#nav a:focus {
    outline-style:none;
}
ul#nav a {
    border-style:none;
    border-width:0;
    color:#181818;
    cursor:pointer;
    display:block;
    font-size:13px;
    font-weight:bold;
    padding:8px 10px;
    text-align:left;
    text-decoration:none;
    vertical-align:middle;
}
ul#nav ul li {
    float:none;
    margin:6px 0 0;
}
ul#nav ul a {
    background-color:#fff;
    border-color:#efefef;
    border-style:solid;
    border-width:0 0 1px;
    color:#000;
    font-size:11px;
    padding:4px;
    text-align:left;
    text-decoration:none;

    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
ul#nav li:hover>a {
    border-style:none;
    color:Black;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}
ul#nav img {
    border:none;
    margin-right:8px;
    vertical-align:middle;
}
ul#nav span {
    background-position:right center;
    background-repeat:no-repeat;
    display:block;
    overflow:visible;
    padding-right:0;
}
ul#nav ul span {
    background-image:url("../images/arrow.png");
    padding-right:20px;
}
ul#nav ul li:hover>a {
    border-color:#f2f2f7;
    border-style:solid;
    color:Black;
    font-size:11px;
    text-decoration:none;
}
ul#nav > li >a {
    background-color:transparent;
    height:20px;
    line-height:20px;

    border-radius:11px;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
}
ul#nav > li:hover > a {
    background-color:#f2f2f7;
    line-height:20px;
}



ul#sidenav {
    display:block;
    float:left;
    font-family:Trebuchet MS,sans-serif;
    font-size:0;
    padding:5px 5px 5px 0;

    background: -moz-linear-gradient(#b280b2, #F0e6f0); /* FF 3.6+ */  
    background: -ms-linear-gradient(#b280b2, #F0e6f0); /* IE10 */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b280b2), color-stop(100%,#F0e6f0)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#b280b2, #F0e6f0); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#b280b2, #F0e6f0); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b280b2', endColorstr='#F0e6f0'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b280b2', endColorstr='#F0e6f0')"; /* IE8+ */  
    background: linear-gradient(#b280b2, #F0e6f0); /* the standard */ 
}
ul#sidenav,ul#sidenav ul {
    list-style:none;
    margin:0;
}
ul#sidenav,ul#sidenav .subs {
    background-color:#444;
    border:1px solid #454545;

    border-radius:9px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
}
ul#sidenav .subs {
    background-color:#fff;
    border:2px solid #222;
    display:none;
    float:left;
    left:0;
    padding:0 6px 6px;
    position:absolute;
    top:100%;
    width:300px;

    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}
ul#sidenav li:hover>* {
    display:block;
}
ul#sidenav li:hover {
    position:relative;
}
ul#sidenav ul .subs {
    left:100%;
    position:absolute;
    top:0;
}
ul#sidenav ul {
    padding:0 5px 5px;
}
ul#sidenav .col {
    float:left;
    width:50%;
}
ul#sidenav li {
    display:block;
    float:left;
    font-size:0;
    white-space:nowrap;
}
ul#sidenav>li,ul#sidenav li {
    margin:0 0 0 5px;
}
ul#sidenav ul>li {
    margin:5px 0 0;
}
ul#sidenav a:active,ul#sidenav a:focus {
    outline-style:none;
}
ul#sidenav a {
    border-style:none;
    border-width:0;
    color:#181818;
    cursor:pointer;
    display:block;
    font-size:13px;
    font-weight:bold;
    padding:8px 10px;
    text-align:left;
    text-decoration:none;
    vertical-align:middle;
}
ul#sidenav ul li {
    float:none;
    margin:6px 0 0;
}
ul#sidenav ul a {
    background-color:#fff;
    border-color:#efefef;
    border-style:solid;
    border-width:0 0 1px;
    color:#000;
    font-size:11px;
    padding:4px;
    text-align:left;
    text-decoration:none;

    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
ul#sidenav li:hover>a {
    border-style:none;
    color:Black;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}
ul#sidenav img {
    border:none;
    margin-right:8px;
    vertical-align:middle;
}
ul#sidenav span {
    background-position:right center;
    background-repeat:no-repeat;
    display:block;
    overflow:visible;
    padding-right:0;
}
ul#sidenav ul span {
    background-image:url("../images/arrow.png");
    padding-right:20px;
}
ul#sidenav ul li:hover>a {
    border-color:#f2f2f7;
    border-style:solid;
    color:Black;
    font-size:11px;
    text-decoration:none;
}
ul#sidenav > li >a {
    background-color:transparent;
    height:20px;
    line-height:15px;

    border-radius:11px;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
}
ul#sidenav > li:hover > a {
    background-color:#f2f2f7;
    line-height:15px;
}

.selected
{
	background-color:#313638;
    line-height:20px;
}

.Success
{
	width:99%;
	border:Solid 1px #006400;
	background-color:#b2d0b2;
	color:#006400;
}

.Error
{
	width:99%;
	border:Solid 1px Red;
	background-color:Pink;
	color:Red;
}
.Info
{
	width:99%;
	border:Solid 1px LightBlue;
	background-color:AliceBlue;
	color:Navy;
}



.tablestyle 
{
    font-family: arial;
    font-size: small;
    border: solid 1px #7f7f7f;
}

.altrowstyle 
{
    background-color:Gray;
}

.headerstyle th 
{
    background-image: url(img/sprite.png) repeat-x 0px 0px;
    background-color:#C0C0C0;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
    height:20px;
}  

.headerstyle th a
{
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: #000;
    display: block;
    padding-right: 10px;
}    

.rowstyle .sortaltrow, .altrowstyle .sortaltrow 
{
    background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow 
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td 
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

.headerstyle .sortascheader 
{
    background: url(img/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortascheader a 
{
    background: url(img/dt-arrow-up.png) no-repeat right 50%;
} 

.headerstyle .sortdescheader 
{
    background: url(img/sprite.png) repeat-x 0px -100px;
}   

.headerstyle .sortdescheader a 
{
    background: url(img/dt-arrow-dn.png) no-repeat right 50%;
}


.modalBackground
{
	background-color: #CCCCCC;
	filter: alpha(opacity=70);
	opacity: 0.90;
	visibility: visible;
}


/*** Footer ***/

#footer
{
	/*background: #8b8b8b url(../img/footerbg.jpg) top left repeat-x;*/
	clear: both;
	color: #FFFFFF;
	font-size: 0.9em;
	font-family: Verdana;
	font-size: small;
	font-style: italic;
	font-weight: bold; /***margin: 0;***/ /*padding: 5px 0;*/
    padding-top:15px;
	text-align: center;
	width: 98%;
	background-color: #006699;
	position: absolute;
	z-index: auto;
	/*top: auto;
	bottom: auto;
	right: auto;
	left: auto;*/
    align-self:center;
    align-items:center;
	cursor: auto;
}

#footer a
{
	color: #333333;
	font-weight: bold;
}


/*Ajax watermark css */
 
 .watermarked
{
	color: #000099;
	height: 20px;
	font-size: 0.9em;
	font-weight: lighter;
	padding: 4px 2px 2px 4px;
	z-index: 2000 !important;
}
 
.ie .watermarked
{
    color:#4892B8;
    height:20px;
    font-size:1.0em;
    font-weight:lighter;
    padding:4px 2px 2px 4px;
    z-index:2000 !important;
}
 
input.watermarked {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #4892B8;
    -webkit-box-shadow: 2px 2px 3px #4892B8;
    box-shadow: 2px 2px 3px #4892B8;
    font-size: 0.9em;
    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
}
 
input.watermarked:focus {
    border-color: #4892B8;
}


/** accordion**/

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;/*
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #0099CC;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
	text-align: left;
}
.accordionContent
{
	background-color: #669999;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px; /*
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}
.accordionLink
{
    color: White;
}

.modalPopupconfirmation
{
background-color: #696969;
filter: alpha(opacity=40);
opacity: 0.7;
xindex:-1;
}