/* reset styles */
:link,:visited { text-decoration: none; color: #2C578F;}
ul,ol,li { list-style:none; }
ul.list, ul.list li {list-style: disc}
ul.list{margin:1em 1.2em;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
h1.big{font-size: 2em;}
*{ margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
body
{
	font-size: 80%;
	background-color: #FFF;
	color: #000;
	font-family: verdana, sans-serif;
}

p{
	padding:0.5em 0;
}

/* full height layout */
html, body, #page_container 
{
 width: 100%;
 height: 100%;
 overflow: hidden; 
}

.full_height_pane 
{
 height: 100%;
}

.scrollable
{
	overflow: auto;
}

/* clearing floats */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* headings */



/* tables */



/* forms */


input, textarea
{
	padding: 2px 0 2px 5px;
}

textarea
{
	height: 10em;	
}

input, textarea, select
{
	font-family: verdana,sans-serif;
	font-size: 1.1em;
	border: 1px solid #000;
	color: #6E8EB9;
}

fieldset
{
	border: none;
	padding: 10px;
}

.form_row
{
	clear: left;
	margin-bottom: 15px;

	/* 
	 * apply clearfix to form_rows 
	 * easier/less markup than manually adding the class to every row
	 */	
	display: inline-block;	
}

/* Holly Hack Targets IE Win only \*/
* html .form_row {height: 1%;}
.form_row {display: block;}
/* End Holly Hack */

span.mock_input
{
	display: block;
	padding: 10px;
	font-size: 0.8em;
	letter-spacing: 0.1em;	
}

label
{
	font-weight: bold;
}

.form_row label
{
	font-weight: normal;
	width: 150px;
	display: block;
	float: left;
	clear: left;
	margin-right: 10px;
}

option
{
	padding: 0 5px;
}

.form_row label.check_box,
.form_row label.inline
{
	float: none;
	clear: none;
	display: inline;
}

.form_row label.inline
{
	width: auto;
}

.form_row ul.check_boxes
{
	margin-left: 160px;
}

.form_row input
{
	width: 200px;
}

.form_row input.check_box, 
.form_row input.submit
{
	width: auto;
}
.form_row input.check_box
{
    border: 0px;
    border-style: none;
}
input.search
{
	background-image: url(/images/icons/search.png);
	background-position: center right;
	background-repeat: no-repeat;
}

div.submit
{
	padding-left: 160px;
}

.form_row p.label_description
{
	color: #55648B;
	font-size: 0.7em;
	font-style: normal;
	float: left;
	clear: left;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.form_row p.input_description
{
	color: #00A0C6;
	font-size: 0.7em;
	margin-left: 160px;
	margin-bottom: 5px;	
}

/* form errors */

.fieldWithErrors
{
	display: inline;
}

.fieldWithErrors input,
.fieldWithErrors textarea,
input.error,
textarea.error
{
	border: 1px solid #F00;
	color: #F00;
}

div.errorExplanation
{
	padding: 10px;
	margin-bottom: 15px;
	color: red;
}

div.errorExplanation h2
{

}

div.errorExplanation p
{
	margin-bottom: 5px;
}

div.error_message
{
    color: #000;
    background-color: #EF7777;
    padding: 0.2em;
}

.formError
{
	color: #F00;
}

/***** TAG CLOUDS *****/

.tag_cloud
{
	
}

.tag1 {font-size: 1.0em;}
.tag2 {font-size: 1.2em;}
.tag3 {font-size: 1.4em;}
.tag4 {font-size: 1.6em;}
.tag5 {font-size: 1.8em;}
.tag6 {font-size: 2.0em;}

.tag_cloud .selected
{
	background-color: #BFDBFF;
	color: #000;
}

.sub{
	font-size:80%;
}

.required{
	color:#800;
	font-size:80%;
}

/***** dojo styles *****/

/* Split Container */
body .dojoSplitContainerSizerH
{
	background-color: #A5A5A5;
	width: 2px;
	border: none;
}

body .dojoSplitContainerSizerV 
{
	background-color: #A5A5A5;
	height: 2px;
	border: none;
}

body .dojoSplitPane
{
	background-color: #FFF;
}
input.submit
{
    padding: 0.2em 0.5em 0.2em 0.5em;
    color: #000;
    border-style: outset;    
}