/* =========================================================================================

//
//	StyleSheet Udoc.nl
//
//	Aangemaakt door Tim Kant
//

========================================================================================= */

/* =========================================================================================
// 	Algemeen
========================================================================================= */

	html, body {
		margin: 0px;
		padding: 0px;
		}
		
	html, body, #wrapper {
		height: 100%;
	}
		
	body {
		background: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		}
				
	img {
		border: none;
		}
		
	a,
	a:link,
	a:active,
	a:visited {
		color: #0069c4;
		text-decoration: none;
		}
		
	a:hover {
		color: #0069c4;
		text-decoration: underline;
		}
		
	h1 {
		margin-top: 0px;
		color: #167FD5;
	}
	
	h1 span {
		font-size: 14px;
	}
		
	h3 {
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 3px 0px;
		border-bottom: #CCC 1px solid;
	}
	
	p {
		margin-top: 0px;
		line-height: 16px;
	}
		
	.highlight_ufo_orange {
		padding: 10px;
		margin-bottom: 15px;
		background-color: #ffdfad;
		border-top: #ff9c00 1px solid;
		border-bottom: #ff9c00 1px solid;
	}
	
	.highlight_ufo_red {
		padding: 10px;
		margin-bottom: 15px;
		background-color: #ffd4d4;
		border-top: #c80000 1px solid;
		border-bottom: #c80000 1px solid;
	}
	
	.highlight_ufo_green {
		padding: 10px;
		margin-bottom: 15px;
		background-color: #e5f8dd;
		border-top: #5faa41 1px solid;
		border-bottom: #5faa41 1px solid;
	}
	
	iframe{
		border: 0;
		overflow-x: hidden;
		}
		
	.ProgressBar { width: 400px; padding: 0; border: 1px solid black; margin-right: 1em; height:.75em; margin-left:1em; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; }
	.ProgressBar DIV { background-color: #167FD5; font-size: 1pt; height:100%; float:left; }
	.asyncUploader OBJECT { position: relative; top: 5px; left: 10px; }
				
/* =========================================================================================
// 	General / Place Holders
========================================================================================= */

	body > #wrapper {
		width: 100%;
		height: auto;
		min-height: 100%;
		position: relative;
		margin: 0px;
		padding-bottom: 230px;
		border-top: #167FD5 5px solid;
		}
		
/* =========================================================================================
// 	Header
========================================================================================= */

	#header_wrapper {
		width: 960px;
		height: 65px;
		margin: 0 auto;
		padding: 0px;
		}
		
	#header {
		width: 960px;
		height: auto;
		margin: 0px;
		padding: 0px;
		position: relative;
		float: left;
		}
		
	#logo {
		width: 186px;
		height: 50px;
		margin-top: 10px;
		padding: 0px;
		position: relative;
		float: left;
		}
		
	#mainmenu_holder {
		width: 770px;
		height: 50px;
		margin: 0px;
		padding: 0px;
		position: relative;
		float: right;
		}
		
	#ufo_user {
		margin-top: 5px;
		position: relative;
		float: right;
		line-height: 17px;
		text-align: right;
	}
		
/* =========================================================================================
// 	Content wrapper
========================================================================================= */

	#content_wrapper {
		width: 960px;
		height: auto;
		margin: 0 auto;
		position: relative;
		}
		
	.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
		
/* =========================================================================================
// 	Content 2 col, left col
========================================================================================= */

	#left_column {
		width: 232px;
		height: auto;
		margin: 0px;
		padding: 0px;
		position: relative;
		float: left;
		}
		
	#categorie {
		width: 232px;
		margin: auto;
		margin-left: 70px;
		margin-bottom: 277px;
		top: 21px;
		position: relative;
		float: left;
	}
	
	#categories_header
	{
		background-image:url(../images/categories_header.jpg);
		background-repeat: repeat-x;
		width: 232px;
		height: 25px;
		margin: auto;
		position: relative;
	}
	
	p.catergories_header
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		margin: auto;
		margin-left: 10px;
		top: 4px;
		position: relative;
	}
	
	#categories_search
	{
		width: 232px;
		height: 50px;
		margin: auto;
		margin-bottom: 30px;
		position: relative;
	}
	
	#search_holder{
		width: 215px;
		height: 19px;
		margin: auto;
		top: 10px;
		position: relative;	
	}
	
	#search
	{
		background-image:url(../images/categorie.jpg);
		width: 232px;
		height: 40px;
		margin: auto;
		margin-top: 12px;
		top: -11px;
		position: relative;
	}
	
	#search_input
	{
		background-image:url(../images/input_background.jpg);
		width: 162px;
		height: 19px;
		margin: auto;
		padding-left: 20px;
		padding-right: 10px;
		font-size: 14px;
		border: none;
		position: relative;
		float:left;
	}
	
	#search_button
	{
		cursor:pointer;
		background:url(../images/button_go.png);
		background-repeat:no-repeat;
		width: 17px;
		height: 18px;
		margin:auto;
		margin-top:1px;
		border: none;
		position: relative;
		float:right;
	}
	
	.categorie 
	{
		width: 232px;
		margin: auto;
		margin-left: -70px;
		top: 1px;
		position: relative;
	}
	
	.submenu
	{
		
		
		background-color: #ecf6ff;
		width: 192px; 
		height: auto; 
		margin: auto;
		left: 70px;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		text-align: left; 
		font: 10pt Arial;
		margin: 0px 0 0px 0;
		padding: 6px 20px 6px 12px;
		text-decoration: none;
		display: block;
		color: #333333;
		position: relative;
		border-bottom: #ffffff 1px solid;
	}
	
	.submenu:hover
	{
		background: #f1f1f1; 
		
	}
	
	.submenu:hover,
	.submenu:active,
	.submenu:visited
	{
		color: #222; 
		text-decoration: none;
		
	}
	
	.hide
	{
	display: none;
	}
	
	.show
	{
	display: block;
	
	}
	
	.number
	{
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px;
		color: #626262;
		margin: auto;
		margin-right: -10px;
		position: relative;
		float: right;
	}
	
	.menu1
{
	background-image:url(../images/categorie.jpg);
	background-repeat: repeat-x;
	width: 200px;
	height: 19px;
	margin: auto;
	left: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left; 
	font: 10pt Arial;
	padding: 5px 20px 5px 12px;
	text-decoration: none;
	color: #444; 
	display:block;
	position: relative;
	cursor: pointer;
}


.menu1:hover
{
	color: #222; 
	background: #5ca5e5;
	text-decoration: none;
}

#custom_banner
{
	background-image:url(../images/custom_banner_bac.png);
	width: 232px;
	height: 240px;
	margin: auto;
	top: 15px;
	position: relative;
}

#custom_banner_header
{
	width: 232px;
	height: 25px;
	margin: auto;
	position: relative;
}

.banner_item
{
	width: 222px;
	height: 30px;
	margin: auto;
	color: #000000;
	position: relative;
	text-decoration: none;
}


.banner_item:hover
{
	background-image:url(../images/banner_hover.png);
	color: #3661ff;
	text-decoration: none;
}

#banner_item_image_1
{
	background-image:url(../images/banner_image_1.png);
	width: 24px;
	height: 24px;
	margin: auto;
	margin-top: 3px;
	margin-left: 10px;
	position: relative;
	float: left;
}

#banner_item_image_2
{
	background-image:url(../images/banner_image_2.png);
	width: 24px;
	height: 24px;
	margin: auto;
	margin-top: 3px;
	margin-left: 10px;
	position: relative;
	float: left;
}

#banner_item_image_3
{
	background-image:url(../images/banner_image_3.png);
	width: 24px;
	height: 24px;
	margin: auto;
	margin-top: 3px;
	margin-left: 10px;
	position: relative;
	float: left;
}

#banner_item_image_4
{
	background-image:url(../images/banner_image_4.png);
	width: 24px;
	height: 24px;
	margin: auto;
	margin-top: 3px;
	margin-left: 10px;
	position: relative;
	float: left;
}

#banner_item_image_5
{
	background-image:url(../images/banner_image_5.png);
	width: 24px;
	height: 24px;
	margin: auto;
	margin-top: 3px;
	margin-left: 10px;
	position: relative;
	float: left;
}

#banner_item_image_6
{
	background-image:url(../images/banner_image_6.png);
	width: 24px;
	height: 24px;
	margin: auto;
	margin-top: 3px;
	margin-left: 10px;
	position: relative;
	float: left;
}

#banner_item_image_7
{
	background-image:url(../images/banner_image_7.png);
	width: 24px;
	height: 24px;
	margin: auto;
	margin-top: 3px;
	margin-left: 10px;
	position: relative;
	float: left;
}


#banner_item_text
{
	width: 188px;
	height: 24px;
	margin: auto;
	text-align: left;
	position: relative;
	float: right;
}



/* =========================================================================================
// 	Content 2 col, right col
========================================================================================= */

	#right_column {
		width: 710px;
		height: auto;
		margin: 0px;
		padding: 0px;
		position: relative;
		float: right;
		}
		
	#email_holder {
		width: 690px;
		height: auto;
		margin: 0px;
		padding: 5px;
		position: relative;
		float: left;
		background-color: #9dd3ff;
		border-top: 3px solid #CCCCCC;
	}
		
/* =========================================================================================
// 	Content 1 col
========================================================================================= */

	#one_column {
		width: 960px;
		height: auto;
		margin-bottom: 80px;
		padding: 0px;
		position: relative;
		float: right;
		}
		
	#one_column #doc_column {
		width: 250px;
		height: auto;
		margin: 0px;
		padding: 0px;
		position: relative;
		float: left;
	}
		
	#one_column #side_column {
		width: 250px;
		height: auto;
		margin: 0px;
		padding: 0px;
		position: relative;
		float: right;
	}
		
/* =========================================================================================
// 	Standaard fieldset
========================================================================================= */

	fieldset {
		margin: 0px 0px 15px 0px;
		border: #6b6b6b 1px solid;
		line-height: 18px;
	}
	
	fieldset legend {
		font-weight: bold;
		font-size: 12px;
	}
	
	table.upload_details {
		
	}
	
	table.upload_details td.expl {
		width: 130px;
	}
	
	table.upload_details td {
		padding: 6px 0px;
	}
	
	table.upload_details td.example{
		font-size: 11px;
		color: #bebebe;
		padding: 6px 0px;
	}
	
/* =========================================================================================
// 	Table, class: .shopping_cart
========================================================================================= */

	table.shopping_cart th {
		padding: 5px;
		text-align: left;
	}
	
	table.shopping_cart td {
		padding: 6px 5px;
		border-bottom: #EEEEEE 1px solid;
	}
	
	table.shopping_cart td.product_title {
		padding: 3px;
		font-weight: bold;
		border: none;
	}
	
	table.shopping_cart tr.total td {
		background-color: #EEEEEE;
	}
	
	table.shopping_cart tr td a.edit:link,
	table.shopping_cart tr td a.edit:hover,
	table.shopping_cart tr td a.edit:active,
	table.shopping_cart tr td a.edit:visited {
		font-size: 10px;
		color: white;
		padding: 1px 2px;
		background-color: #bcbcbc;
		text-decoration: none;
	}
	
	table.doc_list tr td.status span {
		font-size: 10px;
		color: white;
		padding: 2px;
	}
	
	table.doc_list tr td.status span.orange {
		background-color: #ffae00;
	}
	
	table.doc_list tr td.status span.green {
		background-color: #5faa41;
	}
	
	table.doc_list tr td.status span.red {
		background-color: #ee0000;
	}
	
/* =========================================================================================
// 	Table, class: .doc_list
========================================================================================= */

	table.doc_list tr th {
		font-weight: bold;
		text-align: left;
		border-bottom: #000000 2px solid;
		padding: 0px 0px 2px 0px;
		margin: 0px;
	}
	
	table.doc_list tr td {
		text-align: left;
		border-bottom: #CCCCCC 1px solid;
		padding: 5px 0px;
		margin: 0px;
	}
	
	table.doc_list tr td a.edit:link,
	table.doc_list tr td a.edit:hover,
	table.doc_list tr td a.edit:active,
	table.doc_list tr td a.edit:visited {
		font-size: 10px;
		color: white;
		padding: 1px 2px;
		background-color: #bcbcbc;
		text-decoration: none;
	}
	
	table.doc_list tr td.status span {
		font-size: 10px;
		color: white;
		padding: 2px;
	}
	
	table.doc_list tr td.status span.orange {
		background-color: #ffae00;
	}
	
	table.doc_list tr td.status span.green {
		background-color: #5faa41;
	}
	
/* =========================================================================================
// 	Table, class: .normal_list
========================================================================================= */
	
	table.normal_list td {
		padding: 0px 0px 2px 0px;
	}
	
/* =========================================================================================
// 	Document view
========================================================================================= */

	#document_preview {
		width: auto;
		height: auto;
		margin: 0px;
		margin-bottom: 0px;
		padding: 0px;
		position: relative;
		float: left;
	}
	
	#overlay_test {
		width: 700px;
		height: 200px;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #FF0000;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
	
	.overlay_inside{
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	
	#document_add_comment{
		width: 700px;
		height: 150px;
		margin: 0px;
		padding: 0px;
		border-top: solid 1px #eeeeee;
		position: relative;
		float: left;
	}
	
	#docpg_docSharing{
		width: 700px;
		height: auto;
		margin: 0px;
		padding: 7px 0px 5px 0;
		position: relative;
		float: left;
		border-bottom: solid 1px #CCCCCC;
		line-height: 0px;
	}
	
	#docpg_docDescr{
		width: 700px;
		height: auto;
		margin: 0px;
		padding: 5px 0px;
		position: relative;
		float: left;
		border-bottom: solid 1px #CCCCCC;
		line-height: 20px;
	}
	
	#docpg_docComments{
		width: 700px;
		height: auto;
		margin: 0px;
		padding: 5px 0px;
		position: relative;
		float: left;
		border-bottom: solid 1px #CCCCCC;
		line-height: 20px;
	}
		
	#docpg_docComments #comment_item{
		width: 680px;
		height: auto;
		margin: 0px 10px;
		padding: 2px 0;
		position: relative;
		float: left;
		border-bottom: solid 1px #EEEEEE;
		background
	}
	
	#docpg_docComments #comment_form_holder{
		width: 680px;
		height: auto;
		margin-top: 5px;
		padding: 0px;
		position: relative;
		float: left;
	}
	
	#docpg_docComments #comment_form_holder #comment_form_switch{
		width: 680px;
		height: auto;
		margin: 0px;
		padding: 0px;
		position: relative;
		float: left;
		
	}
	
	form#comment_input_form textarea {
		width: 300px;
		height: 100px;
		margin-bottom: 10px;
	}
	
	#document_description{
		width: 700px;
		height: auto;
		margin: 10px 0px;
		padding: 0px;
		position: relative;
		float: left;
	}
	
	#comment{

		width: 700px;
		height: 70px;
		margin: auto;
		padding: 0px;
		border-top: solid 1px #eeeeee;
		position: relative;
		float: left;
	}
	
	#comment_browse{
		width: 700px;
		height: 30px;
		margin: auto;
		padding: 0px;
		position: relative;
		float: left;
	}
	
	.comment_previous{
		background-image:url(../images/previous_button.png);
		width: 120px;
		height: 30px;
		margin: auto;
		padding: 0px;
		position: relative;
		float: left;
	}
	
	.comment_previous:hover{
		background-image:url(../images/previous_button_hover.png);
		width: 120px;
		height: 30px;
		margin: auto;
		padding: 0px;
		position: relative;
		float: left;
	}
	
	.comment_next{
		background-image:url(../images/next_button.png);
		width: 120px;
		height: 30px;
		margin: auto;
		padding: 0px;
		position: relative;
		float: right;
	}
	
	.comment_next:hover{
		background-image:url(../images/next_button_hover.png);
		width: 120px;
		height: 30px;
		margin: auto;
		padding: 0px;
		position: relative;
		float: right;
	}
	
	.document_comment_input{
		background-image:url(../images/doc_input.png);
		width: 322px;
		height: 100px;
		margin: auto;
		margin-right: 139px;
		border: none;
		position: relative;
		float: right;
	}
	
	.document_comment_submit{
		cursor: pointer;
		background-image:url(../images/doc_submit.png);
		width: 100px;
		height: 100px;
		margin: auto;
		margin-left: 139px;
		border: none;
		position: relative;
		float: left;
	}
	
	.document_comment_submit:hover{
		cursor: pointer;
		background-image:url(../images/doc_submit_hover.png);
		width: 100px;
		height: 100px;
		margin: auto;
		margin-left: 139px;
		border: none;
		position: relative;
		float: left;
	}
	
	.document_details_item {
		width: 250px;
		height: auto;
		margin-bottom: 15px;
		padding: 0px;
		position: relative;
		float: right;
		overflow-y: auto;
	}
	
	.document_details_item .title {
		width: 230px;
		height: auto;
		margin: 0px;
		padding: 5px 10px;
		position: relative;
		float: right;
		background-color: #167FD5;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	.document_details_item .content {
		width: 230px;
		height: auto;
		max-height: 250px;
		margin: 0px;
		padding: 4px 10px;
		position: relative;
		float: right;
		background-color: #cee4f9;
		line-height: 20px;
		overflow-y: auto;
		font-size: 12px;
	}
	
	.document_details_item .content strong {
		font-size: 12px;
		}
		
/* =========================================================================================
// 	Upload module
========================================================================================= */

	#upload_container {
		width: 720px;
		height: auto;
		margin: 15px 0px;
		padding: 10px 0px;
		position: relative;
		background-color: #e5f8dd;
		border-top: #5faa41 1px solid;
		border-bottom: #5faa41 1px solid;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
	
	#upload_container span {
		font-size: 12px;
		font-weight: normal;
		cursor: pointer;
		}
		
/* =========================================================================================
// 	Databar
========================================================================================= */

	.data_bar {
		width: 710px;
		height: auto;
		margin-bottom: 15px;
		padding: 0px;
		position: relative;
		float: left;
	}
	
	.data_bar .action_button {
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	.data_bar .action_button a {
		font-size: 10px;
		}
		
	.document_bar {
		width: 700px;
		height: auto;
		margin: 0px 0px 0px 0px;
		padding: 10px 5px 10px 5px;
		position: relative;
		float: left;
		clear: both;
	}
	
	.grey_bg {
		background-color: #EEEEEE;
	}
	
	.document_bar .tags {
		padding: 2px 0px;
		font-size: 11px;
		color: #7a7a7a;
	}
		
/* =========================================================================================
// 	Login module
========================================================================================= */

	#login_divider {
		width: 710px;
		height: auto;
		margin: 0px;
		padding: 0px;
		position: relative;
		float: left;
		line-height: 18px;
		}
		
	#login_divider #login_form {
		width: 300px;
		height: auto;
		margin: 0px;
		padding: 0px 0px 0px 15px;
		position: relative;
		float: left;
		border-left: #CCCCCC 1px solid;
		}
		
	#login_divider #register_button {
		width: 300px;
		height: auto;
		margin: 0px;
		padding: 0px 20px 20px 0px;
		position: relative;
		float: left;
		}
		
	#form_highlight {
		width: auto;
		height: auto;
		margin: 0px;
		padding: 15px;
		position: relative;
		float: left;
		background-color: #EEEEEE;
		}
		
	/*TABLE - Signup*/
	table.signup_form td {
		padding: 2px 0px;
		}
		
	/*FORM - Signup*/
		
		
/* =========================================================================================
// 	MENU - Main menu
========================================================================================= */
		
	ul.tabs {
		cursor: pointer;
		margin: auto;
		margin-right: 0px;
		float:right;
		}
	
	ul.tabs li {
		cursor: pointer;
		display:block;
		float:left;
		line-height:1;
		}
	
	ul.tabs li a {
		cursor: pointer;
		border-left:1px solid #EEEEEE;
		color:#0069c4;
		cursor:default;
		display:block;
		font-weight:bold;
		margin:0 0 0 -1px;
		padding:22px 0 0 0;
		text-decoration:none;
		width:105px;
		height: 12px;
		}
	
	ul.tabs li a:hover, ul.tabs li.current a {
		cursor: pointer;
		background-image:url(../images/menu_item_on.png);
		background-repeat: no-repeat;
		width: 105px;
		height: 52px;
		border:0 none;
		color:#FFFFFF;
		margin:0;
		top: -5px;
		padding-top:27px;
		position:relative;
		text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
		z-index:2;
		}
	
	ul.tabs li span 
	{
		display:block;
		font-size:16px;
		font-weight:bold;
		line-height:1;
		margin-left: 20px;
		}
	
	ul.tabs.short li a 
	{
		padding:9px 5px 13px 15px;
		}
	
	ul.tabs.short li a:hover, ul.tabs.short li.current a 
	{
		padding:18px 5px 13px 15px;
		}
	
	ul.tabs.short li span 
	{
		font-size:14px;
		}
	
	ul.tabs.small li a 
	{
		font-size:14px;
		}
	
	ul.tabs.small li a 
	{
		padding:20px 5px 13px 15px;
		}
	
	ul.tabs.small li a:hover, ul.tabs.small li.current a 
	{
		padding:29px 5px 13px 15px;
		}
	
	ul.tabs.small li span 
	{
		font-size:14px;
		}










/* =========================================================================================
// 	Footer
========================================================================================= */

#footer
{
	position: relative;
	margin-top: -200px; /* negative value of footer height */
	padding: 10px 0px;
	height: 200px;
	clear:both;
	background-color: #e3e4e3;
	border-top: #989898 1px solid;
}

#footer > #center {
	width: 960px;
	margin: 0 auto;
}

.footer_cntnt_field {
	width: 225px;
	height: 180px;
	margin-right: 0px;
	padding: 0px 8px;
	position: relative;
	float: left;
	border-left: #989898 1px solid;
	line-height: 20px;
}

.footer_cntnt_field .column_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #424242;
}

.footer_cntnt_field a,
.footer_cntnt_field a:link,
.footer_cntnt_field a:active,
.footer_cntnt_field a:visited,
.footer_cntnt_field a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838383;
}















.account_menu{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.account_menu ul{
font: normal 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.account_menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.account_menu a{
float: left;
color: white;
background-color: #167FD5;
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
}

.account_menu a span{
float: left;
display: block;
background: transparent url(media/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.account_menu a span{
float: none;
}


.account_menu a:hover, .account_menu li.selected a{
background-color: #3661ff; /*background color of tabs onMouseover*/
color: white;
}

.account_menu a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 2px;
line-height: 5px;
background: #167FD5; /*background color of horizontal line*/
border-top: 0px solid #fff; /*Remove this to remove border between bar and tabs*/
margin-bottom: 30px;
}





















.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -325px;
    width: 650px;
    
    background-color: #FFF;
    padding: 0px;
}

.jqmWindow #popup_title {
	height: 13px;
	background-color: #0069c4;
	color: #FFFFFF;
	padding: 8px;
	margin-bottom: 10px;
	position: relative;
}

.jqmWindow .close_button {
	padding: 0px 20px 0 5px;
	position: relative;
	float: right;
	background: url("/resources/images/popup_close_btn.gif") 31px 1px no-repeat;
	color: white;
	text-decoration: none;
}


.jqmWindow .popup_content {
	padding: 8px;
	position: relative;
	float: left;
	}
	
.popup_content .main_content {
	width: 380px;
	height: auto;
	min-height: 330px;
	margin: 5px 0px 20px 0px;
	padding: 0px 20px 0px 10px;
	border-right: #DDDDDD 1px solid;
	position: relative;
	float: left;
	line-height: 18px;
}

.popup_content .main_content .highlight_box {
	width: 370px;
	margin: 5px 0px 10px 0px;
	padding: 5px 5px 3px 5px;
	position: relative;
	float: left;
	background-color: #DDDDDD;
	border-bottom: 2px #0069c4 solid;
	font-size: 11px;
	font-weight: bold;	
}

.popup_content .side_content {
	width: 190px;
	height: auto;
	min-height: 315px;
	margin: 5px 0px 20px 0px;
	padding: 15px 10px 0px 20px;
	position: relative;
	float: right;
	font-size: 11px;
	line-height: 18px;
}

.popup_content .side_content .title {
	font-size: 12px;
	margin: 16px 0px;
	font-weight: bold;
	clear: both;
}

.popup_content .side_content p {
	margin-bottom: 20px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


.popup_content .main_content .form label{
float: left;
width: 100px;
font-weight: bold;
margin-top: 5px;
}

.popup_content .main_content .form label.small{
float: left;
width: 305px;
margin: 0px 0 0 100px;
color: #747474;
font-size:11px;
font-weight: normal;
}

.popup_content .main_content .form input{
width: 180px;
margin-bottom: 7px;
margin-top: 4px;
margin-right: 10px;
}

em.error{
	font-size: 11px;
	font-variant: normal;
}

.popup_content .main_content .form input[type="checkbox"] {
	width: auto;
	margin-top: 5px;
	text-align: left;
}

.popup_content .main_content .form textarea{
width: 250px;
height: 150px;
}

.popup_content .main_content .form .boxes{
width: 1em;
}

.popup_content .main_content .form #submitbutton{
margin-left: 100px;
margin-top: 10px;
width: auto;
}

.popup_content .main_content .form br{
clear: left;
}



















/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}






/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/../../../../resources/images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -32px!important}
div.star-rating-hover a{background-position:0 -16px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */