﻿body {
    font-family: Arial;
    font-size: small;
    color: #333333;
    margin: 0px;
    min-height: 100vh;
}

h1, h2 {
    margin: 0px;
}

input[type="submit"] {
    cursor: pointer;
}


#siteMap {
    text-align: left;
    height: 14px;
    font-size: xx-small;
}

#topContent {
    margin-left:300px;
    padding: 10px;
    height: 50px;
}

#leftContent {
    width: 230px;    
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 60px;
    margin-top: 10px;
    left: 0px;
}

#leftContent h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;
}

#mainContent {
    text-align: left;
    margin-left: 250px;
    padding: 10px;
}

#footerContent {
    text-align: center;
    padding: 5px;
}

.AppBody {

    background: rgb(2,0,36);
    background: linear-gradient(176deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    float: none;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 20px;
}

#dvPage {
     height: 1200px;
    width: 990px;
    position: relative;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;


    background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(233,233,206,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(233,233,206,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(233,233,206,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#66e9e9ce',GradientType=0 ); /* IE6-9 */

}

#dvPageWrapper 
{

}


#dvHeader
{
   float:none;
   background-image:url('../Images/Header_bak.jpg');
   width: 100%; 
   height: 42px;  
}

#dvLogo
{
   float:none;
   background-image:url('../Images/Logo.png');
   background-repeat:no-repeat;
   width: 100%;
   height: 37px;   

    
}


#dvMenu
{
   float:left;
   height:100%;
   width:140px; 
   margin:20px 0 0 15px;
   font-family: Arial;
   color: #012152;	
   text-decoration: none;
   vertical-align:middle;
}


#dvMenu p{
    color: #333333;
    float: right;
    font-size: 14px;
    margin: 3px 0 0;
    padding-left: 5px;
    width: 100px;
}

#dvMenu img{
   width:24px;
   height:24px;
}

#dvUserInfo
{
    color: #012152;
    display: block;
    float: right;
    font-family: Arial;
    height: 60px;
    margin: 0 -45px 45px;
    margin-right: -60px;
    position: absolute;
    right: 0;
    text-decoration: none;
    vertical-align: bottom;
    width: 310px;
     padding-top: 20px;
}


#dvUserInfo .info
{
   float:left;
   padding-left: 3%;
}

#dvUserInfo .photo
{
   float:left;
}

#dvUserInfo .commands{
float:left;
margin-top:-10px;
color: #333333 !important;
font-size: 10px;
}


#dvUserInfo img
{
    height:50px;
    width:40px;
}

#dvSiteName {
    color: #FFFFFF;
    float: none;
    font-family: Arial;
    font-size: 14px;
    line-height: 40px;
    margin-left: 220px;
    position: relative;
    text-align: left;
    width: 400px;
    cursor:pointer;

}

.NameSiteList:hover
{
   -webkit-box-shadow: 0 10px 2px -2px #fff;
   -moz-box-shadow: inset 10px 2px -2px #fff;
   box-shadow: 0 10px 2px -2px #fff;

   background-repeat:no-repeat;
   background-image:url('../Images/icons/arrow_down.png');
   background-position:right;	
}

.LoginBody {
    background: rgb(2,0,36);
    background: linear-gradient(176deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 52%, rgba(0,212,255,1) 100%);
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

#dvBody
{
   float:none;
   width: 990px;   
   position: relative;
   padding-bottom:20px;
   margin: 115px 0 0 0;
}

#dvContent
{
   float:left;
   width:600px;
   margin: 40px 0 0 0px;
}

#dvLoginBak {
    float:left;
    width:100%;
    height:100%;
    /*background: rgb(255, 255, 255) transparent; /* default fallback*/ 
    /*background: rgba(255, 255, 255, 0.4);*/ /* nice browsers */
}

#dvLoginUI 
{
   background-image:url('../Images/LoginUI.jpg');
   height:268px;
   width:310px; 
   margin: 15% 0 0 40%;
   position:relative;

}


#dvLoggedIn
{
   float:left;  
   position: relative;
   font-family: Arial;
   font-size:x-small;
   color:#333333;
   width:965px;
   text-align: Right;
   margin: 15px 0px 0 0;
   
}


.dgGrid
{	
	font-family: Arial, Verdana, Helvetica;
	font-size:	9pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	color: #333333;
	letter-spacing:	normal;
	text-transform:	none;
}

.dgGridRow td
{	
padding-left:5px;
}


.dgHeader
{	
	background:#ffffff;
	font-family: Arial, Verdana, Helvetica;
	font-size:	9pt;
	font-weight:	800;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	color: #333333;
	letter-spacing:	normal;
	text-transform:	none;
	}
  


#dvLogin
{
	float:left;
	padding-left: 10px;
	padding-top: 10px;
	margin: 5px 0 0 15px;
	width:385px;
	height:75px;
	border: solid 1px #CCCCCC;
}	

.SelectArrow
{
width:75px;
height:25px;
background-repeat:no-repeat;
background-image:url('../Images/select_arrow.jpg');
background-position:left;	
}


/******Login UI*******************************************************************/
.FrmLogin input[type="password"],.FrmLogin input[type="text"]  {
height: 28px;
width:150px;
font-size:16px;
border:none;
color:#333333;
}

.FrmLogin input[type="checkbox"] {
font-size:16px;
border:none;
color:#333333;
}

.LoginButton {
    width:300px;
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #6da4de), color-stop(100%, #1a3f7a) );
	background:-moz-linear-gradient( center top, #6da4de 5%, #1a3f7a 100% );
	background:-ms-linear-gradient( top, #6da4de 5%, #1a3f7a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da4de', endColorstr='#1a3f7a');
	background-color:#6da4de;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #456b91;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.LoginButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1a3f7a), color-stop(100%, #6da4de) );
	background:-moz-linear-gradient( center top, #1a3f7a 5%, #6da4de 100% );
	background:-ms-linear-gradient( top, #1a3f7a 5%, #6da4de 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3f7a', endColorstr='#6da4de');
	background-color:#1a3f7a;
}.LoginButton:active {
	position:relative;
	top:1px;
}

 
.LoginLink
{
   font-family: Arial;
    font-size:  85%;
    color: #012152;	
    text-decoration: none;
    vertical-align:middle;
}

.LoginMsg
{
   font-family: Arial;
    font-size:  85%;
    color: #ff0000;	
    text-decoration: none;
    vertical-align:middle;
}

.LoginChk
{
   font-family: Arial;
    font-size: 85%;
    color: #012152;	
    text-decoration: none;
    vertical-align:middle;
}

.LoginLink:hover
{
   font-family: Arial;
    font-size:  85%;
    color: #333333;	
    text-decoration: underline;
}



/******Main UI*******************************************************************/
.FrmMain input[type="text"],.FrmMain input[type="password"], .FrmMain select {
height: 25px;
width:150px;
font-size:15px;
border:none;
color:#333333;
padding-left:10px;
-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
    -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
    box-shadow: inset 2px 2px 2px 0px #dddddd;
padding-top: 4px;
}


.FrmMain select {
    height: 30px !important;
}

.FrmMain input[type="checkbox"] {
font-size:16px;
border:none;
color:#333333;
}


.Button {
    width:300px;
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #6da4de), color-stop(100%, #1a3f7a) );
	background:-moz-linear-gradient( center top, #6da4de 5%, #1a3f7a 100% );
	background:-ms-linear-gradient( top, #6da4de 5%, #1a3f7a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da4de', endColorstr='#1a3f7a');
	background-color:#6da4de;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #456b91;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.Button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1a3f7a), color-stop(100%, #6da4de) );
	background:-moz-linear-gradient( center top, #1a3f7a 5%, #6da4de 100% );
	background:-ms-linear-gradient( top, #1a3f7a 5%, #6da4de 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3f7a', endColorstr='#6da4de');
	background-color:#1a3f7a;
}.Button:active {
	position:relative;
	top:1px;
}


 
.Button_small {
   width: 75px;
font-size: 14px;
font-family: Arial;
font-weight: normal;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 4px;
border: 1px solid #337fed;
text-decoration: none;
background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #6da4de), color-stop(100%, #1a3f7a) );
background: -moz-linear-gradient( center top, #6da4de 5%, #1a3f7a 100% );
background: -ms-linear-gradient( top, #6da4de 5%, #1a3f7a 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da4de', endColorstr='#1a3f7a');
background-color: #6da4de;
color: #ffffff;
display: inline-block;
text-shadow: 1px 1px 0px #456b91;
-webkit-box-shadow: inset 1px 1px 0px 0px #97c4fe;
-moz-box-shadow: inset 1px 1px 0px 0px #97c4fe;
box-shadow: inset 1px 1px 0px 0px #97c4fe;
height: 25px;
text-align: center;
}.Button_small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1a3f7a), color-stop(100%, #6da4de) );
	background:-moz-linear-gradient( center top, #1a3f7a 5%, #6da4de 100% );
	background:-ms-linear-gradient( top, #1a3f7a 5%, #6da4de 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3f7a', endColorstr='#6da4de');
	background-color:#1a3f7a;
}.Button_small:active {
	position:relative;
	top:1px;
}

.dvButtons {
  margin-left: 300px;
    margin-top: 60px;
    position: absolute;
    width: 420px;
}

    .dvButtons.cmdButton {
    float:right !important;
    }

.dvButtons p{
    color: #333333;
    float: right;
    font-size: 14px;
    margin: 6px 0 0;
}


.dvUserButtons
{
    float: right;
    margin-left: 450px !important;
    margin-top: 2px !important;
    z-index: 1000;
}

.CmdButton {
float:right;
display:block;
padding-right:10px;
padding-top:10px;
}

.CmdButton:hover {
opacity: 0.5;
}
-->

.NotificationMsg {
color:#ff0000;
  float: none;
    margin: 4px 0 0;
    padding-bottom: 10px;
    padding-right: 10px;
     display: block;
}


.errorsummary {
background-color: #eee;
border: 1px solid red;
margin: 5px;
padding: 5px;
display:none;
color:#ff0000;
width: 95%;
}

.errorsummary li {
font-size:14px;
color:#333333;
}

.errorsummary li:hover {
color:#ff0000;
cursor:pointer;
}

/* Grid Style ***************************************************************************/
    
/***** Error UI **************/

#dvErrorUI
{
    background-color: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    height: 225px;
    margin: 15% 0 0 25%;
    width: 600px;
}

#dvErrorUI #image
{
    float: left;
    height: 100px;
    margin: 20px 0 0 25px;
    width: 100px;
}

#dvErrorUI #msg
{
    color: #FFFFFF;
    float: none;
    font-family: Arial;
    font-size: 15px;
    line-height: 30px;
    margin: 20px 0 0 150px;
    position: relative;
    text-align: left;
    width: 400px;
}

#dvErrorUI #button
{
    float: left;
    margin: 40px; 
}

#dvErrorUI #button input{
    width:300px;
    height:50px;
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #fff;
    background-color:#000;
    color:#fff;
}
#dvErrorUI #button input:hover
{
background-color:#333;
}


/*Ajax toolkit fix for input file conrol*/
.InputControl div
{
  
}

/*Site Menu List*/
#dvSiteMenu {
    color: #FFFFFF;
    float: none;
    left: 215px;
    position: absolute;
    width: 400px;
    z-index: 99999;
    margin-top: 6px;

    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

}




.SiteList {   
    list-style-type:none;  
    margin:0;  
    padding:0;  
    height:30px;  
    font-family:Arial;  
    font-size:0.9em;
}  
.SiteList li {  
    float:left;  
    line-height: 45px; 
    width:400px;
    height: 42px;
    border-top:solid 1px #fff;
}  
.SiteList li a {  
    display:block;  
    padding:0 20px;  
    color:#FFF;  
    text-decoration:none;  
}  
.SiteList li a:hover {  
    background-color:#666;  
    color:#fff;  
    text-decoration:none;  
}  


.sorting {
    cursor:pointer;
}

.lstFooter {
    margin-left: 120px;
    padding-top: 5px;
    display: block;
}


.caseStatus {
    font-weight: bold;
    color: #012152;
    border: solid 1px #ccc;
    padding: 5px 5px 5px 5px;
}


.btnUndoServe {
    float: right !important;
    color: #012152;
    font-size: 12px;
}

.btnUndoServe:hover {
    color: #0000FF;
}