/* CSS Document */

/* Fix PNG pictures */
Img, div#logo { 
	behavior: url(/Include/css/iepngfix.htc); 
} 



/* Reset */
p, ol, dl, ul, p, h1, h2, h3, h4, h5, h6, form, .radio {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    border: none;
    font-weight: normal;
    font-size: 100%;
    clear: both;
}
img {
    border: none;
}
.radio {
    display: inline;
}



/* General */
html,body {
	margin:0px;
	padding:0px;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:0.87em;
	height:100%;
	color:#3a434d;
	background: #c4c7ca url(../images/page_bg.png) repeat-x left top;

	overflow:hidden;
	
	scrollbar-face-color:#bababa;
    scrollbar-arrow-color:#FFF;
    scrollbar-track-color:#e0e0e0;
    scrollbar-shadow-color:#e0e0e0;
    scrollbar-highlight-color:#e0e0e0;
    scrollbar-3dlight-color:#e0e0e0;
    scrollbar-darkshadow-Color:#e1e1e1;
	
	cursor:default;

}
td, th {
	font-size:12px;
}
sup {
	font-size:80%;
}
a {
	color:#7c1a00;
	text-decoration:none;
}
a:hover {
	color:#2D0900;
}
a:active, a:focus, area:focus
{
  outline: none;
}

/* headers */

h1 {
	color: #5a1f0b;	
	letter-spacing:-1px;
	font-size:25px;
	margin-bottom:15px;
	font-weight:normal;
	line-height:30px;
}

h2 {
	
}

h3 {
	
}

.clear {
	float:none;
    clear:both;
    height:1px; overflow:hidden;
}

/*  GENERIC FORM ELEMENTS */

.form_main {
	padding:0px;
	margin:0px;
	display:block;
}

input, select {
	font-size:100%;
	background:#FFF url(../images/input_bg.gif) repeat-x left top;
	border:1px solid #d0ccc3;
	padding:2px;
}
input[type=checkbox], 
input[type=radio],
input.checkbox,
.checkbox input,
input.radio
{
	border-width:0px;
	padding:0px;
	margin:0px;
}

input.button {
	border-width:0px;
	width:105px;
	height:28px;
	color:#384030;
	background:transparent url(../images/btn_bg.gif) no-repeat left top;
	text-align:center;
	line-height:18px;
	cursor:pointer;
}

textarea
{
    padding:2px;
    font-family:Arial, Cambria, "Segoe UI", Clarendon;
    margin:0px;
    border:1px solid #5d6670;    
}

form.form-main
{
	display:block;
	margin:0; padding:0;
	position:relative;
	height:auto;
	min-height:100%;
}

/* +++++ CONTAINER +++++ */

.wrapper {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
    margin:0px 15px;
}

/* +++++ header +++++ */

.header {
	background:url(../images/header_bg.png) repeat-x left -15px;
	height:75px;
    position:absolute;
    min-width:775px;
    width:100%;       
    z-index:52;
}
.header .logo {
	position:absolute;	
	left:10px;
    background:url(../images/logo.png) no-repeat left 0px;
    width:230px; height:70px;
}
.header[class] .logo {	
}

.header .logo a {
	 display:block; width:230px; height:70px; 
     position:absolute; overflow:hidden;
}
.header .logo a span
{
	 position:absolute; left:300px; width:230px; height:70px; display:block;
} 
.header .header_left {
	position:absolute;
    background:url(../images/headerLeft_bg.png) no-repeat right -15px;
    width:12px;
    height:75px;
    left:0px;
    top:0px;
}
.header .header_right {
	position:absolute;
    background:url(../images/headerRight_bg.png) no-repeat left -15px;
    width:12px;
    height:75px;
    right:0px;
    top:0px;
}
.header a {
	border-width:0px;
}

/* +++++ menu +++++ */

ul.menu {
	margin:0  10px 0 15px;
	padding:0px;
	list-style:none;
	font-size:100%;
    position:relative;
    display:block;
    float:right;
    min-width:50px;
}
ul.menu[class] {	
}

.menu li {
    text-transform:uppercase;
    list-style:none;
    color:#6f604b;
    margin:0px;
    padding:0px;
    float:left;
    white-space:nowrap;
}

.menu[class] li {
	width:auto;	
}
.menu li a {
	color:#6f604b;
	text-transform:uppercase;
    font-family: Arial, Verdana,"Segoe UI";
	margin:0px;
	padding:20px 0 0 0;
	display:block;
	line-height:25px;
	background:no-repeat  center 12px;
	font-size:15px;
    text-decoration:none;
    float:left;
    min-width:100px;
    text-align:center;
}

.menu li a.selected{
	color:#6f7631;
	background-image:url(../images/menu_arrow.gif);
}
.menu li a.selected,
.menu li a:hover {
	color:#970023;
}

/* +++++ MASK +++++ */

.mask {
	position:absolute;
	left:0px; top:0px;
	width:100%;
	margin:0px auto;
	height:100%;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 95;
	z-index:51;
	background: #c4c7ca url(../images/page_bg.png) repeat-x left top;	
}
.mask div#loading {
	background:url(../images/mask/ajax-loader-7.gif) no-repeat center;
    position:absolute;
    height:100%;
    width:100%;
    margin:0px auto;
    display:none;
}
.mask_loading div#loading {
	display:block;
}

.mask .fbody {
	width:254px;
	margin:0px auto;
	position:relative;
}

.mask .message {
	color:inherit;
	font-size:12px;
	position:absolute;
	text-transform:uppercase;
	text-align:center;
	margin:10px auto;
	width:360px;
	display:none;
	color:#e9ecf3;	
}
.mask_error .message 
{
    display:block;
}

.mask .message #msg_top {
	height:30px;
	background:url(../images/mask/msgBg.gif) no-repeat top;
}
.mask .message #msg_bottom {
	height:50px;
    margin:0px;
	background:url(../images/mask/msgBg.gif) no-repeat bottom;
}

.mask .message a#mask_btn_close {
	float:right;
	margin:3px;
	background:#0a0c10 url(../images/mask/btnMsgClose.gif) no-repeat left center;
	width:16px;
	height:16px;
	text-decoration:none;
	border-width:0px;
}

.mask .message a#mask_btn_ok {	
	/*margin:15px auto 5px auto;*/
	background:url(../images/mask/btnMsgOk.gif) no-repeat top;
	text-decoration:none;
    position:relative;
    margin:0px auto;
    top:15px;
	width:91px;
	height:23px;
	display:block;
	border-width:0px;
	line-height:23px;
	color:#CCCCCC;
}

.mask .message a#mask_btn_ok:hover {
	background-image:url(../images/mask/btnMsgOkHover.gif)
}

.mask .message #msg_content {
	padding:5px 15px;
	min-height:30px;
    margin:0;
	text-decoration:none;
	clear:both;
	float:none;
	border-width:0px;
	background-color:#0a0c10;
}
.mask .message #msg_content.loading {
	background:url(../images/mask/loading_small.gif) no-repeat;
}

.mask .message .msg_alert {
	margin:0px;
	font-size:10px;
	color:#c0c4cf;
	display:block;
}




.tpl {
	display:none;
}

/* +++++ CONTENT +++++ */

.content {
	width:775px;
    overflow:visible;
    position:relative;
    padding-top:55px;
    /*background:#url(../images/fbnorth_bg.png) repeat-x left top;*/
}
.content[class]
{
	width:auto;
    min-width:775px;
    z-index:50;
}

.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-auto {
    overflow: auto !important;
}



#ui-datepicker-div {
	z-index:900000 !important;
}