/****************************************/
/************ HTML ELEMENTS *************/
/****************************************/
/*========== RESET ===========*/
@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body{
	/*font-family: "museo-slab", Arial, Helvetica, sans-serif;*/
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	background-color: #F2F4EA;
	padding: 0px;
	margin: 0px;
}
div.main_container{
	width: 950px;
	margin: auto;
}
header.body{
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	font-size: 28px;
	margin-bottom: 40px;
}
header.body a{
	display: block;
	height: 50px;
    margin: auto;
    padding-top: 20px;
    padding-left: 200px;
    width: 750px;
	background: url('http://www.projectmiso.net/assets/images/logo_lg6a.gif') no-repeat 0 0 transparent;
	text-align: right;
	text-decoration: none;
}
p{
	display: block;
	margin-bottom: 20px;
}
ul.list, ol{
	margin-left: 30px;
	margin-bottom: 20px;
}
ul li{
	margin-left: 30px;
	list-style: none;
}
ol li{
	margin-left: 30px;
}
ul.list li{
	list-style: square;
}
pre.example_code {
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    font-family: courier new;
    font-size: 80%;
    padding: 10px;
    text-indent:0px;
    margin: 20px 0;
}

a:active, a:visited, a:link{
	color: #333;
	font-weight: normal;
}
a:hover{
	text-decoration: none;
}
mark{
	background: lightblue;
}
blockquote{
	margin: 5px 0 5px 40px;
}
/* form stuff */
form.example{
    background-color: lightyellow;
    border: 1px solid #D4D4D4;
    padding: 10px;
    text-indent:0px;
    margin: 20px 0;
}
form label{
	display: block;
	color: #666;
	margin-bottom: 10px;
	font-size: 13px;
}
form label.checkbox{
	display: inline-block;
	clear: both;
}
form label.text,
form label.textarea
{
	clear: both;
	float: none;
}
form label.text > span:first-child,
form label.textarea > span:first-child
{
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	width: 110px;
}
form label.text > span:first-child.left,
form label.textarea > span:first-child.left
{
}
form label.text > span:first-child.top,
form label.textarea > span:first-child.top
{
	display: block;
	width: auto;
}
form label.column{
	width: 49%;
	float: left;
	clear: none;
}
form label.column.clear_left{
	clear: left;
}
form label.column > span:first-child{
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	width: 100px;
}
form label.textarea > span:first-child{
	vertical-align: top;
}
form label.text > span.top,
form label.column > span.top{
	width: auto;
}
form label > span.required{}
form label > span.value{
	color: #333;
}
span.header.instructions,
form span.header.instructions,
form p.header.instructions
{
	display: block;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #666;
}
form label span.instructions{
	font-size: 11px;
	color: #999;
	display: block;
	margin-left: 115px;
}
form label.required > span:first-child.error,
form label > span:first-child.error,
form label.error > span:first-child,
form label > span.error, 
span.error, 
form label.checkbox.error > span:first-child, 
span.error, div.error {
	color: #660000;
}
form label.remember_me > span{
	font-size: 12px;
}
form label.info_panel{
	display: inline-block;
	padding-right: 20px;
	border-right: 1px dotted #555;
	margin-right: 15px;
}
form label.info_panel.last{
	padding-right: 0px;
	border-right: 0px dotted #555;
	margin-right: 0px;
}
input[type=text],
input[type=password],
textarea, select
{
	font-family: CandaraRegular, Arial;
	font-size: 13px;
	border: 0px none;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 7px;
	background: #fff url(/images/forms/text_input_bg.png) no-repeat 0px 0px;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
input[type=text].textbox,
input[type=password].textbox{
	width: 260px;
}

form input.city, form select.city{ width: 200px; }
form input.state{ width: 25px; }
form input.zip{ width: 75px; }
form input.price{ 
	width: 100px; 
	padding-left: 20px;
}
form input.percent{ 
	width: 100px; 
	padding-left: 20px;
}
select{
	padding-top: 6px;
	padding-bottom: 4px;
	margin-bottom: 2px;
}
select option{
	padding: 2px 10px 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 13px;
	background: #fff;
}
input[type=text].home_login,
input[type=password].home_login{
	width: 243px;
}

input[type=text].error,
input[type=password].error,
textarea.error,
select.error
{
	border-right: 1px solid #F7EDE8;
	border-bottom: 1px solid #F7EDE8;
}
form input.price.error{ }
form input.percent.error{ }
form label.checkbox.error{
	background-color: #FFF9F9;
}

div.form_buttons{
	min-height: 40px;
	clear: both;
}
div.form_buttons span.button_wrapper{
	display: inline-block;
	height: 34px;
	padding-left: 3px;
	background: transparent url(/images/home/button_main.png) no-repeat 0 -44px;
}
div.form_buttons button{
	height: 34px;
	border: 0px none;
	background: transparent url(/images/home/button_main.png) no-repeat 100% 0;
	color: #D0D7B0;
	font-family: 'NovecentowideLight', Arial;
	font-size: 16px;
	cursor: pointer;
}
div.form_buttons button:hover{
	color: #F5FFD5;
}
div.form_buttons button span{
	display: inline-block;
	text-transform: uppercase;
	white-space:nowrap;
	padding: 7px;
	padding-left: 12px;
	padding-right: 15px;
}
div.form_buttons a.cancel,
div.form_buttons a.clear
{
	margin-left: 10px;
}
div.form_buttons .loader{
	margin: auto;
	text-align: left;
}
div.form_buttons .loader.loading{
	padding-top: 22px;
	text-align: center;
	background: transparent url(/images/loading.gif) no-repeat 50% 0px;
}
div.form_buttons .loader.loading.green{
	background: transparent url(/images/loading_green.gif) no-repeat 50% 0px;
}
div.form_buttons .loader.success{
	color: #669900;
	font-weight: bold;
}
div.form_buttons .loader.error{
	color: #660000;
}

form label div.validator{}
form label div.validator.required{}
form label div.validator.required_success{}
form label div.validator.error{}
form label div.validator.success{}


div.column{
	float: left;
	width: 49%;
}


/* Link and Link Buttons */

/*TODO - All of hte link butons are to be removed */
a.link_button{
	display: inline-block;
	white-space:nowrap;
	border-radius: 4px;
	padding: 5px 10px 6px;
	text-decoration: none;
}
a.link_button.type_1{
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#004B97), to(#003366));
	background: -moz-linear-gradient(top,  #004B97,  #003366);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004B97', endColorstr='#003366');
}
a.link_button.type_1:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#005BB7), to(#004B97));
	background: -moz-linear-gradient(top,  #005BB7,  #004B97);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005BB7', endColorstr='#004B97');
}

a.link_button.type_2{
	color: #555;
	background: -webkit-gradient(linear, left top, left bottom, from(#5b5b5b), to(#666));
	background: -moz-linear-gradient(top,  #5b5b5b,  #666);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b', endColorstr='#666');
}
a.link_button.type_2:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#999));
	background: -moz-linear-gradient(top,  #666,  #999);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#999');
}

a.link_button.type_3{
	color: #555;
	background: -webkit-gradient(linear, left top, left bottom, from(#411114), to(#660000));
	background: -moz-linear-gradient(top,  #411114,  #660000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#411114', endColorstr='#660000');
}
a.link_button.type_3:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#BF0000));
	background: -moz-linear-gradient(top,  #660000,  #BF0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#660000', endColorstr='#BF0000');
}



/* Various Message displau - especially from AJAX results */
.msg{
	padding: 10px;
	border: 0px solid #333;
	border-radius: 4px;
}
.msg.success{
	border-color: #F0FFCC;
    box-shadow: 0 0 3px 1px #CCCCCC;
	color: #669900;
	background-color: #FBFFF2;
}
.msg.error{
	border-color: #F7EDE8;
    box-shadow: 0 0 3px 1px #CCCCCC;
	color: #660000;
	background-color: #FFF9F9;
}
.msg.notice{
	border-color: #DFF3FF;
    box-shadow: 0 0 3px 1px #CCCCCC;
	color: #0B3E6F;
	background-color: #F2FAFF;
}
span.success{
	color: #669900;
}
span.pending{
	color: #ff9900;
}



/******************************************/
/**********    The NOTIFIER		********/
/******************************************/

#pop-notifier{
	position: fixed; 
	top: -200px; 
	left: 10px; 
	border-radius: 3px; 
	padding: 10px; 
	max-width: 300px;
	min-width: 200px;
	background-color: #0066ff;
	z-index: 10000;
}
#pop-notifier.success{
	background-color: #505374;
}
#pop-notifier.error{
	background-color: #660000;
	/*text-shadow: 0 0 1px #CC0000;*/
}
#pop-notifier .body{
	color: #fff;
	font-size: 12px;
}
#pop-notifier .body h4{
	font-family: CandaraRegular, Arial;
	color: #fff;
	font-weight: normal;
}



/*======================================================*/
/*============ jQUERY UI DIALOG ========================*/
/*======================================================*/
div.ui-widget-overlay{
	filter: alpha(opacity=40);	
	opacity: 0.4;
	background: #333300;
}
.ui-dialog.ui-widget{
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
	border-radius: 0px;
	background: #F2F4EA;
	border: 0px none;
}

body .ui-draggable .ui-dialog-titlebar,
body .ui-dialog .ui-dialog-titlebar{
    font-family: 'NovecentowideLight', Arial;
	font-weight: normal;
	font-size: 22px;
	background: transparent;
	border: 0 none;
    color: #333300;
    border-radius: 0px;
	border: 1px solid #99B6A8;
	border-bottom: 0px none;
	padding: 20px;
}
body .ui-dialog .ui-dialog-titlebar-close {
	
	width: 20px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	top: 10px;
	right: 10px;
}
body .ui-dialog .ui-dialog-titlebar-close:hover,
body .ui-dialog .ui-dialog-titlebar-close:focus{
	background: transparent;
	border-radius: 0px;
	border: 0px none;
}
body .ui-dialog .ui-dialog-titlebar-close span.ui-icon{
	width: 20px;
	height: 23px;
	background: transparent url(/img/home/home_btn_close.png) 0 0;
}
body .ui-dialog .ui-dialog-titlebar-close:hover span.ui-icon{
	background: transparent url(/img/home/home_btn_close.png) 0 -26px;
}

.ui-dialog.ui-widget .ui-dialog-content{
	background: #F2F4EA;
	font-size: 12px;
	color: #666;
	padding: 0.5em 0.5em;
	border: 1px solid #99B6A8;
	border-top: 0px none;
}
.ui-dialog.ui-widget ul.message li{
	margin-left: 30px;
	font-size: 11px;
}

.ui-dialog.ui-widget .ui-dialog-content h2{ 
	margin: 0px;
	font-size: 18px;
	margin-bottom: 10px;
    font-family: 'NovecentowideLight', Arial;
	font-weight: normal;
	color: #333;
}
.ui-dialog.ui-widget .ui-dialog-content label span{
	display: inline-block;
}
.ui-dialog.ui-widget .ui-dialog-content .left_column,
.ui-dialog.ui-widget .ui-dialog-content .right_column
{
	width: 328px;
	float: left;
}

.ui-dialog.ui-widget .ui-dialog-content  .loader{
	position: absolute;
	
	margin: auto;
	margin-top: 10px;
	height: 20px;
	width: 243px;
	text-align: left;
}
.ui-dialog.ui-widget .ui-dialog-content  .loader.loading{
	padding-top: 22px;
	text-align: center;
	background: transparent url(../img/loading.gif) no-repeat 50% 0px;
}
.ui-dialog.ui-widget .ui-dialog-content .loader.success{
	color: #669900;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
}
.ui-dialog.ui-widget .ui-dialog-content  .loader.error{
	color: #660000;
	margin: 0px;
	margin-top: 10px;
}
.ui-dialog.ui-widget .ui-dialog-content form button.button{
	border:0px solid #D0D5DD;
	cursor: pointer;
	font-family: CandaraRegular, Arial;
	font-size: 12px;
	font-weight: bold;
	height: 41px;
	background:transparent url(../img/button_tall_brown.png) no-repeat; /*TODO*/
	text-transform:uppercase;
	
	
	
	
	-x-system-font:none;
	border:medium none;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:26px;
	margin:0;
	/*padding:0 6px;*/
	text-align:center;
	
}
.ui-dialog.ui-widget .ui-dialog-content form button.btnOne_1{ color: #fff; width: 102px;  background-position: 0px 0px; }
.ui-dialog.ui-widget .ui-dialog-content form button.btnOne_1:hover{ background-position: -259px 0px; }


/*==============================================*/
/*============ jQUERY UI TABS ==================*/
/*==============================================*/
.tabs.ui-tabs {
    padding: 0px;
    position: relative;
	border-radius: 0px 0px 0px 0px;
	background: transparent;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	border: 0px none;
}
.tabs.ui-tabs ul.ui-tabs-nav{
	background: transparent;
	border-radius: 0px 0px 0px 0px;
	background: transparent;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	padding: 0px 5px;
	border: 0px none;
	margin-left: 10px;
}
.tabs.ui-tabs ul.ui-tabs-nav li.Tab{
	background: #F2F4EA;
	border: 1px solid #ddd;
}
.tabs.ui-tabs ul.ui-tabs-nav li.Tab a{
	color: #555;
}
.tabs.ui-tabs ul.ui-tabs-nav li.Tab.ui-state-active{
	background: #FFFFFA;
	border: 0px none;
}
.tabs.ui-tabs div.tabs.ui-tabs-panel{
	background: #FFFFFA;
	border: 0px solid #ddd;
	color: #555;
	border-radius: 4px;
	padding: 20px;
}
.tabs.ui-tabs div.tabs.ui-tabs-panel a:active, 
.tabs.ui-tabs div.tabs.ui-tabs-panel a:visited, 
.tabs.ui-tabs div.tabs.ui-tabs-panel a:link{
	color: #0066ff;
	font-weight: normal;
}

/* ==== jQUERY UI ACCORDION =========== */
.accordion.ui-accordion .ui-accordion-header{
	background: #E2E7D1;
	color: #333;
	padding: 10px 30px 10px;
	border: 0px none;
	border-radius: 0 0 0 0;
	font-weight: normal;
}
.accordion.ui-accordion .ui-accordion-header:hover{
	background: #C1CC9D;
}
.accordion.ui-accordion .ui-accordion-content{
	
}
.accordion.ui-accordion .ui-accordion-content-active{
	border: 0px none;
	border-radius: 0 0 0 0;
	background: #FFFFFA;
	padding: 20px;
	color: #555;
	font-family: CandaraRegular, Arial;
	font-size: 13px;
}
.accordion.ui-accordion .ui-accordion-content-active a:active, 
.accordion.ui-accordion .ui-accordion-content-active a:visited, 
.accordion.ui-accordion .ui-accordion-content-active a:link{
	color: #0066ff;
	font-weight: normal;
}
.accordion.ui-accordion .ui-accordion-content-active a:hover{
	text-decoration: none;
}






/* headers */
h1{
	color: #333300;
    font-family: NovecentowideLight,Arial;
    font-size: 30px;
    
	margin: 0px;
	font-weight: normal;
	margin-bottom: 40px;
	
	line-height: 35px;
}
h2{
    font-family: NovecentowideLight,Arial;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #333;
}
h3{ 
	margin: 0px;
	margin-top: 40px;
	margin-bottom: 10px;
    font-family: NovecentowideLight,Arial;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}
h3.overline_divider{ 
	padding-top: 20px;
	border-top: 1px dotted #555;
	margin-top: 20px;
}
h4{
	margin: 0px;
	margin-bottom: 10px;
	width: auto;
	border: 0px solid #ccc;
	color: #333;
	font-size: 13px;
	font-family: CandaraRegular, Arial;
	font-weight: bold;
	text-transform: uppercase;
}
form h4{
	margin-bottom:20px;
}
h4.middle{
	border-top:0 solid #E5E5E5;
	margin-top:0;
	padding-top:20px;
}
h5{ 
	font-size: 13px;
	width: auto;
}

/* links */
a.bullet_link{
	display: inline-block;
	padding-left: 15px;
	background: url(../img/bullet_arrow_right_nobg.png) no-repeat;
	margin-bottom: 5px;
}


img { border:0px none; }


/*******************************/
/******* FORMS ELEMENTS ********/
/*******************************/
form{
	margin: 0px;
}

/* LABELS */

form label.value{
	display: inline-block;
	padding-left: 4px;
}
form label.right_padding{
	display: inline-block;
	padding-top: 5px;
}

/* TEXTBOX & TEXTAREA */
form textarea{
	width: 600px;
}
form textarea.email_list{
	height: 60px;
}
form textarea.short{
	width: 7250px;
}
form textarea.long{
	width: 735px;
}
form input.readonly,
form textarea.readonly{
	background: #f1f1f1;
	color: #999;
}
form input.unboxed{
	border: 0px none;
	background: transparent;
}
form select.unboxed{
	border: 0px none;
	background: transparent;
}
form.unboxed input{
	border: 0px none;
	background: transparent;
}
form input.textbox_long{
	width:630px;
}


form input.smallPrice{ 
	width: 75px; 
	background-image: url(../img/icons/simple_dollar_sign.gif);
	background-repeat: no-repeat;
	background-position: -2px 2px;
	padding-left: 15px;
}
form input.percentage{
	width: 35px; 
	background-image: url(../img/icons/simple_percentage_sign.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 15px;
}
form input.smallNumber{
	width: 75px;	
}
form input.number, form input.time{
	width: 113px;	
}
form input.quantity{
	height:18px;
	left:0;
	width:20px;
}
form input.date{ width: 113px; }

/* select dropdown */
form select option.selected{
	background: #6B7789;
	color: #fff;
}
form select option.bringFocus{
	background: #741113;
	color: #fff;
}


/* search box in the header */
form input.normal{
	color: #666;
}
form input.gray{
	color: #999999;
}



/******************************************/
/********** GLOBAL STYLING CLASSES ********/
/******************************************/

/* temporary wireframe styles */
.normal{
	color:#333;
	font-weight: normal;
}
.mark_warning{
	color:#FF0000;
}
.mark_ok{
	color: #4A8F25;
}

.grayed{ color: #999999; }
.darker{ color: #000; }
.emphasized{ color: #6D442D; }
.emphasized2{ color: #A32322; }
.weakened{ color: #666; font-size: 11px; }
.strengthened{ color: #000; font-size: 16px; }
.bold{ font-weight: bold; }
.align_right{ text-align: right; }
.align_left{ text-align: left; }
.align_center{ text-align: center; }
.float_right{ float: right; }
.float_left{ float: left; }
.position_relative{ position: relative; }
.position_absolute{ position: absolute; }
.position_none{ position: static; }
.strike_through{
	text-decoration:line-through;
}
.align_top{
	vertical-align: top;
}

.more_info{
	border-bottom: 1px dotted #888;
	cursor: help;
}
.more_info:hover{
	border-bottom: 1px dotted #333;
}


.hidden{
	display: none;
}
.break{
	display: block;
	height: 1px;
	clear: both;
}
.single_break{
	display: block;
	height: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.p_break, .double_break{
	display: block;
	height: 20px;
	clear: both;
}
.radio_spacer{
	display: block;
	height: 9px;
}
.justify{
	text-align: justify;
}

span.form_message{
	display: inline-block;
	margin-bottom: 20px;
}


table.documentation {
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
    font-size: 80%;
}
table.documentation td,
table.documentation th{
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: top;
}
table.documentation th{
	background: #eee;
}
table.documentation th.attr,
table.documentation td.attr{
	width: 25%
}
table.documentation th.values,
table.documentation td.values{
	width: 37%
}
table.documentation td.attr{
	background: #D3DDF0;
}
table.documentation td.values{
	background: #fff;
}
table.documentation td pre{
    font-size: 110%;
}

