body
{
	margin: 0;
	padding: 0;
	background: #e0e0e0;
	color: #333;
	font: .625em Arial, Tahoma, Helvetica, sans-serif;
	/* background-image: url(img/bg_image.png);
	background-position: center;
	background-repeat: repeat-y; */
}

.page
{
	width: 858px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 14px 10px 14px;
	font-size: 120%;
}
table tr td, table tr th
{
	font-size: 12px;
}

a {
	color: #005da4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li
{
	margin: 0 0 2px 0;
	padding: 0 0 0 14px;
	background: transparent url(img/bullet.png) 0 center no-repeat;

}
.content
{
	clear: both;
}
#header { 
	width:100%;
	margin:0;
	background-image: url(img/main_header_bg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #8f8f8f;
	height: 88px;
	padding: 0;
	display: block;
}
#header h1 { 
	padding: 0px;
	margin: 0;
	float: left;
	display: block;
}
#header h2 {
	float: left;
	font-family:"Georgia","Times New Roman",Times,serif;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 26px;
	color: #8F8F8F;
	margin: 8px 0 0 40px;
}
.footer
{
	border-top: 1px solid silver;
	font-size: 80%;
	color: silver;
}

h1
{
	margin: 10px 0;
	font-size: 180%;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", Times, serif;
}

h2
{
	margin: 10px 0;
	font-size: 110%;
	font-weight: bold;
}

* + html .cf
{
	height: 1%;
}

.cf:after
{
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/*//////////////////////////////////////////////////*/
/* form */
/*//////////////////////////////////////////////////*/

form fieldset
{
	border: 1px solid #C4C4C4;
	margin: 10px 0;
	padding: 0 4px 0 4px;

}

form div
{
	background-color: #f5f5f5;
	padding: 4px;
	margin: 4px 0;
	vertical-align: middle;
}

* + html form div { height: 1%; }

form div.editor textarea
{
	/*visibility: hidden;**/
	color:#050505;
	font-size:1em;
	font-weight:normal;
	line-height:140%;
	font-family:Arial,Helvetica,sans-serif;
}

form input.title
{
	font-size: 1.5em;
	color:#D20000;
	font-family:"Georgia","Times New Roman",Times,serif;
	width: 99%;
}

form div:after
{
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;	
}

.user form.inline div, .user form.inline label
{
	display: inline;
}


.user form label, .user span.label
{
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 30%;
	vertical-align: middle;
}

form label.line
{
	display: block;
	float: none;
	text-align: left;
}

form .checkboxes label
{
	display: inline;
	float: none;
	text-align: left;
}

form div.buttons
{
	margin-left: 30%;
	padding-left: 10px;
	background-color: transparent;
}

* + html form div.buttons { display: inline }

form textarea
{
	width: 99%;
}

.user form fieldset#login
{
	margin: 50px 0;
	padding: 4px;
}

form fieldset#login input
{
	font-size: 160%;
}

form .upload input, form .upload button, form .upload span { float: left; }
form .upload button, form .upload span { margin-left: 4px; }

.ajaxanimation
{
	width: 16px;
	height: 1.5em;
	text-indent: 16px;
	overflow: hidden;
	background: url(img/ajax-bg-gray.gif) 0 50% no-repeat;
}

.imageHolder
{
	border: 1px solid #000;
	padding: 5px;
	margin: 5px;
	background-color: #fff;
	float: left;
	width: 148px;
	z-index: 999;
}

.imageHolder .tools
{
	background: transparent;
	padding: 0;
	margin: 0 0 5px 0;
	height: 17px;
}

.imageHolder .tools .delete
{
	float: right;
}

/* .imageHolder .image, .imageHolder .tools { float: left; } */

.imageHolder .ajaxanimation
{
	display: none;
	clear: left;
	margin: 0;
	background: url(img/ajax-bg-white.gif) 0 50% no-repeat;
}

.imageHolder .comment { clear: left; }

.imageHolder .comment input { width: 105px; }

#loading, .ajaxanimation
{
	display: none;
}

#uploadControl
{
	margin: 0;
	padding: 0;
	display: none;
	float: left;
}

#ArticleImageHolder
{
	display: none;
}

.upload div { background: transparent }

#Photo .comment { display: none }

#Photos { clear: both }

/*//////////////////////////////////////////////////*/
/* navigation */
/*//////////////////////////////////////////////////*/
#toplevel {
	float: right;
	margin: 0;
	list-style:none;
	overflow: hidden;
	height: 22px;
	clear: right;
	width: 500px;
}
#toplevel li {
	float: right;
	font-size: 10px;
	padding: 0;
	background-image: none;
}
#toplevel li a, #toplevel li a.red {
	color:#005da4;
	height: 15px;
	padding: 4px 10px 0 10px;
	border-left: 1px #CBCBCB solid;
	display: block;
	float: left;
}
#toplevel li a.red {
	background: transparent url(img/red_arrow.png) 9px 8px no-repeat;
	padding: 4px 10px 0 22px;
}
#toplevel li a:hover {
	text-decoration: underline;
}
#toplevel li a.red:hover  {
	text-decoration: none;
	color: #D20000;
}
#toplevel li span {
	color:#333333;
	height: 15px;
	padding: 4px 1em 0 1em;
	display: block;
	float: left;
}
.navigation
{
	/* float: right;
	width: 20%; */
	/* border: 1px solid #d7bc7d; */
}

.navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	border-bottom: 1px solid #262626;
}
* html .navigation ul 
{
	height: 22px;
} 
.navigation ul li
{
	margin: 0 1px 0 0;
	padding: 0;
	background: #c6c6c6 url(img/admin_tab_off.png) 0 0 repeat-x;
	float: left;
}

.navigation ul li a
{
	color: #626262;
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 10px;
}

.navigation ul li a:hover
{
	background: #484848 url(img/admin_tab_on.png) 0 0 repeat-x;
	color: #fff;
}

.navigation ul li.active a, .navigation ul li.active a:hover
{
	background: #484848 url(img/admin_tab_on.png) 0 0 repeat-x;
	color: #fff;
}

/*//////////////////////////////////////////////////*/
/* table */
/*//////////////////////////////////////////////////*/

table
{
	margin: 10px 0;
	border-bottom: 1px solid #000;
}

table.full { width: 100% }

table tr th, table tr td
{
	padding: 2px;
}
table tr td
{
	border-bottom: 1px solid #cccccc;
}
table tr th
{
	padding-top: 5px;
	padding-bottom: 6px;
	background: #fff url(img/th_bg.png) 0 bottom repeat-x;
	color: #474747;
	text-align: left;
	font-weight: normal;
	border-top: 1px solid #9B9B9B;
	border-bottom: 2px solid #9B9B9B;
}

table tr th a
{
	color: #474747;
	/*text-decoration: none;*/
}

table tr th a.asc
{
	/* color: red; */
}

table tr th a.desc
{
	/* color: green; */
}

table tr th a.asc.active
{
	background: transparent url(img/sort-asc.gif) 0 50% no-repeat;
	padding-left: 10px;
}

table tr th a.desc.active
{
	background: transparent url(img/sort-desc.gif) 0 50% no-repeat;
	padding-left: 10px;
}


table tr.alt
{
	background-color: #f7f7f7;
}

/*///////////////////////////////////////////////////////////////
common
///////////////////////////////////////////////////////////////*/

.comment
{
	background-color: transparent;
	color: Gray;
	font-size: 80%;
}

div.new
{
	margin-top:1em;
	text-align:right;
}

a.new, a:visited.new
{
	color: #378a00;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 10px 3px 30px;
	margin-top: 1em;
	margin-left: 1em;
	border: 1px solid #53a313;
	background: #cce9b7 url(img/new_button_bg.png) 0 -1px no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 130%;
}
a.new:hover
{
	color: #378a00;
	border: 1px solid #225700;
}

.filters
{
	background-color: #F2F9ED;
	border: 1px solid #53a313;
	padding: 8px;
	display: none;
}

.filters ul
{
	margin: 2px 0 0 0 ;
	padding: 0;
	list-style: none;
}
.filters ul li
{
	margin: 0 0 2px 0;
	padding: 0 0 0 14px;
	background: transparent url(img/bullet_plus.png) 0 center no-repeat;

}
.filters ul li a {
	color: #3b820a;
}
.filters ul li a:hover {
	background-color: #daedcc;
	text-decoration: none;
}
.greyBox
{
	background-color: #F5F5F5;
	border: 1px solid #c0c0c0;
	padding: 8px;
	margin-bottom: 10px;
}
.greyBox ul
{
	margin: 2px 0 0 0 ;
}
.error
{
	background-color: #ffefef;
	background-image: url(img/alert.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #eb8f8f;
	padding: 8px 8px 8px 65px;
	margin: 10px 0 10px 0;
	color: #D20000;
	min-height: 34px;
	
}
.error ul
{
	margin: 2px 0 0 0 ;
}
.error ul li
{
	background: transparent url(img/bullet_red.png) 0 center no-repeat;
}
.icon
{
	display: block;
	width: 17px;
	height: 17px;
	text-indent: 20px;
	overflow: hidden;
	white-space: nowrap;
}
.view { background: transparent url(img/icon_view.png) 0 0 no-repeat; }
.edit { background: transparent url(img/icon_edit.png) 0 0 no-repeat; }
.delete { background: transparent url(img/icon_delete.png) 0 0 no-repeat; }
.evaluation { background: transparent url(img/icon_evaluations.png) 0 0 no-repeat; }
.history { background: transparent url(img/icon_history.png) 0 0 no-repeat; }

div.buttonHolder {
	margin-top: 1em;
	height: 18px;
	overflow: hidden;
}
a.toggleButton_up, a.toggleButton_down {
	color: #fff;
	background: #53a313 url(img/arrow_white_up.png) right center no-repeat;
	padding: 3px 22px 5px 8px;
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
a.toggleButton_down {
	background: #53a313 url(img/arrow_white_down.png) right center no-repeat;
}
a.toggleButton_up:hover, a.toggleButton_down:hover {
	background-color: #3b820a;
	text-decoration: none;
}


tr.banner td
{
	border-bottom: 1px solid #9B9B9B;
}

tr.tDnD_whileDrag td
{
	background-color: Silver;
}

.ui-selected
{
	border: 1px dotted Gray;
}

.gallery
{
	clear: both;
}

form .gallery, form .gallery div { margin: 0; padding: 0; }

.gallery .box
{
	position: relative;
	float: left;
	width: 148px; 
	/* height: 188px;  */
	margin: 0 14px 14px 0;
	text-align: center;
	vertical-align: bottom;
	overflow: hidden;
}

.gallery .photo-comment { display:block }

.gallery .box img { border: 1px solid #484848; }




.ui-sortable div
{
	cursor: move;
}



ul.galleryTools
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.galleryTools li
{
	float: left;
	margin-right: 10px;
}


input.dp-applied
{
	float: left;
}

.exported { background-color: #DFFFFE; }
.oneMonth { background-color: #FFECB2; }
.threeMonths { background-color: #FFCD64; }
.sixMonths { background-color: #FFC9D0; }
.year { background-color: #FF5151; }


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

