.bg {
	background-image: url(/img/bg.jpg);
	background-repeat: repeat;
}
.bg-left {
	background-image: url(img/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-right {
	background-image: url(img/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-homedivider {
	background-image: url(img/bg-homecontent2.gif);
}
.bg-homedivider-inside {
	background-image: url(img/bg-homecontent.gif);
}
.bg-stripe {
	background-image: url(/img/bg-sidebar.jpg);
	background-repeat: repeat;
}
.maintitle {
	font-size: 14px;
	font-weight: bold;
	color: #1F5E7C;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC3333;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a.whitemenu:link		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.whitemenu:visited		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.whitemenu:hover		{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.whitemenu:active		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.footer:link		{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;

}

a.footer:visited		{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

a.footer:hover		{
	color: #666666;
	text-decoration: none;
}

a.footer:active		{
	color: #666666;
	text-decoration: underline;
}.whitetext13 {
	color: #EAEAE8;
	font-size: 13px;
	font-weight: bold;
}
.footertext {
	color: #FFFFFF;
}
.smalltext {
	font-size: 10px;
}
.smalltextform {
	font-size: 10px;
	color: #999999;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.breadcrumb {
	font-size: 10px;
	color: #666666;
	margin-bottom: 20px;
}
.whitetext {
	color: #FFFFFF;
}

#sortBox a 
{
	
	text-decoration: none;
	text-decoration: underline;
	font-weight:bold; 
}

#sortBox a:hover 
{
	text-decoration: underline; 
	color:#006EC6;
	background:#fff;
}

#sortBox a.sortDesc  
{ 

	padding-right:16px;
	background: url(/img/arrowdown.gif) no-repeat right;
	
}

#sortBox a:hover.sortDesc  
{ 

	padding-right:16px;
	color:#006EC6;
	background:#fff url(/img/arrowdown.gif) no-repeat right;
	
}

#sortBox a.sortAsc  
{ 

	padding-right:16px;
	background: url(/img/arrowup.gif) no-repeat right;
	
}

#sortBox a:hover.sortAsc  
{ 

	padding-right:16px;
	color:#006EC6;
	background:#fff url(/img/arrowup.gif) no-repeat right;
	
}

.formTable td
{
	vertical-align:top;
	padding-top:10px;
	padding-left:11px;
	padding-bottom:10px;
	border-bottom: 1px solid #CBCBCB;
}

.plainTable td
{
	vertical-align:top;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	border-bottom: 0px solid #CBCBCB;
}

.formTable .description
{
	padding:10px;
	padding-bottom:20px;
	background:#f9f9f9;
	
	font-size:11px;
	border: 1px solid #CBCBCB;
}

.formField label 
{
	color: #333;
	font-size:13px;
	font-weight:bold;
	display:block;
	padding-top:3px;
}

.formField div 
{
	color: #666;
	padding-top:3px;
	font-size:13px;
}

.formField input 
{
	font-size:15px;
}

.formField select 
{
	font-size:15px;
}

.formField .info 
{
	font-size:10px;
	padding-bottom:3px;
}

.form-errors        { padding:10px; background:#FFFFC6; margin-bottom:5px; color:#C83D1E; border: 1px solid #CCCC99;}
.form-errors ul     { margin-bottom:0; }
.form-errors h3     { zfont-size:13px; color:#C83D1E; font-weight:bold; margin-bottom:0.5em; }
.form-errors ul li  { background:url("/images/bullet_red.gif") no-repeat 4px; padding-left:17px; margin-bottom:5px; }

.required {color:#C83D1E;}

.photo {
  display: block;
  background-color: #fff;
  padding: 2px;
  border: 1px solid #B8B8B4;
}
th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}
}.calendarborder {
	border: 1px solid #DDDDE8;
}
.cell {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
	background:  url(/img/en/bg_calendar.gif) no-repeat right bottom;
	color: #666666;

}
.cellselected {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
	background:  #EBE2D8;
	color: #666666;

}
.cell a:hover, .cell a:active {
	color: #6aa3ae;
	background:  url(/img/en/bg_calendar.gif) no-repeat right top;
}
.bgdir {
	background-image: url(img/en/bg-dir.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 4px;
	margin-bottom: 4px;
}
.bgline {
	background-image: url(img/en/line-divider.gif);
	background-repeat: no-repeat;
	background-position: center;
}
