﻿.clear
{ clear: both;}

.JefTemplateDottedBorder 
{ border-left: dashed thin red; border-top: none; border-right: dashed thin red; border-bottom: dashed thin red; margin-bottom: 2px;  }

.JefTemplateNoBorder
{ border: none; }

.JefTemplateDesignPanel
{ background-color: #D3D3D3; border-left: dashed thin red; border-top: dashed thin red; border-right: dashed thin red; }

.JefPageDottedBorder
{ border-left: dashed thin blue;  border-top: none;  border-right: dashed thin blue; border-bottom: dashed thin blue; margin-bottom: 2px;  }

.JefPageNoBorder
{ border: none; }

.JefPageDesignPanel
{ background-color: #D3D3D3; border-left: dashed thin blue; border-top: dashed thin blue; border-right: dashed thin blue; }

div.adminWidest{
	width: 1010px;
}

div.fullWidth {
	width: 100%;
}

.bottomDottedBorder {
	background-position: left bottom; 
	background-image: url(../../Img/columnDivideHoz.gif); 
	background-repeat: repeat-x;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* START: MessageBox Styles */
div.message div.close{float:right;width:15px;height:15px;display:block;margin:3px 3px 0 0;cursor:pointer;}
div.message ul{margin:0;padding:10px 0;}
div.message ul.bullets{list-style-type:disc;list-style-position:inside;width:850px;}
div.message ul.bullets li{list-style-position:inside;display:list-item;}
div.message ul.bullets li a:link,div.message ul.bullets li a:visited,div.message ul.bullets li a:active,div.message ul.bullets li a:hover{float:none;}
div.message ul li{margin:0;display:block;clear:both;padding:2px 0;}
div.message p,div.message strong{padding-top:4px; margin-top: 12px; margin-bottom: 12px;}

div.message p
{
	padding-left: 50px;
}

div.message
{
	float:left;font-family:Arial,sans-serif;font-size:12px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;
	/*height: 46.8667px;*/
}

div.success{ background-color:#F1F8E8;border:2px solid #46B101;color:#349400; min-height:45px;}
div.errors{border:2px solid #E54628;color:#626262;background-color:#FFF;min-height:45px;}
div.informations{border:2px solid #457ED5;color:#000;background-color:#fbfbfb;min-height:45px;}
div.message-image{width:32px;height:32px;margin:6px 8px;float:left;}

div.success div.message-image{
	background-position:0 0;
	height:33px;
}

div.errors div.message-image { background-image:url(../../Img/cross_32_h.png);background-repeat:no-repeat;}
div.success div.message-image { background-image:url(../../Img/tick_48_h.png);background-repeat:no-repeat;}
div.informations div.message-image { background-image:url(../../Img/about_32_h.png);background-repeat:no-repeat;}

/*div.errors div.message-image{background-position:0 -132px;}
div.success div.message-image{background-position:0 0;height:33px;}
div.informations div.message-image{background-position:0 -66px;height:33px;}*/

div.errors div.close {background-image:url(../../Img/cross_green_16.png);background-repeat:no-repeat;}
div.success div.close {background-image:url(../../Img/cross_green_16.png);background-repeat:no-repeat;}
div.informations div.close{background-image:url(../../Img/cross_light_blue_16.png);background-repeat:no-repeat;}

div.errors div.close{display:none;}
/* END: MessageBox Styles */

/* START: Cool Button */
.coolButtonContainer { height:16px; cursor:pointer; }
.coolButtonLeft{ float:left; width:8px; }
.coolButtonRight { float:left;  width:7px;}
.coolButtonCentre { padding-top:1px;height:16px;float:left;background-repeat:repeat-x; font-size: 11px; font-family:Tahoma; }
/* END: Cool Button */

/* START: Update Job */
.twoColumnInputLabelJobList { float: left; width: 61px; height: 21px; text-align:right; padding-top: 4px; padding-right: 2px;  }
.twoColumnInputLabel { float: left; width: 140px; height: 21px; text-align:right; padding-top: 4px; padding-right: 2px;  }
.twoColumnInput { float: left; width: 160px;height: 25px;}
.twoColumnInputLabelTall { float: left; width: 140px; height: 210px; text-align:right; padding-top: 4px; padding-right: 2px;  }
.twoColumnInputTall { float: left; width: 160px;height: 214px;}

.inputLabelForTextArea { float: left; width: 140px; vertical-align: middle; text-align: right; padding-left: 1px; margin-right: 2px; }
.inputLabelForNeedPadding { padding-top: 10px; }

.largeColumnInputLabel { float: left; width: 150px; height: 21px; text-align:right; padding-top: 4px; padding-right: 2px;  }
.smallTwoColumnInputLabel { float: left; width: 50px; height: 21px; text-align:right; padding-top: 4px; padding-right: 2px;  }
.smallTwoColumnInput { float: left; width: 80px;height: 25px;}

/* END: Update Job  */

/* START: Auto Complete */

.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('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/* END: Auto Complete  */

/* START: News */
.newsTitle {
    font-size:large;
    margin-top:20px;
    padding-bottom:4px;
    width:100%;
}

.newsDate {
    border-bottom:1px dotted #CCCCCC;
    margin-bottom:9px;
    padding-bottom:4px;
    width:100%;
}

.newsTag
{
    padding-bottom:4px;
    width:100%;
}
/* END: News */