html, body {
	border: 0 none;
	margin:0;
	padding:0;
	height: 100%;
}

body 
{
background: url(/app/webroot/userfiles/53/Image/site-template/background.jpg) fixed center top no-repeat;
background-color: #E1CA83;
margin: 0;
	padding: 0;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
color: #554A2E;
}

a
{  
    color: #7F7147;
      text-decoration:none;
border-bottom: 1px solid #AFA483;
}

a:hover
{  
      text-decoration:none;
background: #FFFFFF;
}


hr
{
	height:1px;
border: none 0;
	border-top:1px dotted #00BFE0;
	font-size:1px;
	margin-top:5px;
	margin-bottom:5px;
}

a:hover
{
      color:#8AA0B8;

}

/*Start PullDown Menu Styles*/

/* Main menu */
div#main_menu, .nav {
	height:31px;
width: 808px;

}

div#main_menu {
margin-left: 40px;
margin-right: 40px;
border-top: 1px solid #02BAD5;

}

.nav, .nav * {
	margin:0;
	padding:0;

}

.nav {
	line-height:1.0;
}

.nav li {
	float:left;
	list-style:none;
	position:relative;
	z-index:999;
	white-space:nowrap;
}

.nav a {
	display:block;
	float:left;
}

/* Main menu - Main items */
.nav li.main_item {
	/*background:#3D3F39;*/
	/*border-right:1px #888888 dotted;*/
	font-size:12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
letter-spacing: .16em;
}

.nav li.finish {
	border: 0px;
}

.nav a.main_item_link {
	height:22px;
	padding-top:4px;
margin-top: 4px;
	color: #447A77;
	text-align: center;
	text-decoration:none;
	/*text-transform:uppercase;*/
}

.nav li:hover,
.nav li.sfHover,
.nav a.main_item_link:focus, .nav a.main_item_link:hover, .nav a.main_item_link:active {
		background: url(/app/webroot/userfiles/53/Image/site-template/nav_pointer.gif) bottom center no-repeat;

}

/* Main menu - Sub items */
.nav ul, .nav li li {
	background:#0A4295;
	border:0px;
	font-size:11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	width:16.45em;
margin-top: 4px;
z-index:999;
letter-spacing: 0px;
font-size: 11px;
}

.nav li ul {
	float:none;
	top:-999em;
	position:absolute;
background-repeat: repeat-x;
border: 0px 1px 1px 1px;
border: 1px dotted #E7E1A4;
}

.nav li li a {
	color: #F4E9C9;
	text-align: left;
	text-decoration:none;
	/*text-transform:uppercase;*/
	padding: .40em 0em .40em 1em;
	float:none;
	padding-right:0;
	width:15.45em;
white-space: normal;
}

.nav li li:hover,
.nav li li.sfHover,
.nav li li a:focus, .nav li li a:hover, .nav li li a:active {
	background:#3D3F39;
}

.nav li:hover ul, ul.nav li.sfHover ul {/* pure CSS hover is removed below */
	left:-1px;
	top:24px;
	/*top:2.2em;*/
}

.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}

.nav li li:hover ul, ul.nav li li.sfHover ul { /* pure CSS hover is removed below */
	width:15.45em;
	left:16.45em;
	/*top:-1px;*/
	top:0px;
}

.superfish li:hover ul, .superfish li li:hover ul { /* following rule negates pure CSS hovers so submenu remains hidden and JS controls when and how it appears */
	top: -999em;
}


/*Sub menu items (horizontal style) */
div#main_submenu, .navbar {
	width: 830px;
	background: #cccccc;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.navbar {
	padding: 0;
	margin: 0;
}

.navbar li {
	float:left;
	list-style:none;
	line-height: 20px;
}

.navbar li a {
	color: #dd0055;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

.navbar li a:focus,
.navbar li a:hover,
.navbar li a:active {
	text-decoration: underline;
}

.navbar li a.selected {
	font-weight: bold;
	color:#555555;
}

#main_submenu .cleared {
	font-size: 1px;
	height: 1px;
	clear:both;
}

/*Finish PullDown Menu Styles*/


/* Defines the black semi-transparent glow over the content */
div#glow
{
	margin-left:auto;
	margin-right:auto;
	width:941px;
margin-top: 5px;
}
div#top-glow
{
	padding-top:5px;
	width:941px;
height: 187px;
	/*background-image:url(/app/webroot/userfiles/44/Image/glow/top-glow.png);*/
	background-repeat:no-repeat;
}

div#bottom-glow
{
	height:148px;
	width:941px;
	background:url(/app/webroot/userfiles/53/Image/site-template/bottom-glow.png);
background-position: bottom;
	background-repeat:no-repeat;
}

div#middle-glow
{
	width:941px;
	background-image:url(/app/webroot/userfiles/53/Image/site-template/middle-glow.png);
	background-repeat:repeat-y;
}

/* end */




/* middle content excluding header & footer */
div#content
{
	width:898px;
	margin-left:auto;
	margin-right:auto;
/*border-left: 4px #C9BD68 solid;
border-right: 4px #C9BD68 solid;*/
background-color: #F4E9C9;
	padding:0px;	
}

/* Top image - 800x94px */
div#top-glow div#top-image
{
	width:941
	margin-left:auto;
	margin-right:auto;
	height:187px;
	background-image: url(/app/webroot/userfiles/53/Image/site-template/header.png);
}


/* Top horizontal menu styles - fixed 5 menu items , 20% width each */
div#content div#menu
{
	width:100%;
	background-color:#000000;
	height:24px;
	/*border-bottom:2px solid #888888;*/
	overflow:hidden;
}


/* important ! pre-calculated width - TODO JS recalculation  */
div#content div#menu div.nav-button
{
	float:left;
	width:158px;
	height:22px;
	padding-top:3px;
	text-align:center;
	border-right:1px #888888 dotted;
	white-space:nowrap;
}

div#content div#menu div.nav-button a
{
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	
}


div#content div#menu div.nav-button a:hover
{
	text-decoration:underline;
}
/* last cell hass no right border */
.no-border
{
	border:0px none !important;
}

/* end */



/* Logo */
div#page-logo {
	display: none;
}

div#page-logo img {
	border: 0;
}

/* Header */
div#page-header {
	width:100%;
height: 370px;
text-align: center;
z-index: -999;
}

/*
div#page-header div#header-title
{
	width:40%;
	padding-top:1em;
	float:right;
	text-align:left;
	
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	
}
*/

/* 2 or 3 column CSS layout */

div#content div#body 
{
	width:100%;
background: url(/app/webroot/userfiles/53/Image/site-template/page-back.jpg) bottom left #F4E9C9;
background-repeat: repeat-x;

}

div#content div#body div#main-column
{
	width:682px;
	float:left;
	/*background-color:#edeae3;*/
	min-height:350px;
	overflow:hidden;
	height:auto;
}

div#content div#body div#left-column
{
	width:215px;
	float:left;
	/*background-color:#E7E1A4;*/
	overflow:hidden;
	
}

div#content div#body div#right-column
{
	width:215px;
	float:right;
	overflow:hidden;
	
}

div#content div#body div#main-column div#main-column-header
{
	/*background-image:url(../img/main-column-header.gif);
	background-repeat: repeat-x;
	background-color:#91a8c1;*/
	height:47px;
	width:100%;
	/*border-bottom:1px solid #888888;*/
	margin-top: 0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
}

/*
Main Column header
This header Text is substituted with Flash font (sIFR).

Note : font-family is Used in Flash (sIFR) text replacemnt. It is not a regular font, but one of special flash fonts in /fonts/ directory
Currently supported those fonts :
 - Brush
 - sans-bold
 - georgia
 - kozuka
 - stencil
 - hobo
 - minion-pro-cond
 - trajan-pro

*/
div#content div#body div#main-column div#main-column-header h1
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:25px;
	font-size:40px;
	height:45px;
	
	/* Customize font */
	font-family:trajan-pro;
	
	font-weight:bold;
	/*color:#02BAD5;*/
color: #1d2f43;
}

/* Main Column Content */
div#content div#body div#main-column div#main-column-content
{
	margin-right:40px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;
font-family: Helvetica, Arial, Georgia, sans-serif;
font-size: 13px;
line-height: 18px;
text-align: left;
}


div#content div#body div#main-column div#main-column-content img
{
	/*padding: 3px;*/
border: 1px solid #1d2f43;
	margin: 10px;
	/*background-color: #C9BD68;
	border: outset #ccc 0px;*/
	display: block;
}


div#content div#body div#main-column div#main-column-content a
{  
    color: #7F7147;
      text-decoration:none;
border-bottom: 1px solid #7F7147;
}


div#content div#body div#main-column div#main-column-content a:hover
{  
background: #FFFFFF;
}


/* End */




/* 
Left Column Header 
see Notes for Main Column header

 */
div#content div#body div#left-column div#left-column-header
{
	background-image:url(../img/left-column-header.gif);
	background-repeat: repeat-x;
	background-color:#91a8c1;
	height:50px;
	border-bottom:1px solid #888888;
	font-family:Georgia;

}

div#content div#body div#left-column div#left-column-header div#left-column-header-title h1
{
	margin-top:10px;
	margin-bottom:0px;
	margin-left:20px;
	font-size:40px;
	height:45px;

	/* Customize font */
	font-family:trajan-pro;
	
	font-weight:bold;
	color:#ffffff;	

}

div#content div#body div#left-column div#left-column-header div#left-column-header-title
{
	padding-left:20px;
	color:#FFFFFF;
	font-size:20px;
	font-family:Georgia;
	margin-top:auto;
	margin-bottom:auto;	
	height:35px;
}

/* 
Right Column Header 
see Notes for Main Column header

 */
div#content div#body div#right-column div#right-column-header
{
	background-image:url(../img/right-column-header.gif);
	background-repeat: repeat-x;
	background-color:#91a8c1;
	height:40px;
	border-bottom:1px solid #888888;
	font-family:Georgia;

}

div#content div#body div#right-column div#right-column-header div#right-column-header-title h1
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	font-size:20px;
	height:35px;

	/* Customize font */	
	font-family:trajan-pro;
	
	font-weight:bold;
	color:#ffffff;	

}

div#content div#body div#right-column div#right-column-header div#right-column-header-title
{
	padding-left:20px;
	color:#FFFFFF;
	font-size:20px;
	font-family:Georgia;
	margin-top:auto;
	margin-bottom:auto;	
	height:35px;
}
/* End */

div#content div#body div#left-column div#left-column-content
{
	margin-left: 20px;
margin-right: auto;
text-align: left;
width: 195px;
}
}

div#content div#body div#right-column div#right-column-content
{
	margin-left: auto;
margin-right: auto;
text-align: left;
width: 215px;
}

/* End */


/* Side Column Main Navigation */
div#content div#body div#side-column-main-menu
{
	background-color: #EDEAE3;/*#A99D90;*/
	padding:10px;
	/*border-bottom:1px #A99D90 solid;*/
	font-family:Georgia;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}

/* Side Column Main Navigation Lists */
div#content div#body div#side-column-main-menu ul
{
	color: #555555;
	margin:0;
	padding: 0;
	list-style:none;
	display:block;
}

div#content div#body div#side-column-main-menu li
{
	text-transform:capitalize;
}

/* Main list */
div#content div#body div#side-column-main-menu ul.nav-side-list
{
}

/* Main list items */
div#content div#body div#side-column-main-menu ul.nav-side-list li
{
}

/* Main list links */
div#content div#body div#side-column-main-menu ul.nav-side-list li a
{
}

/* Main names links */
div#content div#body div#side-column-main-menu .nav-side-list-item-name
{
}

div#content div#body div#side-column-main-menu .nav-side-list-item-name a
{
	color:#000000;
	text-decoration:none;
	color:#000000;
}

/* Sublist */
div#content div#body div#side-column-main-menu ul.nav-side-sublist
{
	margin: 0;
	padding: 5px 0 5px 15px;
	/*list-style:disc;*/
	list-style:none;
	display:block;
}

/* Sublist items */
div#content div#body div#side-column-main-menu ul.nav-side-sublist li
{
	margin:0;
	padding: 0;
}

/* Sublist links */
div#content div#body div#side-column-main-menu ul.nav-side-sublist li a
{
	margin:0;
	padding: 0;
	color:#555555;
	text-decoration:none;
}

div#content div#body div#side-column-main-menu ul.nav-side-sublist li.selected a
{
	color:#333333;
	text-decoration:underline;
}


/* Top Menu for subcategory at top of page content - Start */
div#main-column-content .top-subnav {
	display: none;
	/*display: block;*/
	padding: 3px 0 15px 0;
}

div#main-column-content .top-subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#main-column-content .top-subnav li {
	display: inline;
	color: #669933 !important;
}

div#main-column-content .top-subnav li span {
	padding: 0 10px;
}

div#main-column-content .top-subnav li a {
	color: #669933 !important;
	text-transform:uppercase;
	font-weight: bold  !important;
	font-size: 11px !important;
	text-decoration: none !important;
}

div#main-column-content .top-subnav li a:hover {
	text-decoration: underline !important;
}

/* Top Menu for subcategory at top of page content - End */

/* Horizontal Ruler */
div#content div#body div#side-column-main-menu div.hr
{
	height:1px;
	border-top:1px solid #45403d;
	font-size:1px;
	margin-top:5px;
	margin-bottom:5px;
}
/* End Side Column Main Navigation */

/* Side Column Navigation */
div#content div#body div#side-column-menu
{
	/*background-color:#C9BD68;*/
	padding:10px 0px 5px 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	margin-top: 0px;
	font-size:12px;
	line-height:18px;
	/*font-weight:bold;*/
text-align: left;
}

/* Sub-categories list */
div#content div#body div#side-column-menu ul
{
color: #96A354;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	padding-left: 0px;
	list-style:none;
	/*display:none;*/
	/*border: 1px solid #848d87;*/
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
font-size: 11px;

}

div#content div#body div#side-column-menu ul a
{

	padding-left:5px;
padding-top: 4px;
	display: block;
	margin: 2px 5px 2px 5px;
	/*background: url(/app/webroot/userfiles/44/Image/backgrounds/subnav_background.gif) left no-repeat;*/
	/*background-color: #C1D6E2;*/
color: #96A354;
}

div#content div#body div#side-column-menu ul a:hover
{
	/*background: url(/app/webroot/userfiles/44/Image/backgrounds/subnav_background_hover.gif) left no-repeat;*/
	/*color: #FFFFFF;*/
background: #e7e1a4;
}

div#content div#body div#side-column-menu li
{
	/*text-transform: uppercase;*/
	/*border-bottom: 1px dotted #3D3F39;*/
}

div#content div#body div#side-column-menu li.current-page a
{
	color:#8A9F13;
	/* text-transform:uppercase; */
	/*text-decoration:underline;*/
}

div#content div#body div#side-column-menu a.category-name
{
	color:#1E2831;
	text-transform: none;
	font-size: 15px;
padding-left: 10px;
}

div#content div#body div#side-column-menu a.subcategory-name
{
	color:#000000;
}

/* Horizontl Ruler */
div#content div#body div#side-column-menu div.hr
{
	height:1px;
	border-top:1px solid #45403d;
	font-size:1px;
	margin-top:5px;
	margin-bottom:5px;
}

/* Category Link */
div#content div#body div#side-column-menu a
{
	color:#8A9F13;
	text-decoration:none;
}

/* Subcategory element - Link */
div#content div#body div#side-column-menu li a
{
	color: #8A9F13;
	text-decoration:none;
}
/* End Side Column Navigation */

/* feature div */
div#content div#body div#left-column div.feature
{
width:100%; 
margin-top:5px; 
margin-bottom:5px; 
padding:5px; overflow:hidden; 
/*border:0px solid #888888; */
}

div#content div#body div#right-column div.feature
{
width:100%; 
margin-top:8px; 
margin-bottom:2px; 
padding:0px; overflow:hidden; 
/*border:0px solid #888888; */
}

div#content div#body div#left-column div.feature a
{
border: 0px;
}

div#content div#body div#right-column div.feature a
{
border: 0px;
}

div#content div#body div#left-column div.featureLink 
{
cursor:pointer;
}

div#content div#body div#right-column div.featureLink 
{
cursor:pointer;
}

/* Mouse over feature div */
div#content div#body div#left-column div.feature-hover
{
/*border:1px solid #000000;*/
}

div#content div#body div#right-column div.feature-hover
{
/*border:1px solid #000000;*/
}





div#footer
{
	width:898px;
height: 130px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:12px;
	color:#3D3F39;
	padding-top:0px;
background: #E1CA83;
background-repeat: no-repeat;

}

/* Supplemental styles */
table.form-fields tr td {
	padding: 2px 2px 2px 0;
}

.required {
	color: #ff0000;
}


.float-left
{
	float:left;
}

.float-right
{
	float:right;
}

.clear-all
{
	clear: both;
}

/* Left & Right Column Headinga are replaced by flash , this style is applied to hidden content */
.flash-replaced div
{
	display:none;
}

/* Start Text styles */

.text-common
{
	font-family:Georgia;
	font-size:14px;
	text-align:justify;
}

.text-header
{
	font-size:22px;
	/*font-weight:bold;*/
letter-spacing: -1px;
line-height: 28px;
color: #3D3F39;
	display:block;
	/*
	clear:both;	
	*/
}

.text-subheader
{
	font-size:16px;
	/*font-weight:bold;*/
	/*
	clear:both;	
	*/
}

.text-subheader-blue
{
	font-size:16px;
	font-weight:bold;
color: #1d2f43;
	/*
	clear:both;	
	*/
}

.text-subheader-green
{
	font-size:16px;
	font-weight:bold;
color: #054F1B;
/*color: #7C9A18;*/
	/*
	clear:both;	
	*/
}

.text-hr-blue
{
	height:1px;
border: none 0;
	border-top:1px dotted #00BFE0;
	font-size:1px;
	margin-top:5px;
	margin-bottom:5px;
}

.text-boxed-link
{
background-color: #626947;
border: 0px #5E090E solid;
padding: 4px;
color: #e7e1a4;
text-decoration: none;
}

.text-boxed-link a:link, a:visited
{
color: #e7e1a4;
text-decoration: none;
}

.text-testimonial
{
font-family: trebuchet, helvetica;
font-size: 11px;
font-style: italic;
line-height: 13px;
}

.text-highlight
{
	background-color:#aaaaaa;
}

.text-bold
{
	font-weight:bold;
}

.text-underline
{
	text-decoration:underline;
}

.text-underline-dotted
{
	border-bottom:1px #000000 dotted;
}

.text-line-through
{
	text-decoration:line-through;;
}

.text-color-dark
{
	color:#222222;
}

.text-color-light
{
	color:#aaaaaa;
}

.text-color-light
{
	color:#999999;
}

.cakeSqlLog
{
	background-color:white;
}

/* End Text styles */

/* End */

.textfield {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
}

.checkbox {
	border: 0px;
}

.button {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #999999;
	background-color: #eeeeee;
	cursor: pointer;
}

div#content div#body div#main-column div#main-column-content .error,
div#content div#body div#main-column div#main-column-content .error_message {
	color:#ff0000;
}

div.clear-both-line{
	clear:both;
	font-size: 1px;
}

img.transparent{
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Start Side Member Login styles */
div#side-member-login {
	background-color: #EDEAE3;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}

div#side-member-login form {
	margin: 0 !important;
	padding: 0 !important;
}

ul.side-member-login-panel {
	background: #E4E4E4;
	color:#333333;
	padding:0;
	margin: 3px;
	text-align:left;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	border-left: 1px solid #a7a7a7;
	border-right: 2px solid #a7a7a7;
}

ul.side-member-login-panel li {
	margin: 0;
	list-style:none;
	padding: 2px 5px 8px 5px;
	clear: both;
	border: 0px solid black;
}

ul.side-member-login-panel li.header-line,
ul.side-member-login-panel li.footer-line {
	color:#ffffff;
	background:#a7a7a7;
	border-style:none;
	font-size: 11px;
	font-weight: bold;
}

ul.side-member-login-panel li.header-line {
	height:20px;
	padding:0;
	padding-left:5px;
	padding-top:4px;
	text-align:left;
	margin-bottom: 10px;
}

ul.side-member-login-panel li.footer-line {
	padding:0;
	margin-top: 5px;
	height:2px;
	line-height: 0px;
	font-size: 0px;
}

ul.side-member-login-panel li.title-line {
	padding:0;
	padding: 0px 5px 0px 5px;
}

ul.side-member-login-panel li.empty-line {
	padding:0;
	margin:0;
	height: 0px;
}

ul.side-member-login-panel input:disabled, ul.side-member-login-panel select:disabled {
	background-color: #D4D0C8;
	color: #808080;
	border-color: #808080;
}
/* End Side Member Login styles */

/* Start Member styles */
div#module-member-panel .title {
	font-weight: bold;
	margin: 0 0 5px 0;
}
/* End Member styles */



/* Flashes boxes styles - Start */
.flashBox {
	color:#000000;
	font-weight: bold;
	padding: 12px 15px;
	margin:5px 0 15px 0;
	border: 1px solid rgb(255, 209, 41);
	background-color: rgb(255, 244, 166);
}

.flashBox .flashNotice {
	color:#000000;
}

.flashBox .flashError {
	color:#ff0000;
}

.flashBox .flashWarning {
	color:#ff0000;
}/* Flashes boxes styles - End  */

/*----------------------Start Common DatePicker Styles------------------------*/
table.jCalendar {
	font-size: 11px;
	background: #eee;
	border-collapse: separate;
	border-spacing: 2px;
}
table.jCalendar th {
	background: #888;
	color: #fff;
	font-weight: normal;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td {
	background: #aaa;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}

table.jCalendar td.other-month {
}
table.jCalendar td.today {
	background: #aaa;
	color: #000;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

table.jCalendar td.not_online, table.jCalendar td.not_online:hover {
	background: #666;
	color: #000;
}

/* For the popup */
div.dp-popup {
	position: relative;
	background: #eee;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 170px;
	line-height: 1.2em;
	border: 1px solid #aaa;
}
div#dp-popup {
	position: absolute;
	z-index: 299;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 1px;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the 
cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	font-size: 10px;
	position: absolute;
	top: 0px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled, div.dp-popup td.not_online {
	cursor: default;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/cms/calendar.png) no-repeat;
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}


/* makes the input field shorter once the date picker code has run (to allow space for the calendar icon) */
input.dp-applied {
	float: left;
	margin-top: 0px;
}
/*----------------------Finish Common DatePicker Styles-----------------------*/


/* Social Networks Nav Styles - Start */
.social-nav {
	margin: 20px 0;
}

.social-nav ul {
	list-style: none;
	height: 20px;
	margin: 0;
	padding: 0;
}

.social-nav ul li {
}

.social-nav ul li a {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	padding: 0;
}

.social-nav ul li.facebook a{
	background: transparent url("/app/webroot/img/social/facebook.jpg") no-repeat top left;
}

.social-nav ul li.twitter a{
	background: transparent url("/app/webroot/img/social/twitter.jpg") no-repeat top left;
}

/* Social Networks Nav Styles - Finish *//* Photo gallery Side search */
#side-photo-gallery-search-form {
	margin: 0 !important;
	padding: 0 !important;
}

div#side-photo-gallery-search {
	background-color: #D9D7D1;
	padding: 10px;
}

div#side-photo-gallery-search div#side-photo-gallery-search-title {
	color: #631004;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
}

/* Photo gallery Side navigation */
div#side-photo-gallery-menu {
	background-color: #DEDDD8; /*#EDECE3;*/
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

div#side-photo-gallery-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

div#side-photo-gallery-menu a {
	text-decoration: none !important;
	font-size: 12px;
	font-family: arial;
}

li.photo-gallery-nav-cat {
	padding-left: 0px;
}

li.photo-gallery-nav-cat a {
	color: #313131 !important;
}

li.photo-gallery-nav-cat div {
	padding-left: 15px;
	line-height: 18px;
}

li.photo-gallery-nav-cat div.opened {
	background-color: #F8F7F4;
}

li.photo-gallery-nav-cat div.opened a {
	color: #000000 !important;
	font-weight: bold;
}

ul.photo-gallery-nav-sub {
	padding-left: 30px !important;
}

ul.photo-gallery-nav-sub li a {
	color: #570D03 !important;
	line-height: 18px;
}

/* Photo gallery styles */
div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel ul#module-photo-gallery-categories{
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-bottom:20px;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel ul#module-photo-gallery-categories li {
	padding-right: 5px;
	margin: 0px;
	float:left;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel .image-link-gallery{
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel .image-link-box{
	padding:0px;
	text-align: center;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel .image-link-box a img{
	display: inline;
	margin: 0px;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel .image-link-title{
	padding:0px;
	padding-bottom:5px;
	text-align: center;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel div#module-photo-gallery-nav{
	clear:both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

div#module-photo-gallery-panel img{
	border: 1px solid #1d2f43;
}

div#module-photo-gallery-panel a:link,
div#module-photo-gallery-panel a:visited,
div#module-photo-gallery-panel a:active {
	color: #000000;
	text-decoration: underline;
}

div#module-photo-gallery-panel a:hover {
	color: #666666;
	text-decoration: underline;
}
div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel a.previous_link,
div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel a.next_link {
	margin-right: 10px;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel div#module-photo-gallery-content {
	text-align: center;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel div#module-photo-gallery-content img.photo_gallery_image {
	margin: auto;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel div#module-photo-gallery-content  p.description {
	text-align: justify;
}
div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel div#module-photo-gallery-content .categories-description {
	text-align: justify;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel div#module-photo-gallery-content .categories-description-title {
	font-weight: bold;
}

div#content div#body div#main-column div#main-column-content div#module-photo-gallery-panel .back-link{
	text-align: justify;
	padding: 0 0 15px 0;
}


/* SEARCH */
#side-photo-gallery-search .search-wrapper {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 5px;
	position: relative;
	width: 140px;
	padding: 0px;
	height: 16px;
	padding-top: 2px;
	border: 1px solid black;
}

#side-photo-gallery-search input.g-prettysearch {
	height: 16px;
	width: 115px;
	border: 1px solid #ffffff;
}

#side-photo-gallery-search .search-wrapper input.g-prettysearch {
	border:0px none;
	font-family:"Lucida Grande",Geneva,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 0px;
	padding:3px 0 0;
}

#side-photo-gallery-search .search-wrapper .reset {
	background:transparent url(../img/nav/close.gif) no-repeat;
	cursor:pointer;
	display:block;
	height:11px;
	overflow:hidden;
	position:absolute;
	right:4px;
	top:4px;
	width:11px;
	z-index:1;
}

#side-photo-gallery-search .search-wrapper input.g-prettysearch {
	position: absolute;
	width: 280px
	top: 0;
	left: 5px;
	border: 0px;
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", Geneva, Arial, sans-serif;
}

/* SEARCH RESULTS */
#side-photo-gallery-search #globalsearch {
	position:absolute;
	width:328px;
	display: none;
	text-align: left;
	z-index: 1;
}

#side-photo-gallery-search #globalsearch .inside {
	width:328px;
	height:auto;
	position:absolute;
	top:0;
	right:0;
	line-height:1px;
	font-size:1px;
}

#side-photo-gallery-search #globalsearch .resultCat {
	position:relative;
	color:#F6F6F6;
	background:#919191;
	width:308px;
	height:8px;
	margin:0;
	padding-bottom: 12px;
	width: 302px;
	font: 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	border:1px none #FB6BFF;
}

#side-photo-gallery-search ul.sp-results {
	background: #E4E4E4;
	color:#333333;
	padding:0;
	margin:0;
	width:321px;
	text-align:left;
	font: 10px/14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

#side-photo-gallery-search ul.sp-results li {
	margin: 0;
	margin: 0 0 -3px 0;
	padding: 5px 10px 15px 10px;
	list-style-type:none;
	height:5.6em;
	border-left:1px solid #919191;
	border-right:1px solid #919191;
	
	width:300px;
	clear: both;
	
	overflow: hidden;
}

#side-photo-gallery-search ul.sp-results li.viewall {
	width:302px;
	height:18px;
	text-align:right;
	color:#000000;
	background:#a7a7a7;
	border-style:none;
}

#side-photo-gallery-search ul.sp-results li.viewall a {
	color:#FFFFFF;
	padding-right:23px;
	background:transparent url(../img/nav/shortcuts_arrow.gif) no-repeat scroll 99% 50%;
	padding-top:3px;
	padding-bottom:3px;
	font: bold 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

#side-photo-gallery-search ul.sp-results li.finish {
	width:300px;
	height:20px;
	text-align:right;
	color:#000000;
	position:absolute;
	left:0px;
	border-style:none;
}

#side-photo-gallery-search ul.sp-results li.hoverli {
	background:#b7b7b7 none repeat-x;
	color:#FFFFFF;
	cursor:pointer;
}

#side-photo-gallery-search ul.sp-results li.hoverli h4 a {
	color:#FFFFFF;
}

#side-photo-gallery-search ul.sp-results li.hoverli p {
	color:#F1F1F1;
}

#side-photo-gallery-search ul.sp-results img{
	margin-right:4px;
}

#side-photo-gallery-search ul.sp-results li span {
	display:block;
	width:220px;
}

#side-photo-gallery-search ul.sp-results li h4 {
	margin:0;
	font-size:11px;
	font-weight:bold;
}

#side-photo-gallery-search ul.sp-results li p {
	margin:0pt;
	font-size:10px;
	overflow:hidden;
	height:2.7em;
	color:#555555;
}

#side-photo-gallery-search ul.sp-results li a {
	color:#606060;
	text-decoration:none;
}

#side-photo-gallery-search ul.sp-results li a:hover {
	text-decoration:none;
}

#side-photo-gallery-search ul.sp-results li div.sp-result-img {
	float: left;
	overflow: hidden;
	height: 6.5em;
}

#side-photo-gallery-search ul.sp-results li img, ul.sp-results li .replacementimg {
	float: left;
	width:46px;
}

#side-photo-gallery-search ul.sp-results li h4 a {
	color:#191919;
	text-transform:uppercase;
}

#side-photo-gallery-search ul.sp-results li.viewall.hover {
}

#side-photo-gallery-search #sp-search-spinner {
	position:absolute;
	top:13px;
	right:16px;
	z-index:10;
	display:none;
}

#side-photo-gallery-search #sp-search-cancel img {
	cursor:pointer;
}

#side-photo-gallery-search #sp-result-none.viewall {
	bottom: -27px;
}
#side-photo-gallery-search #sp-result-none.viewall a {
	font-size:10px;
}

/* Gallereffic styles (jquery gallery) */
div#module-photo-gallery-panel div.galleriffic-box {
	font-size: 11px !important;
	font-family: Verdana,Arial,Helvetica,sans-serif !important;
}

div#module-photo-gallery-panel div.galleriffic-box div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:450px;
}

div#module-photo-gallery-panel div.galleriffic-box div.controls {
	margin-top: 3px;
	height: 23px;
}

div#module-photo-gallery-panel div.galleriffic-box div.ss-controls {
	float: left;
}

div#module-photo-gallery-panel div.galleriffic-box div.ss-controls span {
	color: #666666;
	cursor: pointer;
}

div#module-photo-gallery-panel div.galleriffic-box div.nav-controls {
	float: right;
}

div#module-photo-gallery-panel div.galleriffic-box div.nav-controls a {
	padding: 5px;
}

div#module-photo-gallery-panel div.galleriffic-box div.slideshow-container {
}

div#module-photo-gallery-panel div.galleriffic-box div.loader {
	/*
	background: url('../img/galleriffic-loader.gif') no-repeat center center;
	width: 550px;
	height: 100%
	*/
	background: url('../img/galleriffic-loader.gif') no-repeat left center;
	height:200px;
	margin:auto;
	padding-left:20px;
	padding-top:190px;
	width:130px;
}

div#module-photo-gallery-panel div.galleriffic-box div.slideshow {
	clear: both;
	/*display: none;*/
}

div#module-photo-gallery-panel div.galleriffic-box div.slideshow span.image-wrapper {
	text-align: center;
	padding-bottom: 12px;
	display: block;
	margin: auto;
}

div#module-photo-gallery-panel div.galleriffic-box div.download {
	float: right;
	margin-top: 4px;
}

div#module-photo-gallery-panel div.galleriffic-box div.embox {
	display: none;/**/
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}

div#module-photo-gallery-panel div.galleriffic-box div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div#module-photo-gallery-panel div.galleriffic-box div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

div#module-photo-gallery-panel div.galleriffic-box div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	width: 150px;
	float: left;
	display: block;
}

div#module-photo-gallery-panel div.galleriffic-box ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

div#module-photo-gallery-panel div.galleriffic-box ul.thumbs li {
	float: left;
	width: 65px;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}

div#module-photo-gallery-panel div.galleriffic-box ul.thumbs a:focus {
	outline: none;
}

div#module-photo-gallery-panel div.galleriffic-box a img {
	border-color:#EEEEEE -moz-use-text-color -moz-use-text-color #EEEEEE !important;
	border-style:solid none none solid !important;
	border-width:1px medium medium 1px !important;
	padding:4px 10px 10px 4px !important;
	margin: 0 !important;
}

div#module-photo-gallery-panel div.galleriffic-box img {
	background:transparent url(../img/shadow.gif) no-repeat scroll right bottom !important;
	border: 0;
	border-left: 1px solid #EEEEEE !important;
	border-top: 1px solid #EEEEEE !important;
	padding: 4px 10px 10px 4px !important;
	margin: 0 !important;
}

div#module-photo-gallery-panel div.galleriffic-box .folders ul.thumbs {
	text-align: center;
}

div#module-photo-gallery-panel div.galleriffic-box .folders ul.thumbs li {
	display:block;
	height:120px;
	margin:10px;
	width:105px;
}

div#module-photo-gallery-panel div.galleriffic-box div.pagination {
	clear: both;
}

div#module-photo-gallery-panel div.galleriffic-box div.navigation div.top {
	margin-bottom: 12px;
	height: 10px;
}

div#module-photo-gallery-panel div.galleriffic-box div.navigation div.bottom {
	margin-top: 12px;
}

div#module-photo-gallery-panel div.galleriffic-box div.pagination a,
div#module-photo-gallery-panel div.galleriffic-box div.pagination span.current {
	border: 0;
	display: block;
	float: left;
	margin-right: 0 !important;
	padding: 3px 3px;
}

div#module-photo-gallery-panel div.galleriffic-box div.pagination a:hover {
	background-color: #ffc;
}

div#module-photo-gallery-panel div.galleriffic-box div.pagination span.current {
	font-weight: bold;
}

div#module-photo-gallery-panel div.galleriffic-box p {
	margin: 0;
	padding: 0;
}

div#module-photo-gallery-panel div.galleriffic-box a {
	color:#af2639 !important;
	text-decoration:none !important;
}

div#module-photo-gallery-panel div.galleriffic-box a:hover{
	text-decoration:underline !important;
}

/* SimpleViewer styles (flash gallery) */
div#module-photo-gallery-panel #flashcontent {
	width: 100%;
	height: 820px;
}/* Auth main menu */
#module-auth-menu {
	font-family: arial;
	font-size: 12px;
	background-color: #313131;
	padding: 5px 25px 5px 20px;
	margin-bottom: 25px;
	color: #ffffff;
	font-weight: bold;
	height: 15px;
}

#module-auth-menu a {
	color: #ffffff;
}

/* Auth Styles */
#module-auth-panel .title {
	font-weight: bold;
}

#module-auth-panel .required {
	color: #ff0000;
}

#module-auth-panel table {
}

#module-auth-panel table tr td {
	padding: 3px 3px 3px 0;
}