﻿body {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	background-image: url("images/bg.png");
	background-repeat: repeat-x;
	background-color: #e4ebf2;
}

#container 
{
    width: 960px;
    margin: 20px auto;
    background-color: #fff;
}

#header 
{
	width: 100%;
	background-color: #145797;
	clear: both;
	position: relative;
}

.cornerLeft 
{
    position: absolute;
    top: 0;
    left: 0;
}

.cornerRight
{
    position: absolute;
    top: 0;
    right: 0;
}


#logo 
{   float: left;
    padding: 10px 0 5px 20px;
}

#login_status
{
    padding: 50px 20px 0 0;
	float: right;
	color: #fff;
	font-size: 12px;
}

#login_status a
{
	color: #8eadd8;
}

#login_status a:hover
{
	color: #fff;
}

#login_status span
{
	color: #8eadd8;
}




#region-add 
{   
    float: left;
    text-align: center;
    background-color: #c7d5fc;
    width: 220px;
    margin-right: 20px;
}

#region-add select
{
    margin-right: 10px;
    width: 120px;
}

#region-add span 
{
    margin: 0 auto 5px auto;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #039;
    
}








#filters 
{   
    float: left;
    text-align: center;
    background-color: #c7d5fc;
    width: 730px;
}

#filters select
{
    margin-right: 10px;
    width: 120px;
}

#filters span 
{
    margin: 0 auto 5px auto;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #039;
    
}


#grouping 
{   
    float: right;
    text-align: center;
    background-color: #c7d5fc;
    width: 150px;
}

#grouping select
{
    margin-right: 10px;
    width: 120px;
}

#grouping span 
{
    margin: 0 auto 5px auto;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #039;
    
}

#filters-small
{   
    float: left;
    text-align: center;
    background-color: #c7d5fc;
    width: 170px;
}

#filters-small select
{
    margin-right: 10px;
    width: 120px;
}

#filters-small span 
{
    margin: 0 auto 5px auto;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #039;
    
}








.t {background: url("images/dot.gif") 0 0 repeat-x;}
.b {background: url("images/dot.gif") 0 100% repeat-x}
.l {background: url("images/dot.gif") 0 0 repeat-y}
.r {background: url("images/dot.gif") 100% 0 repeat-y}
.bl {background: url("images/bl.gif") 0 100% no-repeat}
.br {background: url("images/br.gif") 100% 100% no-repeat}
.tl {background: url("images/tl.gif") 0 0 no-repeat}
.tr {background: url("images/tr.gif") 100% 0 no-repeat; padding:6px 15px 15px 15px}






#tabs 
{
    font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 100%;
	background-color: #145797;
	line-height: normal;
}

#tabs ul {
	margin: 0;
	padding: 10px 10px 0 20px;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:10px 20px 8px 10px;
	color:#fff;
}

#tabs a span {
	float:none;
}

#tabs a:hover span {
	color:#145797;
}

#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}

#content
{
    padding: 20px 30px 30px 30px;
}



#content table.asset-desc
{
	font-family: Arial;
	font-size: 12px;
	width: 400px;
	text-align: left;
	margin: 20px 0 20px 0;
}

#content table.data .priority
{
    font-size: 11px;
    margin-bottom: 4px;
    width: 65px;
}

#content table.data
{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	text-align: left;
	margin: 5px 0 20px 0;
}

#content table.fault-desc
{
    float: left;
	font-family: Arial;
	font-size: 12px;
	width: 420px;
	text-align: left;
	margin: 5px 0 20px 0;
	
}

#ticket 
{
    margin-left: 40px;
    float: left;
    width: 420px;
}

#ticket textarea
{
    height: 240px;
    width: 420px;
}

#ticket select
{
    margin-bottom: 20px;
}

#ticket input
{
    margin-top: 10px;
    padding: 3px 15px 3px 15px;

}




#content table.data title
{
    text-align: center;
    display: block;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #6288bd;
    width: 920px;
}

#content table.data th
{   
    text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	background: #c7d5fc;
	border-bottom: 1px solid #fff;
	color: #039;
	vertical-align: middle;
}
#content table.data td, #content table.fault-desc td, #content table.asset-desc td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	vertical-align: middle;
}

#content table.asset-desc td
{
    width: 50%;
}

#content table.data tr:hover td, #content table.fault-desc tr:hover td, #content table.asset-desc tr:hover td
{
	background: #d0dafd;
	color: #339;
}


#content table.fault-desc td.fault-header, #content table.asset-desc td.asset-header 
{
    font-weight: bold;
    background-color: #d0dafd;
}


#content table.data td.Rank5 
{
    width: 10px;
    background-color: #c43135;
}

#content table.data td.Rank4 
{
    width: 10px;
    background-color: #ff9a4d;
}

#content table.data td.Rank3 
{
    width: 10px;
    background-color: #ebf202;
}



#content table.data a 
{
    color: #56689c;
}

#content table.data a:hover 
{
    color: #039;
}



#content #assign-groups 
{
    margin: 0 auto;
    width: 350px;
    background-color: #c7d5fc;
    color: #039;
    font-size: 12px;
}

#content #assign-groups table
{
    padding: 10px;
}

#content #assign-groups td
{
    padding: 5px;
    font-weight: bold;
}

#content #assign-groups span
{   
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0 5px 0;
}

#content #assign-groups a
{
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 2px 0;
    color: #039;
}




#content h2 
{
    font-size:16px;
    color: #039;
    font-weight: bold;
    padding-top: 15px;
}



#content table.data td.descText 
{
    width: 150px;
    line-height: 1.1em;
}




#content table.data a.descBtn 
{
    display: block;
    width: 60px;
    margin-top: 3px;
    padding: 4px;
    background-color: #c7d5fc;
    color: #145797;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #145797;
}

#content table.data a:hover.descBtn 
{
    background-color: #145797;
    color: #fff;
 
}




#content a.add-user 
{
    display: block;
    width: 150px;
    margin: 5px 0 10px 0;
    padding: 8px;
    background-color: #c7d5fc;
    color: #145797;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid #145797;
}

#content a:hover.add-user
{
    background-color: #145797;
    color: #fff;
}






#content table.data tr.GridPager {
    background-color: #fff;
}

#content table.data tr.GridPager td {
    border: 0;
    background-color: #fff;
}

#content table.data tr.GridPager span{
    border: 1px solid #ccc;
    display: block;
    padding: 5px;
    background-color: #bbb;
    color: #fff;
}

#content table.data tr.GridPager a {
    border: 1px solid #ccc;
    display: block;
    padding: 5px;
    background-color: #eee;
    text-decoration: none;
    color: #000;
}

#content table.data tr.GridPager a:hover {
    background-color: #bbb;
    color: #fff;
}




.popupControl {
	background-color: #fff;
	position:absolute;
	visibility:hidden;
	border: solid 1px black;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	visibility:hidden;
}

#login-container 
{
    margin: 40px auto 60px auto; 
    width: 320px;
	background-color: #eee;
	border: 1px solid #bbb;
}


#login
{   
    padding: 10px 20px 20px 20px;
}    

#login table#loginDefault table{
	font-size: 13px;
}

#login table#loginDefault table td {
	text-align: right;
	padding: 5px;
}

#login table#loginDefault table p {
	background-color: #ddd;
	line-height: 14px;
	color: #555;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 10px;
	border: 1px solid #bbb;
}

#login table#loginDefault table h1 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #333;
	background-color: #eee;
	border: 0;
	padding: 0;
	margin: 0;
}

#login table#loginDefault #loginDefault_Password, #login table#loginDefault #loginDefault_UserName
{
    width: 150px;
}




#edit-user 
{
    margin: 15px 0 10px 0;
    background-color: #c7d5fc;
}
#profile-info 
{   
    float: left;
    width: 420px;
    background-color: #c7d5fc;
    color: #039;
    font-size: 12px;
}

#profile-info table table
{
   width: 260px;
}

#profile-info table table td
{
    padding: 5px;
    font-weight: bold;
}


#profile-edit
{
    float: right;
    width: 420px;
    background-color: #c7d5fc;
}

#profile-edit table
{
    width: 370px;
}

#profile-edit input
{
    width: 180px;
}


#profile-edit td
{
   padding: 5px 0 5px 0;
   font-weight: bold;
   color: #039;
   font-size: 12px;
}



table#leftUser, table#rightUser 
{
    font-size: 12px;
    width: 415px;
    display: inline;
    margin: 20px 0 10px 20px;
    float: left;
    color: #039;
}

table#leftUser td, table#rightUser td
{
   padding: 7px 15px 7px 0;
   font-weight: bold;
   
}


table#leftUser input, table#rightUser input
{
    width: 230px;
}

table#leftUser select, table#rightUser select
{
    width: 234px;
}



td#user-type table
{
    width: 150px;
    
}


td#user-type input 
{
    width: 20px;
    
}