﻿  
 
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, 
h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}   

fieldset, img {	border: 0; } 

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

q:before, q:after { content: ''; }

strong { font-weight: bold; }

em { font-style: italic; }

a img {	border: none; } /* Gets rid of IE's blue borders */

a { text-decoration: none; }

body { font-size: 1em; overflow:hidden; /* Prevents an IE bug where em's scale out of proportion */ }





/* ---------- CLEARFIX ---------- */
/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }





/* ---------- GENERAL ---------- */
.round {
	border-radius: 0.3125em; /* 5/16 */
	-moz-border-radius: 0.3125em; /* 5/16 */
	-webkit-border-radius: 0.3125em; /* 5/16 */
}

p {
	margin-bottom: 1.25em; /* 20/16 */
	color: #9498a1;
}

.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

.half-size-column {
	width: 48%;
}

div.stripe-separator {
	background: transparent url('../images/separator-bg.png') repeat-x left center;
	height: 0.562em; /* 9/16 */
	display: block;
	margin: 1.25em 0; /* 20/16 */
}

h1, h2, h3, h4, h5, h6 { margin-bottom: 0.625em; /* 10/16 */ }
 





/* ---------- TYPOGRAPHY ---------- 
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;*/
body, form 
{
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.125em; /* 18/16 */
}

/*form input, */
form p, .button, ul#nav li ul, ul#tabs, div.side-menu ul li a, .table,
.information-box, .confirmation-box, .error-box, .warning-box, ol, .regular-ul, 
.custom-ul, blockquote, cite { font-size: 0.75em; /* 12/16 */ }

div.content-module-heading span { font-size: 0.625em; /* 10/16 */ }

form p .txtbox, form p input[type="checkbox"], form p input[type="radio"] 
{ font-size: 1em; /* 12/12. I did 12 because they're contained within a P tag, that has font size of 12px*/ }

h1 { font-size: 1.125em; /* 18/16 */ }
h2 { font-size: 0.875em; /* 14/16 */ }
h3 { font-size: 0.75em; /* 12/16 */ }
h4 { font-size: 0.685em; /* 11/16 */ }
h5 { font-size: 0.625em; /* 10/16 */ }





/* ---------- COLORS ---------- */
a { color: #2069b4; }
	a:hover { color: #2a2e36; }

p a, p a:hover { border-bottom: 1px dotted; }

.blue {
	background-color: #2069b4;
	color: white;
}
	.blue:hover {
		background-color: #5081b3;
		color: white;
	}





/* ---------- WIDTHS ---------- */
/* Form Inputs Style */
.default-width-input {  width: 20.833em; /* Default Value. Equals 250px for the 12px font size */ }	

.full-width-input { width: 80%; }

/* Textarea Style */
.full-width-textarea {
	width: 95%;
	height: 12.5em; /* 150/12 */
}

/* Page Container Style */
.page-full-width { padding: 0 1.875em; /* 30/16 */ }

.page-limited {
	width: 60em; /* 960/16 */
	margin: 0 auto;
}





/* ---------- BUTTONS ---------- */ 

.button {
	padding: 0.833em; /* 10/12 */
	
	display: inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
}
.noborder
{ 
	border:none; 
}
.hand
{
    cursor:pointer; 
}

.dark {
	background-color: #3f4551;
	color: white;
}
	.dark:hover {
		background-color: #5d6677;
		color: white;
	}

.text-upper { text-transform: uppercase; }

.small-button { padding: 0.312em 1em; /* 5/16 16/16 */ }

.image-left {
	background-position: 0.833em center; /* 10/12 */
	padding-left: 3em; /* 36/12 */
}

.image-right {
	background-position: right center;
	padding-right: 3em; /* 36/12 */
}

.ic-left-arrow { background-image: url("../images/icons/ic_left.png"); }
.ic-right-arrow { background-image: url("../images/icons/ic_right.png"); }
.ic-print { background-image: url("../images/icons/ic_print.png"); }
.ic-cancel { background-image: url("../images/icons/ic_cancel.png"); }
.ic-delete { background-image: url("../images/icons/ic_delete.png"); }
.ic-add { background-image: url("../images/icons/ic_add.png"); }
.ic-download { background-image: url("../images/icons/ic_download.png"); }
.ic-edit { background-image: url("../images/icons/ic_edit.png"); }
.ic-favorite { background-image: url("../images/icons/ic_favorite.png"); }
.ic-lock { background-image: url("../images/icons/ic_lock.png"); }
.ic-power { background-image: url("../images/icons/ic_power.png"); }
.ic-refresh { background-image: url("../images/icons/ic_refresh.png"); }
.ic-settings { background-image: url("../images/icons/ic_settings.png"); }
.ic-upload { background-image: url("../images/icons/ic_upload.png"); }
.ic-search { background-image: url("../images/icons/ic_zoom.png"); }
.ic-key { background-image: url("../images/icons/key.png"); }
.ic-table-edit { background-image: url("../images/icons/table/actions-edit.png"); }
.ic-table-delete { background-image: url("../images/icons/table/actions-delete.png"); }





/* ---------- MENU BUTTONS ---------- */
.menu-email { background-image: url("../images/icons/menu/menu-email.png"); }
	.menu-email:hover { background-image: url("../images/icons/menu/menu-email-over.png"); }
	.menu-email-special {
		background-image: url("../images/icons/menu/menu-email-special.png");
		color: #7fcdff;
	}
	
.menu-settings { background-image: url("../images/icons/menu/menu-settings.png"); }
	.menu-settings:hover { background-image: url("../images/icons/menu/menu-settings-over.png"); }

.menu-logoff { background-image: url("../images/icons/menu/menu-logoff.png"); }
	.menu-logoff:hover { background-image: url("../images/icons/menu/menu-logoff-over.png"); }

.menu-user { background-image: url("../images/icons/menu/menu-user.png"); }





/* ---------- FORMS ---------- */

form label {
	display: block;
	text-transform: uppercase;
	color: #666;
	margin: 0 0 0.3125em 0;
}

form label.alt-label { text-transform: none; } 
.txtbox, textarea,textbox 
{
	border: 1px solid #d9dbdd;
	padding:0.425em; /* 16/16 10/16   1em 0.625em;*/
	outline: none; 
	padding-left:5px;
	padding-right:5px;
}

.textbox 
{padding:0.425em; /* 16/16 10/16   1em 0.625em;*/
    outline: none; 
	padding-left:5px;
	padding-right:5px;
}

form .dropdown
{
	height:25px;
	padding:2px;
}
	.txtbox:hover, textarea:hover,
	.txtbox:focus,  textarea:focus {
		border: 1px solid #bbbdbe;
	}
	
	
	
form input[type="checkbox"], form input[type="radio"] { margin-right: 0.833em; /* 10/12 */ }

form input[type="submit"] {
	border: none;
	cursor: pointer;
	padding: 0.833em; /* 10/12 */

	background-position: right center;
	padding-right: 3em; /* 36/12 */
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
}

form#search-form input {
	border: none;
	/* The inner text overflows on the BG image, so we're setting a right padding to stop that */
	padding-right: 3em; /* 36/12 */
}
	form#search-form input:focus {
		/* Same as .dark:hover */
		background-color: #5d6677;
		color: white;
	}

form p em {
	margin-top: 0.833em; /* 10/12 */
	display: block;
}

form p.form-error, form p.form-error label { color: #cf4425; }

form p.form-error em {
	background: transparent url('../images/icons/message-boxes/error.png') no-repeat left center;
	padding-left: 2em; /* 24/12 */
}

form input.error-input { border: 1px solid #ff876f; }
	form input.error-input:hover { border: 1px solid #b03e27; }

/* Styling the HTML5 placeholders */
/* So far they don't work in: IE, Opera 10 and below, Firefox 3.6 and below */
::-webkit-input-placeholder { color: #858d9c; }
:-moz-placeholder { color: #858d9c; }





/* ---------- CONTENT BOXES ----------
.success 
{
    background-color: #D1E8D2;
    background-image: url("../images/icons/message/success.png");
    border-color: #339933;
    color: #00632E;
}
.error 
{
    background-color: #FACFCF;
    background-image: url("../images/icons/message/error.png");
    border-color: #DC1C1C;
    color: #820101;
}
.warning 
{
    background-color: #FDEFBD;
    background-image: url("../images/icons/message/warning.png");
    border-color: #D4B64B;
    color: #675100;
}
.info 
{
    background-color: #D8E7FA;
    background-image: url("../images/icons/message/info-blue.png");
    border-color: #9DBFEA;
    color: #00357B;
}
.redinfo 
{
    background-color: #D8E7FA;
    background-image: url("../images/icons/message/info-red.png");
    border-color: #9DBFEA;
    color: #00357B;
}
.note 
{
    background-color: #F4F4F4;
    background-image: url("../images/icons/message/note.png");
    border-color: #BDBDBD;
    color: #4D4D4D;
}
.success,.error,.warning,.info,.note
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border: 1px solid; 
    margin: 10px 0px;
    padding: 10px 10px 10px 35px;
    
    text-align:left;
    clear: both;
    border-radius: 5px 5px 5px 5px; 
}
 */




/* ---------- MENU ---------- */
ul#nav {
	list-style-type: none;
}

	ul#nav > li {
		float: left;
		margin-right: 0.312em; /* 5/16 */
		position: relative;
	}
		ul#nav li:first-child { margin-left: 0; }
		ul#nav li:hover ul { left: 0; /* On hover, we make the submenu visible again */ }	
		/* Persistent hover state, exactly the same style as the inner anchor on hover (.dark:hover) */
		ul#nav li:hover a {
			background-color: #5d6677;
			color: white;
		}
		
	ul#nav li.v-sep {
		border-right: 1px solid #3f4551;
		margin-right: 0.625em; /* 10/16 */
		padding-right: 0.625em; /* 10/16 */
	}
	
	ul#nav li ul {
		list-style-type: none;
		position: absolute;
		z-index: 999;
		margin-top: -2px;
		left: -9999px;
	}
		ul#nav li ul li a {
			color: white;
			padding: 0.833em 0 0.833em 3em;
			border-top: 1px solid #6a7282;
			background: #5d6677 url('../images/menu-indicator.png') no-repeat right center;
			display: block;
			width: 100%;
			white-space: nowrap;
		}
			ul#nav li ul li:last-child a {
				border-bottom-right-radius: 0.3125em; /* 5/16 */
				border-bottom-left-radius: 0.3125em; /* 5/16 */
				-moz-border-bottom-right-radius: 0.3125em; /* 5/16 */
				-moz-border-bottom-left-radius: 0.3125em; /* 5/16 */
				-webkit-border-bottom-right-radius: 0.3125em; /* 5/16 */
				-webkit-border-bottom-left-radius: 0.3125em; /* 5/16 */
			}

			ul#nav li ul li a:hover { background-color: #7a8497; }
			




/* ---------- TOP + HEADER ---------- */
div#top-bar {
	background-color: #2a2e36;
	padding: 0.625em 0; /* 10/16 */
}

div#header { padding: 1.25em 0; /* 20/16 */ }

div#header-with-tabs { padding: 1.25em 0 0 0; /* 20/16 */ }

div#login-intro {
	background: transparent url('../images/login-icon.png') no-repeat left center;
	padding: 0.312em 0 0.312em 3.125em;
}
	div#login-intro h1 { text-transform: uppercase; margin: 0.312em 0 0 0; }
	div#login-intro h5 { color: #9498a1; }

a#company-branding img {  }	
a#company-branding-small img { height: 30px; }	





/* ---------- TABS ---------- */
ul#tabs { list-style-type: none; }

	ul#tabs li { float: left; }
	
		ul#tabs li a {
			border: 1px solid #eeefef;
			border-bottom: none;
			padding: 1.666em 0.833em; /* 20/12 10/12 */
			margin: 0 0.416em -1px 0;
			display: block;
			color: #9498a1;
		}
			ul#tabs li a:hover { color: #2a2e36; }

ul#tabs li a.dashboard-tab {
	background: transparent url('../images/tab-dashboard.png') no-repeat 0.833em center /* 10/12 */;
	padding-left: 3em; /* 36/12 */	
}

ul#tabs li a.active-tab, ul#tabs li a.active-tab:hover {
	background-color: #f8f9fa;
	font-weight: bold;
	color: #2a2e36;
}

  

/* ---------- CONTENT ---------- */
div#content {
	background: #f8f9fa url('../images/artwork-pattern.png') repeat-x left bottom;
	border: 1px solid #eeefef;
	padding: 1.875em 0; /* 30/16 */
	min-height:300px;
}

form#login-form {
	width: 18.75em; /* 300/16 */
	margin: 0 auto;
}

div.side-menu {
	background: #3f4551;
	border: 1px solid #eeefef;
	width: 15%;
	margin-bottom: 1em; /* 16/16 */
}

	div.side-menu h3 {
		text-transform: uppercase;
		font-weight: bold;
		margin:  1.25em; /* 15/12 */
		color: white;
	}
	
	div.side-menu ul { list-style-type: none; }
	
		div.side-menu ul li a {
			padding: 0.833em 1.25em; /* 10/12 15/12 */
			border-top: 1px solid #f8f9fa;
			display: block;
			background: white url('../images/menu-dark-indicator.png') no-repeat right center;
		}
			div.side-menu ul li a:hover {
				background-color: #f8f9fa;
			}

div.side-content { width: 83%; /* 100% - 15% for the side menu - 2% for the left margin */ }

div.content-module {
	background: white;
	margin-bottom: 1em; /* 16/16 */
	border: 1px solid #eeefef;
}

div.content-module-heading {
	background: #3f4551;
	cursor: pointer;
}

	div.content-module-heading h3 {
		text-transform: uppercase;
		color: white;
		font-weight: bold;
		margin: 1.25em; /* 15/12 */
	}
	
	div.content-module-heading span { 
		color: #969dac;
		text-transform: uppercase;
		margin: 1.5em; /* 15/10 */
	}

div.content-module-main { padding: 1em; /* 16/16 */ }





/* ---------- FOOTER ---------- */
div#footer {
	text-align: center;
	padding: 1.875em 0; /* 30/16 */
}
 
 
 
 /*start error container layer
*******************************/
#errorContent td
{
    text-align:left; 
    font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #961313; 
    line-height:15px;
    
}
#errorContent 
 {    
    z-index: 300; 
    font-size:13px;  
    
    font-family: Arial, Helvetica, sans-serif; font-size:12px; 
    padding:10px 10px 10px 35px;
    
    background-position: 10px 10px;
    background-repeat: no-repeat; 
    background-image: url("../images/icons/message/cross-circle.png"); 
    background-color: #FACFCF;
    
    border: 1px solid #961313; 
    border-top:none;
    border-bottom:none; 
    display:none;
    
    max-height:50%;
    overflow:auto;  
    
    -webkit-box-shadow: 0 0 6px #d88e90;
    -moz-box-shadow: 0 0 6px #d88e90;
    box-shadow: 0 0 6px #d88e90;
}   

#errorContainer
{
    left:20%; right:20%; bottom: 0; position:fixed;
    width:60%;  
    border-radius:5px 5px 0px 0px; 
    z-index: 900;
} 

.error { border:1px solid #bd4247; color: #bd4247;}
.error:focus 
{   
    border-color: #983538; 
    -webkit-box-shadow: 0 0 6px #d88e90;
    -moz-box-shadow: 0 0 6px #d88e90;
    box-shadow: 0 0 6px #d88e90;
    background-color:Yellow;
    color: #bd4247;
} 
.error:focus * 
{color: #bd4247;}


.cellid { width:15px;
	      height:15px;
          cursor:pointer;
          padding:2px; }

.cellid:hover
{ 
    background: #950707; 
	color:#fff;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px; 
	
     -webkit-box-shadow: 0 0 6px #d88e90;
    -moz-box-shadow: 0 0 6px #d88e90;
    box-shadow: 0 0 6px #d88e90;
}

.cellid:hover { background: #950707;}

/*end error container layer*/



/* start layerBox 
******************/
.layerBox 
{ 
 
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 11px #000000; 
    
    background:url(../images/layerBox-bg.png) repeat;
    
    position: fixed; 
    
    width:auto;
    height:auto;
    top: 12%; 
    padding:5px 5px 20px 20px; opacity:1;
}  
.layer-1{z-index: 350;}
.layer-2{z-index: 450;}
.layer-3{z-index: 550;}


.layerBoxbackground {background-color:#000000; filter: alpha(opacity=50); opacity: 0.4; width: 100%; height: 100%;
                     top: 0px; left: 0px; position: fixed; }
                     
.layerBg-1{z-index: 300;}
.layerBg-2{z-index: 400;}
.layerBg-3{z-index: 500;}  

              
.layerBoxTitle
{
    padding:15px 0 5px 0;
    font-size:16pt;
    font-weight:lighter;
    color:#00335e;
    width:100%;
    border-bottom : 1px solid #002c5f;
    margin-top:-5px;
}
.layerBoxContent
{
    padding:20px 20px 0px 0px;
    font-family: Arial, Helvetica, sans-serif; font-size:12px;
} 

.layercolse
{
    background-image:url('../images/icons/closeBox.png');
    width:16px;
    height:16px;
    cursor:pointer;
}
.layercolse:hover
{
    background-image:url('../images/icons/closeBox-hover.png');
}

/* end layerBox */ 

input,textarea,select { font:100% Arial, Helvetica, sans-serif; color:#696969; padding:0.300em; }  

input[type="text"].normal,input[type="text"].success,input[type="text"].error,input[type="text"].warning
{padding:0.300em; padding-left:5px;	padding-right:5px;outline: none; 
  
 }



input[type="text"].normal { color: #8a8a8a; border:1px solid #d9dbdd;}
input[type="text"].normal:focus 
{ 
    border-color: #bbbdbe;
    -webkit-box-shadow: 0 0 6px #99ca63;
    -moz-box-shadow: 0 0 6px #99ca63;
    box-shadow: 0 0 6px #99ca63;  
}

input[type="text"].success { color: #669533; border:1px solid #669533; }
input[type="text"].success:focus 
{ 
    border-color: #4c6f26;
    -webkit-box-shadow: 0 0 6px #99ca63;
    -moz-box-shadow: 0 0 6px #99ca63;
    box-shadow: 0 0 6px #99ca63;  
}

input[type="text"].error { color: #bd4247; border:1px solid #bd4247;}
input[type="text"].error:focus 
{ 
    border-color: #983538;
    -webkit-box-shadow: 0 0 6px #d88e90;
    -moz-box-shadow: 0 0 6px #d88e90;
    box-shadow: 0 0 6px #d88e90;
}