/*
Control Tower CMS

ADMIN AREA CSS

Color Refs:

Blue: #3C879C
Green: #40A696
Drk Grey: #4D4D4D
Lt Grey: #CCCCCC
*/

body
{
	margin: 0;
	padding: 0;
	color: #555;
	background: #EFEFEF;
}
h1 {
    border-bottom: #CACACA thin solid;
    
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
        min-height: 40px;
        background-color: #fafafa;
        background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
        background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
        background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
        background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
        background-repeat: repeat-x;
        border: 1px solid #d4d4d4;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
        margin-bottom: 25px;
}

.padded {
    padding: 0px 25px 25px 25px;
}
.subnav .navbar-inner {
    border-top:0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #eaeaea!important;

}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}
.colBlue{ color: #3C879C; }
.colGreen{ color: #40A696; }
#content
{

}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
   	font: bold 12px Arial, Helvetica, Sans-serif;
    	border: 1px solid #121314;
    	border-top: 1px solid #2b2e30;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	border-radius: 5px;
    	overflow: hidden;
	background: #5C9ACD;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.17, rgb(61,111,177)), color-stop(0.51, rgb(80,136,199)), color-stop(1, rgb(92,154,205)) );
	background: -moz-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
	background: -o-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
}

#mainmenu ul
{
        margin:0;
	padding:0;
	list-style:none;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset;
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
}
#mainmenu li ul {
        text-align: center;
        background:#3C4042;
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
        background-image: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
        background-image: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        left: -999em;
        margin: 24px 0 0;
        position: absolute;
        /*width: 160px;*/
        z-index: 9999;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
        border: 1px solid rgba(0, 0, 0, 0.5);
}

#mainmenu li ul a {
        float: left;
        color:#d4d4d4;
        text-decoration:none;
        background: #5C9ACD;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.17, rgb(61,111,177)), color-stop(0.51, rgb(80,136,199)), color-stop(1, rgb(92,154,205)) );
	background: -moz-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
	background: -o-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset;
        border-left: 1px solid rgba(255, 255, 255, 0.05);
        border-right: 1px solid rgba(0,0,0,0.2);
        text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}

#mainmenu ul li
{
        float:left;
}

#mainmenu ul li a
{
        float:left;
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
        
}
#mainmenu ul li.active a,
#mainmenu ul li a:hover,
#mainmenu ul li:hover > a {
	text-decoration:none;
    	color: #6399cd;
	background-color:#EFF4FA;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
	background: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
	background: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
    	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 -1px #000;
}

#mainmenu li ul a:hover, 
#mainmenu ul li li:hover > a  {
  	color: #fff;
	background: #5C9ACD;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.17, rgb(61,111,177)), color-stop(0.51, rgb(80,136,199)), color-stop(1, rgb(92,154,205)) );
	background: -moz-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
	background: -o-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset;
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        
        
}

#mainmenu li:hover ul {
    	left: auto;
}

#mainmenu li ul a {
    	background: none;
    	border: 0 none;
    	margin-right: 0;
    	width: 100px;
    	box-shadow: none;
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	border-bottom: 1px solid transparent;
    	border-top: 1px solid transparent;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset;
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
}

#mainmenu li li ul {
    	margin: -1px 0 0 160px;
    	-webkit-border-radius: 0 10px 10px 10px;
    	-moz-border-radius: 0 10px 10px 10px;
    	border-radius: 0 10px 10px 10px;
    	visibility:hidden;
        
}

#mainmenu li li:hover ul {
    	visibility:visible;
        
}




div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

	background: #EAEAEA;
        background-repeat: repeat-x;
        border: 1px solid #d4d4d4;
        border-right: 0px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border-top: 0px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
}

.portlet-decoration
{
	padding: 3px 8px;
	background: #EAEAEA;
        background-repeat: repeat-x;
}

.portlet-title
{
	font-size: 13px;
	font-weight: bold;
	padding: 13px;
	color: #666;
        border-bottom: 1px solid #CACACA;
}

.portlet-content
{
	font-size:0.9em;
	padding: 5px 8px;
	background:#EAEAEA;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{

}

.operations li a
{
	font: bold 12px Arial;
	color: #298dcd;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	/*color: #946694;*/
}

.operations li a:hover
{
    	color: #008844;
        display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
}

.ui-widget-header {background: url("bg.gif") repeat-x scroll left top white !important;}
.ui-widget-header .ui-state-default {background: none repeat scroll 0 0 #E5F1F4 !important;}
.ui-widget-header .ui-state-active {background: none repeat scroll 0 0 #ffffff !important; }

.grid-view h3 {float: left; margin-bottom: 0;}
.form .note pre {display: inline; font: inherit; margin: 0;}
.form .hint {overflow: auto;}
code {white-space: pre;}
.code {white-space: pre;}
.view-title {height: 2.3em;}
.view-title h1 {float: left; margin: 0 10px;}
.view-title ul {list-style-type: none; line-height: 2; margin:0;}
.view-title li {float: left; margin-right: 5px;}
.form legend {font-size: 1.4em; padding: 0 2px;}

.form .note span {color: #ff0000;}

.menu-sections {background-color: #EFF4FA; height:25px;}
.menu-sections ul {list-style-type: none; margin:0;padding-left:5px;padding-top:3px;}
.menu-sections ul li {float:left;}
.menu-sections ul li a {color:#6399CD;font-size:12px;font-weight:bold;text-decoration:none;padding:5px 8px;}
.menu-sections ul li a:hover, .menu-sections ul li.active a {color: #000000; background-color:#EFF4FA;}
.menu-sections .breadcrumbs {float:right;}

.config-error { color: #000000; float: right; font-weight: bold; padding: 5px 10px; }

.entity-details {overflow: auto;}
.entity-details pre {
    background: none repeat scroll 0 0 #FCFCFC;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    display: block;
    font-family: Menlo,Consolas,"Courier New",Courier,mono;
    font-size: 10pt;
    margin: 1em 0;
    padding: 1em;
}

#settings-form > fieldset > legend {
    line-height: 20px;
}

#settings-form  pre{
    margin: 5px 0px 5px 0px;
    display: block;
}

/*
Control Tower CMS

Color Refs:

Blue: #3C879C
Green: #40A696
Drk Grey: #4D4D4D
Lt Grey: #CCCCCC
*/