/* Start of CMSMS style sheet 'intranet' */
html, * {
	margin: 0;
	padding: 0;
}

div#mainMenu {
	float: left;
	position: relative;
	left: 26px;
	margin: 0 4em 2em 0;
	padding: 10px;
	background: url('img/side_nav_bg.jpg');
	width: 197px;
	border: 2px solid white;
	border-top: none;
}

div#mainMenu ul {
	list-style-type:none;
}

div#mainMenu li {
	margin-bottom: 0.5em;
}

div#mainMenu p {
	margin-bottom: 2em;
	text-align: center;
	font-variant: small-caps;
	color: #FFF;
	font-size: 14pt;
}

div#feu_logout {
	float: right;
	border: 1px dotted #333;
	padding: 8px;
	background-color: #EEE;
	margin: 0 0 2em 3em;
}

div#wrapper {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
}

div#content {
	background-color: white;
	position: relative;
	top: -2px;
}

div#intranet_content {
	padding-top: 2em;
	min-height: 400px;
}

div#intranet_content p {
	margin: 0 1em 1em 1em;
}

div#login_form {
	padding: 4em;
}

div#login_form p, h2 {
	margin-bottom: 1em;
}

div#change_settings_form {
	clear: both;
	padding: 2em 2em 4em 2em;
}

div#change_settings_form_buttons {
	text-align: center;
	position: relative;
	left: 8em;
	top: 2em;
}

div#change_settings_form table {
	position: relative;
	left: 4em;
}

h2.page_title {
	padding: 2em 0 2em 4em;
}

div#error_console {
	margin-bottom: 2em;
	border: 2px solid #CCC;
	background-color: #EEE;
	padding: 1em 1em 1em 3em;
}

div#error_console li {
	position: relative;
	left: 2em;
}

.form_error {
	color: red;
}

#title_banner {
	position: relative;
	top: -2px;
}

table#footer {
	margin-top: -2px;
}

span#admin_title {
	font-size: normal;
	text-decoration: underline;
}

span#current_admin_page {
	font-size: normal;
	font-variant: normal;
	text-decoration: none;
}

ul#admin_menu_list {
	width: 49%;
	text-align: center;
	margin-left: 290px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	margin-top: -10px;
} 

li.admin_menu_item a {
	text-decoration: none;
	color: #0b3556;
	font-family: verdana, arial, Times;
	font-weight: inherit;
	font-size: 10pt;
	padding: 7px;
}

li.admin_menu_item {
	display: inline;
	list-style-type: none;
}

li.admin_menu_item a:hover {
	background-color: #EEE;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding-left: 6px;
	padding-right: 6px;
	color: black;
}

li.admin_menu_selected a {
	background-color: #DDD;
	font-weight: bold;
	color: black;
	border: 1px solid black;
}

li.admin_menu_selected a:hover {
	padding: 7px;
}

li.admin_menu_selected {
	font-weight: bold;
	color: black;
}

div#admin_content {
	margin-top: 2em;
}

div#admin_section_title {
	margin-left: 4em;
}

div#admin_section_title label {
	font-variant: small-caps;
	margin-right: 0.5em;
	font-size: larger;
}

.highlighted {
	color: red;
	font-weight: bold;
}

p#admin_action_content_title {
	font-size: larger;
}

form#admin_action {
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 290px;
}

div.admin_msg {
	margin-left: 310px;
	margin-bottom: 2em;
	font-size: 11pt;
	width: 38%;
	padding: 1em;
	border: 1px dotted black;
	background-color: #EEE;
}

div.admin_msg ul {
	margin-left: 2em;
}

#order_users_by {
	margin-left: 320px;
}

#homepage_content {
	margin-left: 290px
}

table#users_table {
	margin: 2em;
	border-bottom: 3px solid black;
	border-left: 3px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	width: 610px;
}


table#users_table th, table#users_table td {
	border-bottom: 2px solid black;
	padding:5px; 
}

table#users_table a {
	color: inherit;
	text-decoration: none;
}

table#users_table a:hover {
	text-decoration: underline;
}


table#lit_table {
	margin: 2em;
	border-bottom: 3px solid black;
	border-left: 3px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	width: 610px;
}


table#lit_table th, table#lit_table td {
	border-bottom: 2px solid black;
	padding:5px; 
}

table#lit_table a {
	color: inherit;
	text-decoration: none;
}

table#lit_table a:hover {
	text-decoration: underline;
}

table#display_table {
	margin: 2em;
	border-bottom: 3px solid black;
	border-left: 3px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	width: 600px;
}

table#display_table th, table#users_table td {
	border-bottom: 2px solid black;
	padding:5px; 
}

table#display_table a {
	color: inherit;
	text-decoration: none;
}

table#display_table a:hover {
	text-decoration: underline;
}

.hl_col {
	background-color: #EEE;
}

.hl_row {
	background-color: #DDD;
}

.hl_both {
	background-color: #CCC;
}

.hl_action {
	background-color: #DFD;
}

.hidden {
	visibility: hidden;
}

p#admin_header {
	position: relative;
	left: 2em;
	top: -1em;
}

form#page_num {
	float: right;
	margin: 2px 4em -15px 2px;
}

form#search_users {
	float: left;
	margin: 2px 2px -15px 4em;
}

form#page_num input, form#search_users input {
	margin: 3px;
}

/* Begin Order Literature (use of JFlow - JQuery plugin) */

#order_literature {
	width: 100%;
	padding: 2em;
	margin: 0px;
	margin-left: 233px;
	margin-top: -20px;
}

#order_literature_content {
	padding: 1em;
	border: 1px dotted #000;
	width: 69%;
}

#myController span{
	color:#000;
	background:#FFF;
	margin-right:10px;
	cursor:pointer;
	border: 1px dashed #000;
}

#myController span.jFlowSelected {
	background:#EEE;
	border: 1px solid #000;

	padding: 5px;
	margin-bottom: 1em;
	font-size: large;
}

.jFlowControl {
	padding: 5px;
	margin-bottom: 1em;
	font-size: large;
}

/* End Order Literature */

#ff_logo {
	float: left;
	margin-right: 10px;
}

#browser_disclaimer {
	padding-top: 10px;
	margin-left: 4em;
}

#fld_marketing {
	padding: 1em;
}

.marketing_group {
	margin: 4px;
	margin-left: 1em;
}

#tbl_add_marketing, #tbl_add_warranty_product {
	margin-left: 290px;
}

.gear_heading {
	font-size: larger;
	letter-spacing: 3px;
	border-bottom: 2px solid #DDD;
}

#sizes {
	margin-left: 4em;
}

#another_size {
	margin-left: 4em;
}

#colours{
	margin-left: 4em;
}

#another_colour {
	margin-left: 4em;
}

#gear_disclaimer {
	border: 1px solid #DDD;
	background-color: #EEE;
	padding: 1em;
	text-align: center;
}


/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    /* width: 580px;   */
    height:450px; 
} 
 
/* main vertical scroll */
#main {
	position:relative;
	overflow:hidden;
	height: 450px;
        /*   width:520px; */
}

/* root element for pages */
#pages {
	position:absolute;
	height:20000em;
}

/* single page */
.page {
	padding:10px;
	height: 450px;
	/* background:#222 url(http://static.flowplayer.org/img/global/gradient/h600.png) 0 0 repeat-x; */
	width:520px;
}

/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 490px; /* controls bleed */
	height: 450px;
}

/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.item {
	float:left;
	cursor:pointer;
	width:470px;
	height:450px;
	padding:10px;
}


/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/scrollable/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../img/scrollable/arrow/right.png);
	clear:right;	
}



/* main navigator */
#main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}

#main_navi li {
	background-color:#0b3556;
	border-top:1px solid #666;
	clear:both;
	color:#FFFFFF;
	font-size:12px;
        margin: 3px; // Between elements
	height:30px;
	list-style-type:none;
	padding:5px;
	width:55px;
	cursor:pointer;
        text-align:center;
        vertical-align:middle;
}

#main_navi li:hover {
	background-color:#2b3556;
}

#main_navi li.active {
	background-color:#4b3556;
}

#main_navi img {
	float:left;
	margin-right:10px;
}

#main_navi strong {
	display:block;
}

/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/img/icons/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

/* validation error message bar. positioned on the top edge */ 
#drawer { 
    overflow:visible; 
    position:fixed; 
    left:0; 
    top:0;
}
/* End of 'intranet' */

