/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;outline: none;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

a
{
  color: #524F46;
  outline: none;
}

body
{
  font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.middle h1
{
  margin-top: 10px;
  margin-bottom: 1px;
  padding: 0px 15px;
  font-size: 124%;
  text-transform: uppercase;
  background: #176F94;
  line-height: 32px;
  color: #fff;
}

.middle h1 a
{
  color: #fff;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
  line-height: 32px;
}

#footer
{
  margin-top: 60px;
  font-size: 90%;
  margin-bottom: 0px;
  height: 50px;
  padding-top: 10px;
  position: relative;
}

#footer .content {
  width: 783px;
  margin: 0 auto;
}

#footer a
{
  color: #77766F;
}

#footer ul
{
  display: inline;
}

#footer li
{
  list-style: none;
  margin-right: 15px;
  display: inline;
}

#footer li a
{
  text-decoration: none;
}

#footer li a:hover
{
  color: #000;
  text-decoration: underline;
}

.help
{
  color: #B5B5B5;
  font-size: 80%;
  font-style: italic;
}

.search .help {
  color: #fff;
}

.error_list
{
  color: red;
}

strong
{
  font-weight: bold;
}

em
{
  font-style: italic;
}

.flash_notice
{
  margin: 3px 0;
  padding: 7px;
  background-color: #cfc;
}

.flash_error
{
  margin: 3px 0;
  padding: 7px;
  background-color: #f33;
  color: #fff;
}


#job_history
{
  width: 740px;
  margin: 0 auto;
  padding: 7px;
  font-size: 80%;
  color: #5d6162;
}

#job_history a
{
  color: #5d6162;
}

#job_history ul
{
  display: inline;
}

#job_history li
{
  margin-right: 10px;
  display: inline;
}

#job_form {
  width: 760px;
  margin: 0 auto;
}

#job_form .radio_list label {
  margin-right: 15px;
}


#job_form th
{
  /* white-space: nowrap; */
  font-style: italic;
  width:360px;
}

#job_form td, #job_form th
{
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  text-align: left;
  vertical-align: top;
  padding: 7px;
}

#job_form tfoot td, #job_form tfoot th
{
  border: 0;
  text-align: right;
}

#job_form .radio_list li
{
  display: inline;
}

/**************ADD IMAGE DIALOG***********************************/

#add_image_content {
	width: 		430px;
	height:		110px;
	margin:		10px;
}

#add-image-dialog {
	padding:	0px;
}

/**************UPLOAD DIALOG*************************************/

#upload-dialog {
	padding: 0px;	
}

#dialog_upload_content {
	width: 		430px;
	margin: 	10px;
	z-index:	500;
}

#loader {
	width:	 	430px;
	margin:		1px;
	height:		120px;
	position:	absolute;
	display: 	none;
	text-align: center;
	z-index:	1000;
}

#upload_image_result {
	color:		red;
	font-weight: bold;
}

#ImageContainer {
	width:		360px;
	height:		170px;
	border:		1px solid #dddddd;
	margin:		8px;
}


/*
.content-slider-handle {
  width:		8px;
  height:		14px;
  position:		absolute;
  top:			-4px;
  background: 	#4F81BD; /*#478AFF; */
  /*border:		solid 1px black;
}
*/
.Image {
	margin: 	5px;
	float:		left;
	border: 	1px solid #dddddd;
	height:		100px;
	cursor: 	pointer;
}

.ImageSelected {
	margin: 	5px;
	float:		left;
	border: 	1px solid #4F81BD;
	width:		90px;
	height:		105px;
	cursor: 	pointer;
}

.custom-button {
	outline:	0; 
	/*
 	margin:		0 4px 0 0; 
   	padding:	.4em 1em;
	   */ 
   	text-decoration:	none; 
   	cursor:		pointer; 
   	position:	relative; 
   	text-align:	center;
}

/************** FORM ACTIONS STYLES (LINKS)*************************************/
#action_container {
	clear: both;
}

#action_container 
ul.sf_admin_actions {
  margin: 10px 0;
  list-style-type: none;
}

#action_container 
ul.sf_admin_actions li{
  list-style-type: none;
  display: inline;
  margin-right: 10px;

}

#action_container a {
  text-decoration: none;
  color: #464646;
}

#action_container a:hover{
  text-decoration: underline;
  color: #464646;
}

#action_container a:visited{
  color: #464646;
}

#action_container ul li a
{
  padding-left: 20px;
  background: url(../images/default.png) no-repeat 0 0;
}

#action_container ul li.sf_admin_action_new a
{
  background: url(../images/new.png) no-repeat 0 0;
}

#action_container ul li.sf_admin_action_delete a
{
  background: url(../images/delete.png) no-repeat 0 0;
}

#action_container ul li.sf_admin_action_list a
{
  background: url(../images/list.png) no-repeat 0 0;
}

#action_container ul li.sf_admin_action_edit a
{
  background: url(../images/edit.png) no-repeat 0 0;
}

#action_container ul li.sf_admin_action_save a
{
	background: url(../images/tick.png) no-repeat 0 0;
}


/**************** CUSTOM BUTTONS ***********************************************/
.custom-link-div {
	height:		28px;	
}

.custom-link-left {
	padding:			0.2em 0.8em 0.2em 24px;
	position:			relative;
	text-decoration:	none;
	position: 			relative;
   	outline:			0; 
   	font-size:          9pt;
   	top:				5px;
}
.custom-link {
	padding:			0.2em 0.7em 0.2em 0.7em;
	position:			relative;
	text-decoration:	none;
	position: 			relative;
   	outline:			0; 
   	font-size:          9pt;
   	top:				5px;
   	text-align:			center; 
   	outline:			0; 
}  


/**************** SLIDER *******************************************************/
#content-slider .ui-slider-handle {
	width:  0.9em; 
	height: 0.9em;
}

#content-slider {
	width:		340px;
	height:		6px;
	margin:		10px;
	position:	relative;	
}

#content-holder {
	width:		1500px;
	height:		120px;
}

#content-scroll {
	width:		350px;
	height:		115px;
	margin-top:	10px;
	overflow:	hidden;
}
