/** BASIC */

div#home p {
  font-size: 16px;
}
div#home li {

 font-size: 14px;
 }
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #ffffff;
}

/** TEXTS */

body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BCE9FF;
}
input, textarea, select {
  color: #003;
  border: 1px solid #006;
  background-color: #eee;
}
   div.auto_complete {
              width: 350px;
              background: #fff;
  	      color: #003;
            }
            div.auto_complete ul {
              border:1px solid #888;
              margin:0;
              padding:0;
              width:100%;
              list-style-type:none;
            }
            div.auto_complete ul li {
              margin:0;
              padding:3px;
            }
            div.auto_complete ul li.selected { 
              background-color: #ffb; 
            }
            div.auto_complete ul strong.highlight { 
              color: #800; 
              margin:0;
              padding:0;
            }
p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}

ul.deal li {list-style: none; }

span.infotitle {
  font-weight: bold;
  display: block;
  margin-left: -5px;
}

h3 {
  
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
}
h3.darkbg { 
  padding: 5px;
}

.text1 {
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 24px;
	font-weight: bold;
}

.text2 {
	text-transform: lowercase;
	font-size: 15px;
	font-weight: bold;
}

.text3 {
	color: #A5DDEE;
}

.text4 {
	color: #80CBE8;
}

.text5 {
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 21px;
	font-weight: bold;
}

.text6 {
	text-align: center;
	color: #2EB0C6;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 15px;
	background: #08264D url(/images/homepage13.gif) no-repeat left top;
}

.list1 li.light {
	background: #062F61 url(/images/homepage14.gif) no-repeat left top;
}

/** LINKS */

a {
	color: #FFFFFF;
}

div.table a:hover {
	text-decoration: underline; 
  color: #00c;
}

div.table a {
  text-decoration: none;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
}

/** STYLES */

.style1 {
	color: #80CBE8;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

.style2 {
	text-transform: lowercase;
	font-size: 10px;
	color: #80CBE8;
}

.style2 a {
	color: #FFFFFF;
}

.style2 a:hover {
}

/** BACKGROUNDS */

div.cardimage {
  padding: 10px;
  -moz-border-radius: 8px;
  background: #000 url("/images/cardload.gif");
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 200px;
  min-height: 285px;
  width: 200px;
  float: left;
}

img.card {

}


.bg1 { background: #064169 url(/images/bg01.jpg) repeat-x left top; }
.bg2 { background: url(/images/bg02.jpg) no-repeat left top; }
.bg3 { background: url(/images/bg03.jpg) no-repeat left top; }
.bg4 { background: url(/images/bg04.jpg) no-repeat left top; }
.bg5 { background: url(/images/bg05.jpg) no-repeat left top; }

.bg6 { background: url(/images/bg07.jpg) no-repeat left top; }
.bg7 { background: url(/images/bg08.jpg) repeat-y left top; }
.bg8 { background: url(/images/bg09.jpg) no-repeat left top; }

.bg9  { background: url(/images/homepage08.jpg) no-repeat left top; }
.bg10 { background: url(/images/homepage09.jpg) repeat-y left top; }
.bg11 { background: url(/images/homepage10.jpg) no-repeat left bottom; }

.bg12 { background: url(/images/bg10.jpg) no-repeat left top; }
.bg13 { background: url(/images/bg11.jpg) no-repeat left top; }

.bg14 { background: url(/images/bg05.jpg) no-repeat left top; }

.bg15 { background: url(/images/subpage2_01.jpg) no-repeat left top; }
.bg16 { background: url(/images/subpage2_02.jpg) repeat-y left top; }
.bg17 { background: url(/images/subpage2_03.jpg) no-repeat left top; }
.bghalf { background: url(/images/bgfoot1.jpg) no-repeat left top; }


.largedarktop { background: url(/images/largebgtop.jpg) no-repeat left top; }
.largedarkbottom { background: url(/images/largebgbottom.jpg) no-repeat left top; padding: 5px;}
.largedarkmiddle { background: url(/images/largebgmiddle.jpg) left top; background-repeat: repeat-x; }
/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

div.fieldWithErrors {
  display: inline;
  background-color: #f66;
  padding: 5px;
  margin: 6px;
}


#errorExplanation {
  width: 200px;
  border: 2px solid #ff0000;
  padding: 5px;
  padding-bottom: 12px;
  margin: 5px;
  float: right;
  color: #fff;
  background-color: #333;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #eee;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 1em;
}


/* #col-one .boxed .content label { */
label {
	display: block;
	font-size: xx-small;
	font-weight: bold;
	margin:3px;
}

/* #col-one .boxed .content .textfield { */
.textfield {
	width: 148px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #C8C8C8;
	background: #FAFAFA url(/images/img04.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

/* edit in place */
.editor_field {
	width: 30px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #C8C8C8;
	background: #FAFAFA url(/images/img04.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}


/* #col-one .boxed .content .button { */
.button {
	width: 85px;
	height: 20px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #464646;
	background: #FAFAFA url(/images/img05.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}
h1 a {
  text-decoration: none;
}
/* edit in place */
.editor_ok_button {
	width: 40px;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #464646;
	background: #FAFAFA url(/images/img05.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

p.tiny {
  text-size: 12px;
}

.pagination {
	padding: 3px;
	margin: 3px;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	text-decoration: none;
	color: #fff;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #ccf;
	color: #ccf;
  background-color: #333;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #333;
	color: #333;
}
.unread { 
  font-weight: bolder;
}
