/* 
	Title:	BlueArc Group screen styles
	Author: chris.pearce@bluearcgroup.com
*/

@import 'layout.css';
@import 'forms.css';
@import 'nav.css';
@import 'components.css';

/****************************************************************************************	
	[COMMON RULES]	for entire site + specifics for content area
*****************************************************************************************/

/* Eric Meyer's Reset Rules */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* Back to my CSS */
body {
	color: #353535;
	background-color: #fff;
	margin-bottom: 30px;
	font: 0.75em/1.4 Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #f47b20;
	text-decoration: none;
}
a:hover, a:focus {text-decoration: underline;}
ul, ol {list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0.4em;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
dfn {font-weight: bold;}
del {color: #666;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
blockquote {
	font-style: normal;
	color: #666;
	padding-left: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font: bold 1.90em/1.3 "Univers", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #43677d;
	margin-bottom: 0.60em;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 0.30em;
	font-size: 1.40em;
	color: #47677e;
}
h3, h4, h5, h6 {
	font-size: 1.30em;
	color: #8C8C8C;
}
h4, h5, h6, .alt-hdr {
	font-size: 1.35em;
	margin-bottom: 0.80em;
}
h6 {
	font-size: 100%;
	color: #353535;
}

/* [CONTENT AREA]
-------------------------------------------------------*/
/* Set font size to 11px */
#main-content, #TB_ajaxContent, #footer {font-size: 0.95em;}
/* Spacing */
#main-content p, #TB_ajaxContent p, #main-content ul, #TB_ajaxContent ul,
#main-content ol, #TB_ajaxContent ol, #main-content table, #TB_ajaxContent table {margin-bottom: 1.5em;}
#main-content table table, #TB_ajaxContent table table {margin-bottom: 0;}
/* Lists */
#main-content ul li,
#TB_ajaxContent ul li {
	background: url("../images/template/black-dot.gif") no-repeat 2px 6px;
	padding-left: 14px;
}
#main-content ol,
#TB_ajaxContent ol {
	list-style: decimal;
	margin-left: 24px;
}
	#main-content ul ul, #TB_ajaxContent ul ul {
		margin: 0.4em 0;
		padding-left: 14px;
	}
	    #main-content ul ul li, #TB_ajaxContent ul ul li {background-image: url("../images/template/black-dash.gif");}
	#main-content ol ol, #TB_ajaxContent ol ol {
		margin: 0.4em 0 0.4em 24px;
		list-style: lower-alpha;
	}
		#main-content ol ol ol {list-style: lower-roman;}
/* Adjecent Selectors */
#main-content p + ul,
#TB_ajaxContent p + ul {margin-top: -1.2em;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide {
	position: absolute;
	left: -99999px;
}
.hide-fully {display: none;}
	
/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after,
#main-content #sidebar div.ui-tabs-panel div.tab-panel:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}
.clearfix {display: inline-block;}    
/* Hides from IE-mac \*/  
* html .clearfix {height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */

/* [HIGHLIGHT BOX]
-------------------------------------------------------*/
#main-content #page-copy div.highlight {
	background: url("../images/highlight.gif") no-repeat 0 100%;
	width: 612px;
	margin-bottom: 1.5em;
}
	#main-content #page-copy div.highlight div {
		padding: 20px 20px 4px 20px;
		background: url("../images/highlight-top.gif") no-repeat 0 0;
	}

/* [ERROR MSG]
-------------------------------------------------------*/
#main-content p.error {
	color: #D12F19;
	background: url("../images/icons/error2.gif") no-repeat 0 40%;
	padding-left: 20px; 
}

/* [MISC]
-------------------------------------------------------*/
#main-content ul.nostyle li {
	background: none;
	padding: 0;
}
#main-content p.top-margin {margin-top: 1em;}
div.clear {
	background: yellow; 
	clear: both; 
	width: 617px; 
	height: 10px;
}
