/******************************
 *
 * COMMON STYLES
 *  
 *****************************/ 
.tree_opened,
.tree_closed{
    padding-left:24px;
    background-repeat: no-repeat;
    background-position: top left;
}
.tree_closed{
    background-image: url(/images/icons/tree_closed.gif);
}
.tree_opened{
    background-image: url(/images/icons/tree_opened.gif);
}
#errorsHolder,
.alert{
    margin:10px;
    padding:10px;
    border:solid 1px #000000;
    color:#730003;
    display:block;
}
.floatLeft{ float:left; }
.floatRight{ float:right; }
html { 
	overflow-y: scroll;
	height:100%;
}
/******************************
 *
 * TABS
 *  
 *****************************/ 
.tab_active .left,
.tab_active .right,
.tab_inactive .left,
.tab_inactive .right{
    display:inline;
    width:3px;
    height:22px;
    font-weight:bold;
}
.tab_active,
.tab_inactive{
    height:22px;
    margin:0px 2px;
    font-weight:bold;
}

.tab_active:hover{
    cursor: default;
    color: #666666;
}

.tab_active{
    background-image:url(/images/layout/tab_active_bg.png);
}
.tab_active .left{
    background-image:url(/images/layout/tab_active_left.png);
    margin-right:5px;
}
.tab_active .right{
    background-image:url(/images/layout/tab_active_right.png);
    margin-left:5px;
    background-position:top right;
}

.tab_inactive:hover{
    color:#624d0c;
    background-image:url(/images/layout/tab_active_over_bg.png);
}
.tab_inactive:hover .left{
    background-image:url(/images/layout/tab_active_over_left.png);
}
.tab_inactive:hover .right{
    background-image:url(/images/layout/tab_active_over_right.png);
}

.tab_inactive{
    background-image:url(/images/layout/tab_inactive_bg.png);
}
.tab_inactive .left{
    background-image:url(/images/layout/tab_inactive_left.png);
    margin-right:5px;
}
.tab_inactive .right{
    background-image:url(/images/layout/tab_inactive_right.png);
    margin-left:5px;
    background-position:top right;
}
/******************************
 *
 * PAGANATION MENU
 *  
 *****************************/
.paganation_menu{
    color:#666666;
    background-color:#777777;
} 
.paganation_menu .inactive{
    margin:0px 5px;
    font-weight:bold;
}
.paganation_menu a{
    color:#FFFFFF;
    margin:0px 5px;
    font-weight:bold;
}
.paganation_menu a.current{
     color:#BF9900;
}
.paganation_menu a.first,
.paganation_menu a.last{
     color:#DDDDDD;
}
.paganation_menu a.next,
.paganation_menu a.previous{
     color:#DEDEDE;
}
/******************************
 *
 * LAYOUT CONTENT ELEMENTS
 *  
 *****************************/ 
h1.layout{
    color:#444444;
    font-size:12px;
    padding:3px 0px 0px 5px;
    height:20px;
    line-height:19px;
    margin:0px;
    background-image:url(/images/layout/bg_h1.png);
    border:1px solid #8485a8;
    border-style:none solid;
    overflow:hidden;
}
h3.layout{
    color:#555555;
    font-size:12px;
    font-weight:normal;
	background-color:#d8e7fb;
	border:1px solid #c3daf9;
	border-bottom-width:2px;
	margin:0px;
	padding:3px 0px 3px 5px;
}
ul.layout_column{
    margin:0px;
    padding:0px;
}
ul.layout_column li,
div.layout_column{
    list-style:none;
    background-color:#FAF9F4;
    border:solid 1px #DDDDDD;
    border-style:solid none;
    margin:2px 0px;
    padding:5px 3px;
}
table.content_panel,
table.content_panel td{
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}
.content_panel{
    border:1px solid #8485a8;
    border-style:none solid;
	background-color:#FFFFFF;
}
.content_panel_separator{
    width:5px;
	background-image:url(/images/layout/content_panel_separator.png);
    border:1px solid #8485a8;
	border-style:none solid;
	padding:0px;
	margin:0px;
	vertical-align:center;
	text-align:center;
}
.content_panel_separator_hor{
    height:5px;
    border:1px solid #8485a8;
	background-image:url(/images/layout/content_panel_separator_hor.png);
	border-style:solid none;
	padding:0px;
	margin:0px;
	vertical-align:center;
	text-align:center;
	overflow:hidden;
}
.module_holder{
    border-bottom:1px solid #8485a8;
}
input.layout_submit,
input.layout_submit_hover{
    font-weight:bold;
    border: 1px solid #6593cf;
	height:23px !important;
	height:25px;
	padding:0px 10px;
	margin:0px;
	cursor:pointer;
	background-repeat:repeat-x;
}
input.layout_submit{
    background-image:url(/images/layout/submit_button.gif);
    background-color:#bac5d6;
}
input.layout_submit_hover{
    color:#000000;
    background-image:url(/images/layout/submit_button_over.gif);
    background-color:#CEE1FA;
}

/******************************
 *
 * Product Specific Styles
 *  
 *****************************/
.tab_bg_white a,
.tab_bg_white div{
    background-color:#FFFFFF;
}

ul{margin:0px; padding:0px 0px 0px 20px;}
li{margin:0px; padding:0px;}
a {	color: #444444;	text-decoration: none; }
a:hover{ color: #B80D05; text-decoration: none; }
.hor_line{
	border-bottom: solid 1px #B3C6D6;
	padding: 3px 0px;
	margin:0px;
}
.ver_line{
	border-right: solid 1px #B3C6D6;
}
input, select, textarea{
	font-size: 11px;
	color: #444444;
}
p {
	margin:5px 0px;
	padding:0px;
}
