/* --------------------------------------------------------------------------------------

	Stylesheet MyTalents 20071215
	
	------------------------
	COLOR SCHEME
	------------------------
	Dark grey:		#333333;
	Light grey:		#999999;
	Dark red:		#660000;
	Light red:		#cc0000;
	Dark blue:		#0066cc;
	Light blue:		#0099ff;
	------------------------

	GENERAL
-------------------------------------------------------------------------------------- */

html * {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

/* --------------------------------------------------------------------------------------
	PAGINA OPBOUW
-------------------------------------------------------------------------------------- */

#container {
	width: 950px;
	margin: 0px auto;
}

#header {
	height: 90px;
	border-bottom: 1px solid #999999;
}

#logo {
	height: 70px;
	width: 200px;
	float: left;
	margin: 10px 0px;
	background: url(img/dotted_h.gif) right repeat-y;
}

#top_nav {
	height: 70px;
	width: 530px;
	float: left;
	margin: 10px;
	padding: 0px;
	background: url(img/dotted_v.gif) left center repeat-x;
}

#signin {
	height: 55px;
	width: 190px;
	float: left;
	margin: 10px 0px;
	padding: 15px 0px 0px 10px;
	background: url(img/dotted_h.gif) left repeat-y;
}

#body {
	margin: 50px 0px;
}
#body.home {
	margin: 25px 0px 50px 0px;
}

#title_bar {
	padding: 20px 0px 0px 220px;
	background: #cc0000 url(img/bg_title_bar.gif) repeat-y;
	height: 70px;
	margin-bottom: 40px;
	color: #FFFFFF;
}

#colm_left {
	width: 200px;
	float: left;
	padding-top: 10px;
}

#colm_full {
	margin: 10px 0px 10px 10px;
	width: 690px;
	float: left;
	padding: 20px;
	background: #FFFFFF url(img/bg_gradient_full.png) no-repeat;

}

#colm_main {
	margin: 10px 0px 10px 10px;
	width: 490px;
	float: left;
	padding: 20px;
	background: #FFFFFF url(img/bg_gradient.png) no-repeat;
	position: relative;
}

#colm_right {
	padding-top: 10px;
	width: 200px;
	float: right;
}

/* --------------------------------------------------------------------------------------
	NAVIGATIE
-------------------------------------------------------------------------------------- */

#logo img {
	margin: 15px 0px 0px 10px;
}

#top_nav ul {
	clear: left;
	padding: 10px 0px 10px 0px;
	height: 15px;
}
#top_nav li {
	float: left;
	list-style-type: none;
	margin: 0px 10px 0px 5px;
}
#top_nav li a {
	color: #666666;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#top_nav li.active a,
#top_nav li a:hover {
	color: #0066cc;
}
#top_nav ul.child li {
	margin: 0px 5px 0px 5px;
}
#top_nav ul.child li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
}
#top_nav ul.child li a:hover {
	text-decoration: underline;
}

#signin ul {
	height: 15px;
	margin-top: 5px;
}
#signin li {
	list-style-type: none;
	height: 15px;
	float: left;
	border-right: 1px solid #999999;
	margin-right: 10px;
}
#signin li.last {
	border-right: none;
}

.tabbed_nav {
	position: absolute;
	left: 15px;
	top: -25px;
	height: 26px;
	z-index: 2;
	float: left;
}
.tabbed_nav ul {
	height: 26px;
	padding: 0px !important;
}
.tabbed_nav ul li {
	float: left;
	list-style-type: none;
	height: 26px;
}
.tabbed_nav ul li a {
	padding-left: 15px;
	display: block;
	width: 100px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	vertical-align: middle;
	text-decoration: none;
	background: url(img/tabs/left.gif)
}
.tabbed_nav ul li a span {
	display: block;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	padding-right: 15px;
	background: url(img/tabs/right.gif) top right no-repeat;
}
.tabbed_nav ul li a.last span {
	background: url(img/tabs/right_last.gif) top right no-repeat;
}

.tabbed_nav ul li.active a,
.tabbed_nav ul li a:hover {
	background: url(img/tabs/active_left.gif)
}
.tabbed_nav ul li.active a span,
.tabbed_nav ul li a:hover span {
	background: url(img/tabs/active_right.gif) top right no-repeat;
}

.tabbed_nav ul li.active a.last span,
.tabbed_nav ul li a.last:hover span {
	background: url(img/tabs/active_right_last.gif) top right no-repeat;
}

/* --------------------------------------------------------------------------------------
	BLOCK DESIGN: HEADER, BODY enz
-------------------------------------------------------------------------------------- */
#signin, #signin a {
	color: #999999;
}

#signin h2 {
	color: #0066cc;
}
#signin ul a {
	display: block;
	color: #999999;
	text-decoration: none;
	margin-right: 10px;
	line-height: 15px;
	vertical-align: middle;
}
#signin a:hover {
	text-decoration: underline;
}

#title_bar h1 {
	font-size: 30px;
	margin-bottom: 10px;
}

#home_box {
	display: inline;
	float: left;
	width: 750px;
	height: 355px;
	padding-top: 20px;
	background: url(img/bg_home_box4.gif) no-repeat;
	color: #FFFFFF;
	overflow: hidden;
}

div.intro {
	padding: 10px 10px 20px 10px;
	margin: 0px 0px 10px 0px;
	background: url(img/dotted_v.gif) left bottom repeat-x;
}
div.intro h1 {
	font-size: 11px;
}
div.boxed {
	border: 1px solid #CCCCCC;
	background: none;
}

#bottom_blocks {
	clear: both;
	display: inline;
	padding: 25px 0px 0px 0px;
}
#bottom_blocks .block {
	width: 280px;
	height: 80px;
	float: left;
	padding: 10px;
	margin: 0px 25px 0px 0px;
}
#bottom_blocks .gradient {
	background: url(img/bg_gradient_300.png) no-repeat;
}

#choose_blocks .block {
	width: 200px;
	float: left;
	padding: 10px;
	margin: 0px 25px 0px 0px;
	/*background: url(img/arr_big_white.gif) no-repeat left 5px;*/
}

/* --------------------------------------------------------------------------------------
	ANCHORS / LINKS
-------------------------------------------------------------------------------------- */

a {
	color: #333333;
}
a:hover {
	color: #000000;
}
a img {
	border: none;
}
a.lees_verder {
	padding-right: 8px;
	font-weight: bold;
	text-decoration: none;
	color: #0099ff;
	background: url(img/arr_light_blue_right.gif) no-repeat right 5px;
}
a.lees_verder:hover {
	text-decoration: underline;
}
#crumb a {
	color: #FFFFFF;
	text-decoration: none;
	background: url(img/arr_white_right.gif) no-repeat right 5px;
	padding-right: 8px;
	margin-right: 8px;
}
#crumb a:hover {
	text-decoration: underline;
}
#crumb a.last {
	background: none;
}

a.link_delete {
	background: url(img/icon_bin.gif) no-repeat left 0px;
	padding: 3px 0px 3px 22px;
}
a.link_pdf {
	background: url(img/icon_pdf.gif) no-repeat left 0px;
	padding: 3px 0px 3px 22px;
}
a.link_download {
	background: url(img/icon_download.gif) no-repeat left 0px;
	padding: 3px 0px 3px 22px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	
}
a.link_download:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------
	HEADERS / TITELS H1, H2, H3 enz
-------------------------------------------------------------------------------------- */

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 10px;
}
#colm_main h1,
#colm_main h2,
#colm_main h3 {
	color: #CC0000;
}

/* --------------------------------------------------------------------------------------
	MAIN CONTENT
-------------------------------------------------------------------------------------- */

#colm_main h1,
#colm_main h2,
#colm_main h3,
#colm_full h1,
#colm_full h2,
#colm_full h3 {
	margin-bottom: 10px;
}
p {
	margin-bottom: 18px;
}
#colm_main ul,
#colm_main ol,
#colm_full ul,
#colm_full ol {
	padding-left: 20px;
	margin-bottom: 18px;
}
#colm_main table,
#colm_full table {
	margin-bottom: 18px;
}


/* --------------------------------------------------------------------------------------
	FOOTER
-------------------------------------------------------------------------------------- */

#footer {
	border-top: 1px solid #999999;
	padding: 10px 0px 20px 0px;
	color: #999999;
}
#footer ul li {
	list-style-type: none;
	float: left;
	width: 170px;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}
#footer ul li li {
	float: none;
	font-weight: normal;
	margin: 0px;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------
	FORMS
-------------------------------------------------------------------------------------- */
form div.element {
	clear: left;
	margin-bottom: 15px;
}
.actions div.element {
	clear: none;
}
div.form_info {
	margin-bottom: 15px;
	background-color: #FFFFFF;
	border-left: 4px solid #990000;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}

label {
	width: 170px;
	padding-right: 10px;
	float: left;
	display: block;
	color: #333333;
	font-weight: bold;
	text-align: right;
}
label.error {
	color: #CC0000;
}
div.required label {
	width: 165px;
	background: url(img/required.png) no-repeat right 0px;
	margin-right: 5px;
}
label.no_required_icon {
	width: 170px !important;
	background: none !important;
	margin-right: 0 !important;
}
label.right_label,
div.required label.right_label {
	width: auto;
	background: none;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	padding: 3px;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #333333;
}
input.defualt_value {
	color: #999999;
}
input, select, textarea {
	width: 275px;
}
input.extra_small, select.extra_small, textarea.extra_small {
	width: 80px;
}
input.digit2, select.digit2, textarea.digit2 {
	width: 20px;
}
input.digit4, select.digit4, textarea.digit4 {
	width: 40px;
}
select.digit4 {
	width: 50px;
}
input.small, select.small, textarea.small {
	width: 150px;
}
input.medium, select.medium, textarea.medium {
	width: 225px;
}
textarea {
	height: 100px;
}
textarea.large {
	height: 150px;
}
textarea.wide {
	width: 500px;
}
input.radio,
input.checkbox {
	width: 15px;
	float: left;
	margin-right: 5px;
}
form.vote label {
	float: left;
	width: auto;
	padding: 0px 7px 0px 0px;
}

fieldset {
	border: none;
	background: url(img/dotted_v.gif) repeat-x left 17px;
	padding: 20px 0px 15px 0px
}
fieldset.actions {
	border: none;
	padding: 10px 0px 10px 180px;
	background: url(img/dotted_v.gif) repeat-x left 0px;
}
legend {
	font-weight: bold;
	color: #0099ff;
}
fieldset.actions .element {
	float: left;
	margin-right: 20px;
}
.element .help_txt {
	color: #999999;
	padding: 5px 0px 0px 180px;
	font-size: 10px;
	line-height: 14px;
	clear: left;
}
.element .rt_alert_box {
	float: right;
	color: red;
	width: 200px;
	
}

#colm_right label {
	width: auto;
	text-align: left;
}


/* FORM ERRORS / WARNINGS */
div.warning {
	background-color: #FF3300;
	padding: 10px 10px 10px 10px;
	color: #000000;
	margin-bottom: 18px;
}
div.warning a {
	color: #000000;
}
div.warning h2 {
	color: #000000 !important;
	margin-bottom: 0px!important;
}
div.errors {
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 18px;
}
div.errors ul {
	padding-left: 15px;
	margin-bottom: 0px !important;
}
div.errors a {
	color: #FFFFFF;
}

/* FORM NOTIFICATIONS */
div.notify_ok {
	background-color: #66CC00;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 18px;
}


a.button_small,
a.button,
a.button_large
{
	display: block;
	height: 23px;
	width: 125px;
	line-height: 23px;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	margin: 0px 1px 0px 0px;
	text-decoration: none;
	background: url(img/bg_btn_left.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
	white-space: nowrap;
}
a.button_small:hover,
a.button:hover,
a.button_large:hover
{
	background: url(img/bg_btn_left.gif) left -23px no-repeat;
}
a.button_small span,
a.button span,
a.button_large span
{
	display: block;
	height: 23px;
	width: auto;
	color: #FFFFFF;
	text-decoration: none;
	background: url(img/bg_btn_right.gif) right top no-repeat;
}
a.button_small:hover span,
a.button:hover span,
a.button_large:hover span
{
	background: url(img/bg_btn_right.gif) right -23px no-repeat;
}
a.button_small {
	width: 75px;
}
a.button_large {
	width: 175px;
}
a.cancel {
	color: #FFFFFF !important;
	background: url(img/bg_btn_cancel_left.gif) no-repeat;
}
a.cancel span {
	color: #FFFFFF !important;
	background: url(img/bg_btn_cancel_right.gif) right top no-repeat;
}
a.cancel:hover {
	color: #FFFFFF !important;
	background: url(img/bg_btn_cancel_left.gif) left -23px no-repeat;
}
a.cancel:hover span {
	color: #FFFFFF !important;
	background: url(img/bg_btn_cancel_right.gif) right -23px no-repeat;
}


/* --------------------------------------------------------------------------------------
	LIJSTEN
-------------------------------------------------------------------------------------- */

table.data {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
table.border {
	border: 1px solid #CCCCCC;
}
table th {
	text-align: left;
}

table.data th,
table.data td {
	padding: 4px;
	vertical-align: top;
}
table.border td,
table.border th {
	border: 1px solid #CCCCCC;
	padding: 4px;
}

ul.linklist li {
	list-style-type: none;
	background: url(img/dotted_v.gif) left bottom repeat-x;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 10px;
}
ul.linklist li li {
	background: url(img/dotted_v.gif) left top repeat-x;
}
ul.linklist li.title {
	font-weight: bold;
}
ul.linklist li a {
	display: block;
	height: 30px;
	margin-right: 10px;
	background: url(img/bullet_right_grey.gif) no-repeat right center;
	text-decoration: none;
}
ul.linklist li.active a,
ul.linklist li a:hover {
	background: url(img/bullet_right_blue.gif) no-repeat right center;
	color: #0099ff;
}
ul.linklist li.active li a {
	color: #333333;
	background: url(img/bullet_right_grey.gif) no-repeat right center;
}
ul.linklist li.active li.active a,
ul.linklist li.active li a:hover {
	background: url(img/bullet_right_blue.gif) no-repeat right center;
	color: #0099ff;
}

ul.linklist li.title a {
	background: none;
}

#colm_right ul.linklist a {
	height: 30px;
	overflow: hidden;
	background: url(img/bullet_left_grey.gif) no-repeat left 8px;
	padding: 0px 0px 0px 20px;
}
#colm_right ul.linklist a:hover {
	background: url(img/bullet_left_blue.gif) no-repeat left 8px;;
	color: #0099ff;
}

ul.rs_navigation {
	list-style-type: none;
}
ul.rs_navigation li {
	float: left;
	margin-right: 10px;
}
ul.rs_navigation li a {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #CCCCCC;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #333333;
}
ul.rs_navigation li.active a,
ul.rs_navigation li a:hover {
	color: #FFFFFF;
	border: 1px solid #0099ff;
	background: #0099ff;
}

ul.az_nav {
	padding: 0px !important;
	margin: 0px !important;
}
ul.az_nav li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}
ul.az_nav li a {
	display: block;
	width: auto;
	padding: 2px;
	margin-right: 3px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
}
ul.az_nav li.active a,
ul.az_nav li a:hover {
	color: #FFFFFF;
	border: 1px solid #0099ff;
	background: #0099ff;
}

ul.offers li,
ul.bookings li {
	list-style-type: none;
}
ul.offers li span,
ul.bookings li span {
	display: block;
	clear: left;
}
ul.offers li span.name {
	font-weight: bold;
	color: #000000;
}
ul.offers li span.date {
	font-size: 10px;
}
ul.bookings li span.name {
	font-weight: bold;
}


/* LIST AS TABLE */
ul.table_view {
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
}
ul.table_view li {
	list-style-type: none;
	border-bottom: 1px solid #CCCCCC;
	clear: left;
	height: 29px;
}
ul.table_view li.header {
	font-weight: bold;
}
ul.table_view li:hover {
	background: #F2F2F2;
}
ul.table_view li span {
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
	padding: 0px 5px;
	display: block;
	width: auto;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
ul.table_view li span a {
	text-decoration: none;
}
ul.table_view li span a:hover {
	text-decoration: underline;
}
ul.table_view li span.xlarge {
	width: 250px;
}
ul.table_view li span.large {
	width: 150px;
}
ul.table_view li span.medium {
	width: 100px;
}
ul.table_view li span.small {
	width: 50px;
}
ul.table_view li span.xsmall {
	width: 25px;
}

/* --------------------------------------------------------------------------------------
	CATAGORIES / PROFILES
-------------------------------------------------------------------------------------- */
div#recent_work {
	margin-bottom: 25px;
	width: 100%;
	overflow: hidden;
}
div.cat_item {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 5px;
	margin-bottom: 20px;
}

div.cat_item_small {
	width: 133px;
	float: left;
}
div.cat_item a.img {
	display: block;
	float: left;
	width: 73px;
	height: 73px;
	margin: 0 15px 0 0;
}
a.img {
	display: block;
	overflow: hidden;
	width: 73px;
	height: 73px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
	text-align: center;
}
a.img img {
	vertical-align: middle;
	margin: auto;
}
div.cat_item .title {
	font-weight: bold;
}
div.cat_item_small .title,
div.cat_item_small .link {
	font-weight: normal;
	clear: left;
	width: 125px;
	height: 18px;
	overflow: hidden;
}
div.cat_item_small .title a {
	text-decoration: none;
	color: #999999;
}
div.cat_item_small .title a:hover {
	color: #333333;
}
div.cat_item_small .link a {
	text-decoration: none;
	color: #333333;
}
div.cat_item_small .link a:hover {
	color: #000000;
}
div.cat_item .intro_txt {
	height: 40px;
	overflow: hidden;
}
div.cat_item .link {
}

.for_sale {
	background: #FFFFFF url(img/icon_pdf.gif) no-repeat right bottom !important;
}

/* --------------------------------------------------------------------------------------
	COLORS
-------------------------------------------------------------------------------------- */

h1.red, h2.red, h3.red,
p.red, b.red, strong.red,
span.red {
	color: #CC0000;
}

div.blue {
	background-color: #0099ff;
	color: #FFFFFF;
}
div.red {
	background-color: #ff0000;
	color: #FFFFFF;
}
div.grey {
	background-color: #999999;
	color: #FFFFFF;
}
div.light_grey {
	background-color: #CCCCCC;
	color: #FFFFFF;
}


div.blue a,
div.red a,
div.grey a 
{
	color: #FFFFFF;
}
div.blue h1,
div.red h1,
div.grey h1, 
div.grey label 
{
	color: #FFFFFF !important;
}

div.blue a.lees_verder,
div.red a.lees_verder,
div.grey a.lees_verder 
{
	background: url(img/arr_white_right.gif) no-repeat right 5px;
}

/* --------------------------------------------------------------------------------------
	VOTE BOX
-------------------------------------------------------------------------------------- */

.vote_box {
	width: 90px;
	height: 15px;
	background: url(/img/vote/0.gif) no-repeat;
}
.vote_box a {
	float: left;
}

.vote_box a:hover {
	background: url(/img/vote/vote.gif) no-repeat;
}


/* --------------------------------------------------------------------------------------
	HELPERS
-------------------------------------------------------------------------------------- */

.devider {
	clear: both;
	background: url(img/dotted_v.gif) left center repeat-x;
	height: 20px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: none;
}
.gutter {
	clear: left;
	padding: 10px;
}
.small_gutter {
	clear: left;
	padding: 5px 10px;
}
.no_margin {
	margin: 0px 0px 0px 0px !important;
}
.block {
	display: block;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.loader {
	padding-left: 10px;
}
.left {
	float: left;
}
/* --------------------------------------------------------------------------------------
	UPLOADER
-------------------------------------------------------------------------------------- */
#fcbody #pb {
	display: none;
}
#uploadbuttonwrapper {
	margin: 20px 0px 0px 180px;
}
#uploadbuttonwrapper input {
	width: auto;
	background-color: #cc0000;
	color: #FFFFFF;
	border: 1px solid #FF0000;
}
/* --------------------------------------------------------------------------------------
	COMMENTS
-------------------------------------------------------------------------------------- */

.comments .comment {
	clear: left;
	background: url(img/dotted_v.gif) left bottom repeat-x;
}
.comments .comment span {
	display: block;
}
.comments .comment span.info {
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
}
.comments .comment span.info a {
	color: #999999;
}
.comments .comment span.comment {
	padding-bottom: 10px;
}



/* --------------------------------------------------------------------------------------
	SOCIAL BOOKMARKS
-------------------------------------------------------------------------------------- */

.social_bookmarks a {
	margin-right: 6px;
}

/* --------------------------------------------------------------------------------------
	MOOTABS HOMEPAGE
-------------------------------------------------------------------------------------- */
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 375px;
	float: left;
}

.mootabs_title li {
	float: none;
	padding: 0px;
	cursor: pointer;
	width: 200px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	
}
.mootabs_title li span {
	display: block;
	width: 170px;
	margin: 0px 10px;
	padding-left: 10px;
	background: url(img/dotted_home_box.gif) left bottom repeat-x;
}

.mootabs_title li.last span {
	background: none;
}

.mootabs_title li.active {
	background-color: #e6e6e6;
	background: url(img/arr_big_white.gif) left center no-repeat;
}

.mootabs_panel {
	display: none;
	position: relative;
	left: 200px;
	width: 340px;
	height: 375px;
	top: -375px;
	clear: both;
	overflow: hidden;
	padding: 0px 0px 20px 20px;
	font-size: 16px;
	line-height: 26px;
}

.mootabs_panel.active {
	display: block;
}
.mootabs_panel h1 {
	font-size: 30px;
	margin-bottom: 10px;
}
.mootabs_panel .action {
	font-size: 11px;
	line-height: 18px;
}
.mootabs_panel .action a {
	color: #FFFFFF;
	text-decoration: none;
	background: url(img/arr_white_right.gif) left center no-repeat;
	padding-left: 10px;
}
.mootabs_panel .action a:hover {
	text-decoration: underline;
}

.percentage_holder {
	border: 1px solid #CCCCCC;
	background: #009900;
	width: 300px;
	height: 20px;
	display: block;
}
.percentage_holder .percentage {
	height: 20px;
	background-color: #FF0000;
	border-right: 1px solid #FFFFFF;
}
/* --------------------------------------------------------------------------------------
	ADVERTENTIES
-------------------------------------------------------------------------------------- */
.google_leaderboard {
	width: 740px;
	clear: left;
	float: left;
	margin-bottom: 25px;
}
.google_text_links {
	padding: 0px 10px 10px 10px;
}
.google_sky_right {
	width: 180px;
	height: 600px;
}
.google_banner {
	width: 468px;
	height: 60px;
}



/* --------------------------------------------------------------------------------------
	AGENDA
-------------------------------------------------------------------------------------- */
.agenda_items {
	clear: both;
}
.agenda_item {
	clear: both;
	background: transparent url(img/dotted_v.gif) left top repeat-x;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	overflow: hidden;
}
.agenda_item .date {
	width: 50px;
	border-left: 2px solid #CC0000;
	border-right: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	margin: 0 10px 0 0;
	float: left;
}
.agenda_item .date .month {
	background: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-transform: uppercase;
}
.agenda_item .date .day {
	height: 40px;
	font-size: 30px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
}
.agenda_item h2.title,
.agenda_item p {
	margin-bottom: 0 !important;
}
.agenda_item p.date_txt {
	color: #999999;
	font-style: italic;
}


/* --------------------------------------------------------------------------------------
	DATE PICKER
-------------------------------------------------------------------------------------- */

input.DatePicker{
	display: block;
	width: 129px;
	padding: 3px 3px 3px 24px;
	background: #fff url(img/date.gif) no-repeat top left;
	cursor: pointer;
	float: left;
	margin: 0 3px 0 0;
}
input:focus.DatePicker{
	background: #fffce9 url(img/date.gif) no-repeat top left;
}
.dp_container{
	position: relative;
	left: 170px;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
	width: 70px;
}
.dp_cal select option{
	padding: 1px 3px;
}
#date_from_date_monthSelect {
	width: 70px;
}
#date_from_date_yearSelect {
	width: 70px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}

/* --------------------------------------------------------------------------------------
	AWS UPLOADER
-------------------------------------------------------------------------------------- */
#responseContainer {
	width: 600px;
	display: none;
	overflow: auto;
}

#responseContainer .bd, #responseContainer .ft {
	width: 576px;
	overflow: auto;
}

#responseContainer .bd table {
	background-color: #f7f7f7;
	width: 100%;
	border: 1px solid #ccc;
	padding: 1px;
}

#responseContainer .bd table thead tr td,
#responseContainer .bd table tbody tr td,
#responseContainer .bd table tfoot tr td {
	padding: 5px;
}

#responseContainer .bd table thead tr td {
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}

#responseContainer .bd table tfoot tr td {
	background-color: #fdffe1;
}

#responseContainer #responseImg {
	margin: 12px; border: none;
}
#upload_loader {
	display: none;
}
#upload_loader #upload_status {
	clear: both;
}
#upload_error {
	display: none;
}
