/**
 * Blue: #4c8fd3
 */

#overview, #adminpanel
{
/*	font-family: Arial, Verdana;*/
}

#adminpanel td
{
	text-align: center;
	width: 100px;
}

#overview table
{
	margin: 0 auto;
	border-spacing: 0 2px;
}

#overview td
{
	padding: 2px;
	color: #555;
	background: #eee;
	text-align: center;
	border-right: 1px solid #fff;
	width: auto;
}

#overview thead td
{
	background: #4c8fd3;
	color: #fff;
	border: none;
}

#overview a
{
	text-decoration: underline;
}

#adminpanel a img, #overview a img, #userpanel a img
{
	border: none;
	text-decoration: none;
}

#overview a:hover
{
	text-decoration: none;
}

#overview thead td a
{
	color: #fff;
}

#overview h3
{
	color: #555;
	text-align: center;
}

.date
{
	width: 30px;
	height: 22px;
	padding: 13px 9px;
	background: transparent url(/Includes/Images/Webstruct/modules/calendar.png) no-repeat left center;
	border: 1px solid #eee; /* Filthy IE7 hack!*/
}

#newspanel h2
{
	text-indent: 100px;
	font-size: 24pt;
}

#quickNews
{

}
	#quickNews p
	{
		font-style: italic;
		font-size: 9pt;
		margin: 0 5px;
	}

	#quickNews ul
	{
	    list-style: none;
	}
/*
#newsform table
{
	width: 665px;
}
*/
.newsitem
{
	margin-left: 50px;
	margin-bottom: 15px;
	padding: 5px;
	width: 500px;
	background: #eee;
}
	.newsitem tfoot td
	{
		font-size: 10pt;
		font-style: italic;
	}

.back, .cancel, .close, .delete, .edit, .ok, .save, .example
{
	width: 27px;
	height: 27px;
	border: none;
}

.back
{
	background: transparent url(/Includes/Images/Webstruct/buttons/back.png) no-repeat center center;
}

.back:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/back_over.png) no-repeat center center;
}

.cancel
{
	background: transparent url(/Includes/Images/Webstruct/buttons/cancel.png) no-repeat center center;
}

.cancel:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/cancel_over.png) no-repeat center center;
}

.close
{
	background: transparent url(/Includes/Images/Webstruct/buttons/close.png) no-repeat center center;
}

.close:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/close_over.png) no-repeat center center;
}

.delete
{
	background: transparent url(/Includes/Images/Webstruct/buttons/delete.png) no-repeat center center;
}

.delete:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/delete_over.png) no-repeat center center;
}

.edit
{
	background: transparent url(/Includes/Images/Webstruct/buttons/edit.png) no-repeat center center;
}

.edit:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/edit_over.png) no-repeat center center;
}


.ok
{
	background: transparent url(/Includes/Images/Webstruct/buttons/ok.png) no-repeat center center;
}

.ok:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/ok_over.png) no-repeat center center;
}

.save
{
	background: transparent url(/Includes/Images/Webstruct/buttons/save.png) no-repeat center center;
}

.save:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/save_over.png) no-repeat center center;
}

.example
{
	background: transparent url(/Includes/Images/Webstruct/buttons/example.png) no-repeat center center;
}

.example:hover
{
	background: transparent url(/Includes/Images/Webstruct/buttons/example_over.png) no-repeat center center;
}

/* Classes */
.ac_results
{
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul
{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li
{
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading
{
	background: white url('Images/indicator.gif') right center no-repeat;
}

.ac_odd
{
	background-color: #eee;
}

.ac_over
{
	background-color: #0A246A;
	color: white;
}

.ErrorMessage
{
	color: red;
	float: right;
	margin-right: 60px;
	margin-top: 3px;
}

.ErrorVeld
{
	border: 1px dotted red;
   	background-color: #ffd4d4;
}

.Hint
   {
   	display: none;
	position: absolute;
	right: 65px;
	width: 200px;
	margin-top: -25px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background: #ffc url('/Includes/Images/Webstruct/pointer.gif') no-repeat -10px 10px;/* -100px -100px;*/
   }
    .Hint .Pointer
    {
	    position: absolute;
	    left: -10px;
	    top: 5px;
	    width: 10px;
	    height: 19px;
	    background: url('/Includes/Images/Webstruct/pointer.gif') left top no-repeat;
	}

.LongInput
{
	width: 500px;
}

.RadioButtonGroup
{
	margin-left: 155px;
	margin-top: -25px;
}

/** MULTIUPLOAD STYLING **/

	.MultiUpload div.fieldset span.legend
	{
		position: relative;
		background-color: #FFF;
		padding: 3px;
		top: -30px;
		font: 700 14px Arial, Helvetica, sans-serif;
		color: #73b304;
	}

	.MultiUpload #btnSubmit { margin: 0 0 0 155px ; }

	.MultiUpload div.flash
	{
		width: 375px;
		margin: 10px 5px;
		border-color: #D9E4FF;
	}

	.MultiUpload .progressWrapper
	{
		width: 357px;
		overflow: hidden;
	}

	.MultiUpload .progressContainer
	{
		margin: 5px;
		padding: 4px;
		border: solid 1px #E8E8E8;
		background-color: #F7F7F7;
		overflow: hidden;
	}

	.MultiUpload .message
	{
		margin: 1em 0;
		padding: 10px 20px;
		border: solid 1px #FFDD99;
		background-color: #FFFFCC;
		overflow: hidden;
	}

	.MultiUpload .red
	{
		border: solid 1px #B50000;
		background-color: #FFEBEB;
	}

	.MultiUpload .green
	{
		border: solid 1px #DDF0DD;
		background-color: #EBFFEB;
	}

	.MultiUpload .blue
	{
		border: solid 1px #CEE2F2;
		background-color: #F0F5FF;
	}

	.MultiUpload .progressName
	{
		font-size: 8pt;
		font-weight: 700;
		color: #555;
		width: 323px;
		height: 14px;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
	}

	.MultiUpload .progressBarInProgress,
	.MultiUpload .progressBarComplete,
	.MultiUpload .progressBarError
	{
		font-size: 0;
		width: 0%;
		height: 2px;
		background-color: blue;
		margin-top: 2px;
	}

	.MultiUpload .progressBarComplete
	{
		width: 100%;
		background-color: green;
		visibility: hidden;
	}

	.MultiUpload .progressBarError
	{
		width: 100%;
		background-color: red;
		visibility: hidden;
	}

	.MultiUpload .progressBarStatus
	{
		margin-top: 2px;
		width: 337px;
		font-size: 7pt;
		font-family: Arial;
		text-align: left;
		white-space: nowrap;
	}

	.MultiUpload a.progressCancel
	{
		font-size: 0;
		display: block;
		height: 14px;
		width: 14px;
		background-image: url('Images/Lay-out/cancelbutton.gif');
		background-repeat: no-repeat;
		background-position: -14px 0px;
		float: right;
	}

	.MultiUpload a.progressCancel:hover
	{
		background-position: 0px 0px;
	}

	.MultiUpload .swfupload
	{
		vertical-align: top;
	}

/** END MULTIUPLOAD STYLING **/

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
/*	zoom: 1;*/
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/** END LIGHTBOX **/
