/* Dark blueish */
.color1
{
	color: #ffffff;
}

.color1_background
{
	background-color: #318ead;
	color: #ffffff;
	padding: 10px;
}

/* Lighter blueish */
.color2
{
	color: #a8bcc2;
}

.color2_background
{
	background-color: #a8bcc2;
	color: #212d31;
	padding: 10px;
}

/* Lighter blueish */
.color3
{
	color: #ddeaee;
}

.color3_background
{
	background-color: #ddeaee;
	color: #2e434a;
	padding: 10px;
}

body
{
	line-height: 18px;
	background-image: url("../img/layouts/background.jpg");
	background-repeat: repeat-x;
	background-color: #01060c;
	overflow-x: hidden; /* Fix this (: Shouldnt be necessary */
	font-size: 11px;
	font-family: arial;
}

h1
{
	margin: 0 0 10px 0;
	height: 25px;
	font-size: 22px;
}

h2
{
	margin: 0 0 5px 0;
	font-size: 18px;
}

a
{
	color: #ff7128;
}

a.list
{
	color: #091742;
	text-decoration: none;
}

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

a.edit
{
	display: block;
	clear: both;
	margin: 10px 0 0 0;
	font-size: 11px;
	width: 50px;
}

p
{
	margin: 0 0 20px 0;
}

form
{
	margin: 0;
	padding: 0;
}

.hidden
{
	display: none;
}

.cleardiv
{
	clear: both;
}

#userlinks
{
	float: right;
	color: #fff;
	padding: 0 10px 0 0;
}

#userlinks a
{
	color: #fff;
}

#wrapper
{
	margin: 20px auto 7px auto;
	width: 969px;
}

#container2
{
	width: 951px;
	float: left;
}

/** SHADES **/

	#shadeTop
,	#shadeBottom
{
	clear: both;
	width: 969px;
}

#shadeTop
{
	background-image: url("../img/layouts/shade_top.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 8px;
}

#shadeBottom
{
	background-image: url("../img/layouts/shade_bottom.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 8px;
}

#shadeLeft
{
	float: left;
	padding: 0 0 0 7px;
	background-image: url("../img/layouts/shade_left.png");
	background-repeat: repeat-y;
	background-position: top left;
}

#shadeRight
{
	float: left;
	padding: 0 7px 0 0;
	background-image: url("../img/layouts/shade_right.png");
	background-repeat: repeat-y;
	background-position: top right;
}

/** END **/


#header
{
	/*
	background-image: url("../img/layouts/header_background.jpg");
	background-repeat: repeat-x;
	*/
	height: 90px;
	border-bottom: 1px solid #e9e9e9;
	margin: 0;
}

#logo
{
	float: left;
	margin: 7px 0 0 2px;
}

ul#menu_container
{
	clear: both;
	margin: 0;
	padding: 4px 0 5px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background-color: #fff;
	height: 20px;
	width: 100%;
}

ul#menu_container li
{
	float: left;
	list-style-type: none;
	padding: 0 12px 0 12px;
}

ul#menu_container li a
{
	color: #091742;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

ul#menu_container li a.active
{
	color: #ff7128;
}

ul#submenu
{
    clear: both;
	margin: 0;
    backgroun-color: #f0f;
    height: 25px;
    padding: 0 0 0 15px;
    background-color: #fff;
}

ul#submenu li
{
    float: left;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 2px 0 0 0;
    color: #091742;
}

ul#submenu li a.last_item
{
    color: #091742;
}

ul#submenu input, ul#submenu select
{
    float: right;
}

ul#submenu input
{
    width: 150px;
    margin: 2px 0 0 0;
}

#breadcrumbs_container
{
	font-size: 10px;
	padding: 10px 0 0 15px;
}

#wrapper_content
{
	position: relative;
	width: 100%;
	background-color: #318ead;
}

#content_content
{
	background-image: none; /* disabler */
	color: #fff;
}

/** BANNERS **/

#leaderboard
{
	float: left;
	width: 783px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#skyscraper
{
	float: right;
	width: 120px;
	height: 600px;
	margin: 0 15px 0 0;
	position: relative;
	top: -3px;
}

/** END **/

/** FORMS **/

label
{
	display: block;
	margin: 10px 0 0 0;
}

	div.input.text input
,	div.input.password input
{
	width: 220px;
}

.error-message
{
	display: block;
	clear: both;
	background-color: #e83a3a;
	padding: 5px;
	width: 213px;
	color: #fff;
}

.dont_touch
{
	float: none;
}

/** END **/

/** NEWS **/

#container_main_item
{
	padding: 0 0 10px 0;
	margin: 0;
	border-bottom: 1px solid #e3e3e3;
}

#container_main_item h2
{
	color: #091742;
	margin: 0 0 5px 0;
}

#container_main_item img
{
	position: relative;
	top: 4px;
}

.newsitem_container img
{
	position: relative;
	top: 9px;
}

	#container_main_item .metadata
,	.newsitem_container .metadata
{
	font-size: 10px;
}

.newsitem_container
{
	float: left;
	margin: 10px 10px;
	padding: 10px 0 0 0 0;
	border-bottom: 1px solid #e3e3e3;
}


.tagsitem_container
{
	width: 220px;
	min-height: 153px;
	float: left;
	margin: 10px 10px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e3e3e3;
}

.tagsitem_container uneven
{
	float: right;
	width: 215px;
}

	.newsitem_container h3
,	.single_event h3
,	.tagsitem_container h3
{
	margin: 0;
	color: #091742;
	font-weight: 700;
	font-size: 18px;
}

	.newsitem_container h3
,	.tagsitem_container h3
{
	margin: 0 0 5px 0;
}

/** END **/

/** WIDGETS **/

.widget_content_wrapper
{
	padding: 0 0 0 7px;
	color: #091742;
}

.widget_content_wrapper a
{
	color: #091742;
}

.widget_content_wrapper span
{
	color: #091742;
}

#widgetcontainer_position1
{
	float: left;
	width: 500px;
	height: 90px;
	margin: 0 0 0 50px;
}

.widget_latest_dossiers_item
{
	color: #fff;
	float: right;
	width: 230px;
	margin: 10px 0 0 0;
}

.widget_latest_dossiers_item a
{
	color: #fff;
	font-size: 0.8em;
}

h3.widget_title
{
	display: block;
	border-bottom: 1px solid #e2e3e5;
	padding: 5px 0 5px 5px;
	margin: 0 0 5px 0;
	font-size: 14px;
	background-color: #091742;
	color: #ffffff;
}

.widget_sidebar
{
	clear: both;
}

.tabs_container p /* removes a weird line appearing for some reason */
{
	background-color: #fff;
	border-top: 1px solid #091742;
}

.ui-tabs .ui-tabs-hide
{
     display: none;
}

li.ui-state-default
{
	height: 24px;
	width: 107px;
	background-image: url("../img/layouts/tab_background_inactive.jpg");
	background-repeat: no-repeat;
}

li.ui-state-active
{
	height: 24px;
	width: 107px;
	background-image: url("../img/layouts/tab_background_active.jpg");
	background-repeat: no-repeat;
}

	li.ui-state-default a
,	li.ui-state-active a
{
	display: block;
	text-align: center;
	margin: 3px 0 0 0;
}

.tabs_container li
{
	list-style: none;
	float: left;
	margin: 0;
}

.nuvideo
{
	margin: -15px 0 0 0;
	text-align: justify;
}

.nuvideo img
{
	width: 200px;
	height: 134px;
	border: 0;
	float: left;
	margin: 22px 15px 5px 0;
}

/** END **/

.tags_container
{
	font-size: 10px;
	margin: 0 8px 0 0;
	float: left;
}

/************************************/
/* WIDGET BOX */
/************************************/
.wrapper_widgetbox
{
	position: relative; /* Makes it possible to position the cornerimages absolute */
	margin: 15px 0 15px 0;
	background-color: #fff;
}

	.wrapper_widgetbox h2
,	.wrapper_widgetbox p
{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ededed;
}

.wrapper_widgetbox img.corner
{
	position: absolute;
	width: 8px;
	height: 8px;
}

.wrapper_widgetbox img.top
{
	top: 0;
}

.wrapper_widgetbox img.bottom
{
	bottom: 0;
}

.wrapper_widgetbox img.left
{
	left: 0;
}

.wrapper_widgetbox img.right
{
	right: 0;
}

	/* SPECS FOR THE DIFFERENT PLACES THE BOX GETS INCLUDED */

	 .wrapper_widgetbox
	{
		width: 250px;
	}

	/* END SPECS */

/************************************/
/* END WIDGET BOX */
/************************************/

/************************************/
/* CONTENT BOX */
/************************************/
.wrapper_contentbox
{
	position: relative; /* Makes it possible to position the cornerimages absolute */
	margin: 10px 0 15px 0;
	background-color: #fff;
}

.wrapper_contentbox img.corner
{
	position: absolute;
	width: 8px;
	height: 8px;
}

.wrapper_contentbox img.top
{
	top: 0;
}

.wrapper_contentbox img.bottom
{
	bottom: 0;
}

.wrapper_contentbox img.left
{
	left: 0;
}

.wrapper_contentbox img.right
{
	right: 0;
}

.wrapper_contentbox .wrapper_inner_content
{
	color: #091742;
}

	/* SPECS FOR THE DIFFERENT PLACES THE BOX GETS INCLUDED */

	.wrapper_contentbox
	{
		padding: 15px;
		width: 490px;
	}
	
	#leaderboard .wrapper_contentbox
	{
		padding: 10px 5px 5px 5px;
		margin: 15px 0 0 15px;
		width: 773px;
	}

	/* END SPECS */

/************************************/
/* END CONTENT BOX */
/************************************/

#footer
{
	background-color: #318ead;
}

#footer a
{
	text-decoration: none;
}

#footer img
{
	border: 0;
}

.addthis_button
{
	float: right;
}

#communityindex_links
{
	text-align: right;
	font-size: 16px;
	padding: 0 0 10px 0;
}

#communityindex_links a
{
	color: #fff;
}

.profilePhoto
{
	float: right;
	margin: 23px 0 0 0;
}

.companyLogo
{
	float: right;
	margin: 4px 0 0 0;
}

div.checkbox
{
	float: left;
	width: 230px;
	margin: 0 0 5px 0;
}

div.checkbox label
{
	float: left;
	width: 150px;
	margin: 0;
}

div.checkbox input
{
	float: left;
	width: 15px;
	margin: 3px 15px 0 0;
}

#events div.input
{
	float: left;
	width: 150px;
}

.fancy_border
{
	padding: 3px;
	border: 1px solid #e1ecf3;
}

.single_event
{
	margin: 0 0 15px 0;
	padding: 15px 0 25px 0;
	border-bottom: 1px solid #e3e3e3;
}

.event_attribute_title
{
	font-weight: 700;
	float: left;
	width: 100px;
}

.event_attribute_value
{
	float: left;
}

.event_attribute_value.large
{
	width: 170px;
}

.event_attribute_value.small
{
	width: 80px;
}

th
{
	text-align: left;
}

#small_banners
{
    float: left;
    margin: 0;
    padding: 0 0 0 15px;
}

.divider_div
{
    background-color: #091b41;
    color: #fff;
    margin: 30px 0 15px 0;
    padding: 5px 0 5px 15px;
}

#backButton
{
	cursor: pointer;
	text-decoration: underline;
	font-size: 10px;
}

.error
{
	color: #f00;
}

ul
{
	padding: 0 0 0 20px;
	list-style: square;
}

	#flashMessage
,	#authMessage
{
	position: relative;
	margin: 0px auto;
	width: 500px;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #256F0D;
	color: #091742;
	cursor: pointer;
}

.success
{
	background-color: #B2F08D;
}

.message
{
	background-color: #fcec7e;
}

#flashMessage div
{
	clear: both;
	padding: 5px 0 0 0;
	font-weight: 300;
	font-size: 10px;
}