/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Heavily modified by Mat-Moo for E-Mail Remind 2009 relaunch
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif; 
	font-size: 0.85em; 
	color: #666666;
	line-height: 1.1em;
}

table {
	width: 100%;
	border-color: #FFFFFF;
	/*border-collapse: seperate;	*/
	border-collapse: collapse;	
	border-width: 1px 1px 1px 1px;
	border-style: none none Solid none;
	border-spacing: 0px 2px;
}

th, td  {
	Height : 34px;
	vertical-align : middle;
	border-color: #FFFFFF;
	border-width: 0px 0px 0px 0px;
	border-style: Solid;
}

tr {
	background: #FFFFFF url(images/row_bg0.gif) repeat-x;
}

th {
	background: #FFFFFF url(images/row_th.gif) repeat-x;
}
/* row 21*/
tr.row1 {
	background: #FFFFFF url(images/row_bg1.gif) repeat-x;
}
	tr.row1 td.start{
		background: #FFFFFF url(images/row_bg1_start.gif) no-repeat;
		Width : 6px;
	}
	tr.row1 td.end{
		background: #FFFFFF url(images/row_bg1_end.gif) no-repeat;
		Width : 6px;
	}
/* row 2 */
tr.row2{
	background: #FFFFFF url(images/row_bg2.gif) repeat-x;
}
	tr.row2 td.start{
		background: #FFFFFF url(images/row_bg2_start.gif) no-repeat;
		Width : 6px;
	}
	tr.row2 td.end{
		background: #FFFFFF url(images/row_bg2_end.gif) no-repeat;
		Width : 6px;
	}
/* row 3 */
tr.row3{
	background: #FFFFFF url(images/row_bg3.gif) repeat-x;
}
	tr.row3 td.start{
		background: #FFFFFF url(images/row_bg3_start.gif) no-repeat;
		Width : 6px;
	}
	tr.row3 td.end{
		background: #FFFFFF url(images/row_bg3_end.gif) no-repeat;
		Width : 6px;
	}

tr.row4{
	background: #FFFFFF url(images/row_bg4.gif) repeat-x;
}
	tr.row4 td.start{
		background: #FFFFFF url(images/row_bg4_start.gif) no-repeat;
		Width : 6px;
	}
	tr.row4 td.end{
		background: #FFFFFF url(images/row_bg4_end.gif) no-repeat;
		Width : 6px;
	}
	
tr.rowbreak {
	background: #FF0000;
	height : 4px;
}

td.icon {
	text-align: left;
	Width : 26px;
}

td.dates {
	text-align: center;
	Width : 32px;
	padding : 0px 2px 0px 0px;
}

td.commands {
	text-align: center;
}

/* is this section still needed */
tr.rowproduct {
	background: #FFF;
	height : 4px;
	border-width: 1px 1px 1px 1px;
	border-style: none none Solid none;
}

	tr.rowproduct td.image {
		text-align: center;
		width : 100px;
	}
	tr.rowproduct td.price {
		text-align: center;
		width : 155px;
		font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif; 
		font-size: 18px; 
	}
	tr.rowproduct td.detail {
		font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif; 
		font-size: 11px; 
	}
	tr.rowproduct td.detail b {
		font-size: 13px; 
		font-weight: bold;
	}

tr.rowfront {
	background: #fff;
}
	tr.rowfront td.image {
		text-align: center;
		width : 64px;
	}
	tr.rowfront td.detail {
		font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif; 
		font-size: 11px; 
	}

h1, h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif; 
	font-weight: normal;
}

h1 {
	font-size: 197%;
	display: inline;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

ol {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(images/img16.gif) no-repeat 0px 10px;
}

ul li.question {
	padding-left: 10px;
	font-weight: bold;
}

ul li.answer {
	padding-left: 15px;
	background: url(images/img20.gif) no-repeat 0px 10px;
}

ol.calendar  {
	width:680px;
	margin:0 auto;
	display:block; 
	min-height: 200px;
	background: url(images/tl.png) top left no-repeat; 
	padding: 12px 0 0 20px;
}

li {
	list-style:none;
}

li li {
	width:95px;
	height:95px;
	float:left;
	margin:1px; 
	padding:0px;
	overflow:auto;
	background: #FFFFFF url(images/table_bg3.png) no-repeat;
}

li li p	 {
	margin:2px;
	float:left;
	font-size:.7em;
	display:block;
}

li#daynames li {
	background: #FFFFFF url(images/table_bg0.png) repeat-x;
	height: 24px;
	text-align: center;
}

li.weekend {
	background: #FFFFFF url(images/table_bg2.png) repeat-x;
}

li.today {
	background: #FFFFFF url(images/table_bg1.png) repeat-x;
}

li.today p {
	font-size:.8em;
}

li.diffmonth {
	background: #FFFFFF url(images/table_bg0.png) repeat-x;
}

a:link {
	color: #3490F8;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #666;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 350px;
}

/* Boxes */

.box-orange {
	background: url(images/img09.gif) repeat-x;
}

.box-orange .section {
	background: url(images/img11.gif) no-repeat right top;
	font-size: 150%;
	color: #fff;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 4px 4px 10px;
	background: url(images/img10.gif) no-repeat;
}

.box-orange .section img {
	display: inline;
	vertical-align: top;
	margin-top : -16px;
}

.box-orange .content {
	padding: 20px;
}

.box-blue {
	background: url(images/img13.gif) repeat-x;
}

.box-blue .section {
	background: url(images/img15.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 20px;
}

.box-pink {
	background: url(images/img21.gif) repeat-x;
}

.box-pink .section {
	background: url(images/img22.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img23.gif) no-repeat;
}

.box-pink .content {
	padding: 20px;
	text-align : center;
}

.box-pink .news {
	text-align : left;	
}

.newssmall {
	font-size : 85%;
	color: #999999;
}

.newstitle {
	color: #777777;
	font-weight: bold;
}

.newsdate {
	font-size : 75%;
	color: #999999;
}

.box-red {
	background: url(images/img17.gif) repeat-x;
}

.box-red .section {
	background: url(images/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-red .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img18.gif) no-repeat;
}

.box-red .content {
	padding: 20px;
}

/* Header */

#header {
	width: 960px;
	height: 92px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	display:inline;
}

#logo h1 {
	padding-top: 3px;
	text-transform: lowercase;
	font-size: 34px;
	font-weight: normal;
}

#logo h2 {
	padding: 63px 0 0 3px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

select.small {
	float : right;
	border:solid 2px #F8962D;
	width:150px;
	padding: 0.2em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
/* date */

#date {
	display: inline;
	float: left;
	height: 48px;
	padding : 8px 0px 8px 8px;
	margin : 0 auto;
	position : absolute;
	top : 8px;
}

/* user info */

#user {
	float: right;
	width: 200px;
	padding-top: 25px;
	padding-bottom: 4px;
}
#user a {
	font-size: 15px;
	color: #000000;
}

#user .warning  a{
	font-size: 10px;
	color: #ff0000;
	font-weight: bold;
}
/* Search */

#search {
	float: right;
	width: 300px;
	padding-top: 55px;
}

#search form {
}

#search fieldset {
	border: none;
}

#searchinput, #searchsubmit {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
	border: 1px solid #FFFFFF;
}

#searchsubmit {
	padding: 0 2px;
	background: #F4A652 url(images/img03.gif) repeat-x;
	border: 1px solid #000000;
	text-transform: lowercase;
}

/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
}

#menu li.li1 {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
	margin-left: 200px;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img07.gif) no-repeat;
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #444444;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(images/img08.gif) no-repeat right top;
	cursor: hand;	
}

#menu li.active {
	background: #CFCECE url(images/img04.gif) repeat-x;
}

#menu li.active a {
	background: url(images/img06.gif) no-repeat right top;
	color: #C90404;
}

#menu li.active b {
	background: url(images/img05.gif) no-repeat;
}

/*sub menu */

.submenu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
}

.submenu ul {
	margin: 0;
	padding: 4px 0px 0px 0px;
	list-style: none;
	list-style-type: none;
}

.submenu li {
	background-image: none;
	display: inline;
	padding: 3px 3px 3px 3px;
	margin: 0;
}

.submenu li a {
	text-decoration: none;
	color: #666666;
}

.submenu li a:visited {
	color: #666666;
}

.submenu li a:hover {
	color: #000000;
}

/* Page */

#page1 {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#page2 {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 720px;
}

/* Feature */

#feature {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar .col-one {
	width: 200px;
}

#sidebar .col-two {
	width: 200px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #DDDDDD;
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}

#divWarning {
	padding: 1em 1em 0em 1em;
	border: 1px solid #ffa6a6;
	background: #FFFFFF url(images/img25.gif) repeat-x;
	color: #000;
}

#divWarning li {
	background: none;
}

#divInformation {
	padding: 1em 1em 0em 1em;
	border: 1px solid #298BF8;
	background: #FFFFFF url(images/img26.gif) repeat-x;
	color: #000;
}

#divInformation li {
	background: none;
}

#forminput {
	border:solid 1px #BBD50B;
	background: #FFFFFF url(images/img24.gif) repeat-x;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}

#formblankinput {
	border:none;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}

#formblankinput li {
	background: none;
}
#formblankinput .button {
	border:solid 2px #BBD50B;
	width:450px;
	padding: 0.2em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	background: #FFFFFF url(images/img24.gif) repeat-x;
	font-size: 1.1em;
	color: #000;
}

#forminput input, select, checkbox, textarea {
	border:solid 2px #BBD50B;
	width:450px;
	font-size: 1.1em;
	padding: 0.2em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#forminput li {
	background: none;
}

#forminput li label {
	display: block;
	float: left;
	width: 200px;
	font-size: 1.1em;
	padding-top: 4px;
	font-weight: bold;
}

#forminput input, select, checkbox, textarea {
	border:solid 2px #BBD50B;
	width:450px;
	font-size: 1.1em;
	padding: 0.2em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#forminput input.third, select.third {
	width:145px;
	margin-right:6px;
}

#forminput input.half, select.half {
	width:220px;
	margin-right:8px;
}

#forminput input.thin, select.thin {
	width:50px;
	margin-right:8px;
}

#forminput input.checkbox {
	width:55px;
	height:24px;
}

#forminput input.error, select.error, textarea.error{
	border:solid 2px #FF3366;
}

#forminput .button {
	background: #FFFFFF url(images/img24.gif) repeat-x;
	font-size: 1.1em;
	color: #000;
}

#forminput .buttonred{
	border:#FF3366;
	background: #FFFFFF url(images/img25.gif) repeat-x;
	font-size: 1.1em;
	color: #000;
}

#smallforminput {
	border:solid 1px #BBD50B;
	background: #FFFFFF url(images/img24.gif) repeat-x;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	display: block;
	margin-left: auto;
	height : 60px;
}

#smallforminput select {
	border:solid 2px #BBD50B;
	width:155px;
	font-size: 1.1em;
	padding: 0.15em;
	display: block;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#smallforminput input {
	border:solid 2px #BBD50B;
	width:145px;
	font-size: 1.1em;
	padding: 0.2em;
	display: block;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#smallforminput .button {
	border:solid 2px #BBD50B;
	background: #FFFFFF;
	width:155px;
	padding: 0.15em;
	font-size: 1.1em;
	color: #000;
}

#smallforminput li {
	display : block;
	text-decoration: none;
	float : left;
	font-size: 15px;
	width : 155px;
	background: none;
}

#menuchoice a {
	display:block;
	float:left;
	width:335px;
	margin:2px;
	padding:8px 0px 8px 0px;
	height:32px;
	font: bold 16px/1 "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif; 
	vertical-align:top;
	color:#888;
	background: url(images/rowchoice.png) 0 0 no-repeat;
	text-decoration: none;
}

#menuchoice a:hover {	
	background-position: -336px 0;
	color: #666;
}

#menuchoice a:active {
	background-position: -671px 0;
	color:#888;
}

#menuchoice img {
	vertical-align: top;
	margin-top : -16px;
	padding:0 4px 4px 4px;
}

div.middle {
	display:block;
	text-align: center;
}

div.float {
	border: 1px solid #ddd;
	background-color: #fcfcfc;
	margin:4px;
	float: left;
	display:block;
	width : 155px;
	height : 175px;
}
  
div.float p {
	text-align: center;
	font-size: 12px; 
}

div.float h1 {
	display:block;
	background-color: #efefef;
	color : #777;
	text-align: left;
	padding : 2px 2px 2px 0px;
	margin : 0 0 2px 0;
	width : 155px;
	height : 22px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif; 
	font-size: 18px; 
}
   
div.float a {
	text-decoration: none;
	font-size: 12px; 
}

div .float h2 {
	position: relative; 
	bottom: 0; 
	right: 0;
} 

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ 
	float: right; 
	font-size: 10px;
}
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/lb_overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lb_overlay.png", sizingMethod="scale");
}