/*
 * LAYOUT
 */

#wrapper
{
	width:1250px;
}

#body-wrap
{
	width:100%;
}

#footer-wrap
{
	clear:both;
}

#menu-column
{
	float:left;
	width:155px;
	background-color:#702575;
	padding:10px 10px 50px 10px;
	height:100%
}

#content-column
{
	float:right;
	width:1060px;
	margin:20px 0 0 10px;
	height:100%;
}

#left-content
{
	float:left;
	width:700px;
}

#right-content
{
	float:right;
	width:285px;
}

.menu-item
{
	/*background-image:url(/images/menu.png);*/
	margin-bottom:10px;
	/*border:1px solid #AEADAD;*/
}

#main-menu .current
{
	background-image:url(/images/menu-current.png);
	color:#FFF;
}

#main-menu .current .sub-menu-item
{
	color:#000;
	background-image:none;
}

#main-menu a
{
	text-decoration:none;
	font-weight:400;
	color:#000000;
	font-size:10px;
}


.menu-item span
{
	display:block;
	font-weight:700;
	padding:5px 10px 5px 10px;
}

ul .sub-menu
{
	background-color:#FFF;
	padding:3px 7px 3px 7px;
	/*border: 1px solid #F00;
	border-top:none;*/

	margin-left:1px;
	margin-right:1px;
	
}

.sub-menu-item
{
	list-style-image:url('/images/bullet.png');
	padding-bottom:5px;
}

.sub-menu-item
{
	background-color:#FFF !important;
	margin-left:15px;
}

.sub-menu-item input
{
	margin-top:0;
	width:115px;
}

.section_contents
{
	padding-bottom:25px;
}

.action-icon
{
	padding:0px 2px 0px 2px;
}

.action-icon.disabled {
	opacity:0.4;
	cursor:auto;
	cursor:not-allowed;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
}

span.number_highlight
{
	color:red;
	display:inline;
	padding:0;
	font-weight:500;
}

/*
 * FORM
 */
form
{
	margin-top:10px;
}

fieldset li.error {background:#fdc1c1 !important;}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	color: #000000;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-weight: bold;
	}
	
.submit button
{
	background-color:#ece9d8;
}
	
.info-form input 
{
	font-size: 12px;
	color: #000000;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-weight: bold;
	vertical-align:middle;
}

input.checkbox {border: 0px;}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	color: #000000;
	border: 0px;
	background-color: #ffffff;
	font-weight: bold;
	border:1px solid #CCC;
	}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	color: #000000;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-weight: bold;
	}
	
label
{
	width:150px;
	float:left;
	text-align:left;
	margin-right:5px;
	display:block;
	padding:0px 0 0px 5px;
}

.info-form li
{
	margin-bottom:5px;
	width:100%;
}

.menuItems a:hover {
	text-decoration: underline;
	}

#company_filter_select, #contact_filter_select
{
	width:100%;
}

.contacts
{
	width:500px;
}

#contacts input
{
	border:none;
	outline:none;
}

#contacts label
{
	display:inline;
	font-weight:300;
	width:100px;
	text-align:right;
}

.login label
{
	width:100px;
}	

.login li
{
	background:none;
	width:100%;
}

.login input
{
	float:right;
	margin-right:10px;
}

.refresh-button
{
	border:0;
	margin:2px;
	outline:0;
	position:absolute;
	top:22px;
	right:25px;
}

.pdf-button
{
	border:none!important;
	margin:2px;
	outline:0;
	position:absolute;
	top:22px;
	left:1200px;
}

.print-clone-button
{
	border:none!important;
	margin:2px;
	outline:0;
	position:absolute;
	top:22px;
	left:1150px;

}
	
/*
 * FONT STYLES
 */

h1, #welcome-line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-bottom:10px;
	}
	
h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-top:5px;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 12px;
	color: #333;
	font-weight: bold;
	padding-bottom:2px;
	padding-top:10px;
}
	
hr
{
	color:#000;
	background-color:#000;
	height:1px;	
}

p
{
	margin-bottom:3px;
}

a
{
    color:#000;
}

/*
 * Multi drag and drop styles
 */

.multiselect 			{width: 990px;	height: 150px;}




