﻿@charset "UTF-8";
/* CSS Document */


body {
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif
}





/*HEADER*/

.head {
	max-width:900px;
	margin-left:auto !important;
	margin-right:auto !important;
	height:inherit !important;
zoom: 1; /* IE6&7 */
}
 
 @media screen and (max-width:768px){
	 .head {
	width:100%;
	margin-left:2px !important;
	margin-right:2px !important;
	height:inherit !important;
zoom: 1; /* IE6&7 */
}
	 
 }
 
 
 

.logo {
	float:left
}

.userwho {
	float:right;
	margin-top:15px;
	margin-bottom:15px;
	font-size:12px;
	color:#676767;
}

.userwholink {
	
}

.searchme {
	background-image:url(../images/icon_magnifying_glass_blue.gif);  
    background-repeat:no-repeat;
	background-position:right;
}


/*.HEADER*/









/*CONTAINER*/
   .container {
	  max-width:900px !important; 
   }

/*.CONTAINER*/


 
 
 
 


/*NAV*/

.navbar {
            background: rgba(4,34,66,1);
background: -moz-linear-gradient(top, rgba(4,34,66,1) 0%, rgba(39,55,102,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4,34,66,1)), color-stop(100%, rgba(39,55,102,1)));
background: -webkit-linear-gradient(top, rgba(4,34,66,1) 0%, rgba(39,55,102,1) 100%);
background: -o-linear-gradient(top, rgba(4,34,66,1) 0%, rgba(39,55,102,1) 100%);
background: -ms-linear-gradient(top, rgba(4,34,66,1) 0%, rgba(39,55,102,1) 100%);
background: linear-gradient(to bottom, rgba(4,34,66,1) 0%, rgba(39,55,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042242', endColorstr='#273766', GradientType=0 );
 
 border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 0px solid #000000;
margin-top:5px !important;
 }
 
a:link.mynav {
	 color:#ffffff !important;
     background-color: transparent !important;
 }
 
a:hover.mynav {
	 color:darkorange !important;
 } 
 
/*.NAV*/



/*WELCOME*/
.welcomeleft {
	font-weight:normal;
	font-size:19px !important;
	color:#047DE8 !important;
	padding-left:5px !important;
	float:left;
	margin-top:-5px;
}

.welcomeright {
	text-align:right;
	float:right;
	margin-top:-5px;
}

.welcomeyouare {
	font-size:14px;
	color:#000000;
	padding-right:5px !important;
}

.welcomedrop {
	font-size:14px;
}

/*.WELCOME*/



/*PANELS*/
.panel {
	border-radius: 20px 20px  0px 0px;
    -moz-border-radius: 20px 20px  0px 0px;
    -webkit-border-radius: 20px 20px  0px 0px;
    border: 1px solid #B6B6B6 !important;
	margin-top:20px !important;
}

.panel-heading {
	border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px  0px  0px;
    border: 0px solid #000000;
	background: rgba(237,237,237,1);
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
font-size:16px !important;
}

.numbers {
	font-size:11px;
	font-weight:bold;
}

.spannumbers {
	padding-right:5px !important;
}

.propertyhead {
	font-size:13px;
	color:#666;
	}

.blue {
	color:#0359C7;
}

.pad {
	font-size:11px;
	padding-right:20px !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.stackme li {
		display: inline-block !important;
		padding-right:7px !important;
	}
ul.stackme {
	width:100% !important;
}
	
@media screen and (max-width:768px){
	.stackme li {
		display: block !important;
	}
}

.bold {
	font-weight:bold;
}

.grant {
	color:#12C803;
	font-weight:bold; 
}
.access {
	background-color:#efefef;
	padding:2px !important;
	color:#12C803;
}

.revoke {
	color:#AD0002;
	font-weight:bold;
}

.dotted {
	border-bottom:1px dashed #999999;
}




/*.PANELS*/





.footer {font-size:11px !important;}
