/*******************
 * Main CSS File   *
 *******************/

/****\
 * CSS Reset
\****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/****** End: CSS Reset ******/

body {
	padding-left: 165px;
	text-align: center;
}

/****\
 * Head
\****/
#head {
	margin: 15px auto 0 auto;
	width: 700px;
	height: 196px;
	background: #034021;
	color: #fff;
	font-size: 42px;
	font-family: "Comic Sans MS", cursive;
}
/****** End: Head ******/

/****\
 * Body
\****/
#body {
	margin: 0 auto;
	width: 696px;
	min-height: 400px;
	background: #FFFF66;
	border: 2px solid #855144;
	/*position: relative;*/
	
	text-align: left;
}

/****\
	 * Nav
	\****/
	#nav {
		float:left;
		width: 160px;
		/*position: absolute;*/
		margin-left: -145px;
		
		min-height: 100px;
		text-align: right;
		margin-right: -17px;
		font-family:Tahoma, Geneva, sans-serif;
		
	}
	
		#nav a {
			background: url(../images/design/button.png) no-repeat;
			height: 26px;
			width: 143px;
			display: block;
			text-align: center;
			color: #445144;
			text-decoration: none;
			margin-bottom: 2px;
			font-family: 'Comic Sans MS', cursive;
			font-size: 15px;
		}
		
		#nav a:hover, #nav a.selected {
			width: 158px;
			position: relative;
			right: 15px;
		}
		
		 #nav a.selected {
			width: 160px;
		}
		
		#nav a span {
			position: relative;
			left: 16.5px;
			top: 4px;
		}
		
		#nav a:hover span, #nav a.selected span {
			left: 20px;
		}
		
		#nav #icons {
			display: block;
			text-align: center;
			color: #855144;
			text-decoration: none;
			margin-left: -5px;
		}
		
		#nav #icons .smallicon {
			background: none;
			width: auto;
			height: auto;
			border:0;
			float:left;
			text-decoration:none;	
			text-align: center;
			margin-top: 25px;
			color: #855144;
			font-size: 9px;
			font-family: Tahoma, Geneva, sans-serif;
			display: inline;
			margin-right: 4px;
		}
		
		#nav #icons .smallicon img {
			margin-bottom: 8px;
			width:32px;
			height:32px;
		}
		
		#nav #icons a:hover {
			right: 0;
			left: 0;
			
		}
		
		#welcome {
			width: 143px;
			display: block;
			text-align: center;
			color: #855144;
			text-decoration: none;
			margin-top: 12px;
			font-family: Tahoma;
			font-size: 11px;
		}
		
		#welcome a {
			background: none;
			width: auto;
			height: auto;
			display: inline;
			text-align: center;
			color: #855144;
			text-decoration: none;
			margin-top: 12px;
			font-family: Tahoma;
			font-size: 11px;
		}
		#welcome a:hover {
			right: 0;
			text-decoration: underline;
		}
	/****** End: Nav ******/
	
	/****\
	 * Content
	\****/
	#content {
		padding: 20px;
		color: #855144;
	}
	
		#content h2 {
			font-size: 26px;
			font-family: 'Comic Sans MS', cursive;
			padding-bottom: 10px;
		}
		
		#content h3 {
			font-size: 18px;
			font-family: 'Comic Sans MS', cursive;
			padding-bottom: 10px;
		}
		
		#content h4 {
			font-size: 16px;
			font-family: 'Comic Sans MS', cursive;
			padding-bottom: 0px;
		}
		
		#content p {
			font-size: 14px;
			font-family: Tahoma, Geneva, sans-serif;
			padding-top: 10px;
		}
		
		#content ul {
		
		}
		
			#content ul li {
				padding: 2px;
				padding-left: 25px;
				background-image: url(../images/design/bullet.png);
				background-repeat: no-repeat;
				background-position: 0 .5em;
				font-size: 18px;
			}
			
			#content ul li:hover {
				background-image: url(../images/design/bullet2.png);
			}
			
		#content form.style {
			width: 300px;
			border: 1px solid;
			padding: 20px;
			background-color: #AAA;
			background: rgba(0,0,0, 0.1);
		}
		
			#content form.style label {
				width: 120px;
				float: left;
				display: block;
			}
			
			#content form.style input[type=text], #content form.style input[type=password] {
				width: 130px;	
			}
			
			#content form.style input[type=submit] {
				margin-left: 120px;
				width: 137px;
			}
		
		#content .icon {
			border:0;
			float:left;
			text-decoration:none;	
			text-align: center;
			margin-top: 25px;
			color: #855144;
			font-size: 16px;
			font-family: Tahoma, Geneva, sans-serif;
			width: 128px;
			height: 128px;
			margin-bottom: 15px;
		}
		
		#content .icon img {
			margin-bottom: 8px;
		}
		
		
	/****** End: Content ******/
	
/****** End: Body ******/

/****\
 * Foot
\****/
#foot {
	clear: both;
	height: 18px;
	width: 700px;
	background: url(../images/design/footer.png) no-repeat;
	margin: 0 auto 10px auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}

	#foot a {
		color: #FFFEEE
	}
/****** End: Foot ******/


.success {
	background: #3F6;
	color: #090;
	border: 1px solid #090;
	padding: 10px;
}

.faliure {
	background: #F99;
	color: #900;
	border: 1px solid #900;
	padding: 10px;
}





/* jcalendar.css */
form.jcalendar{border:1px solid #A1A5A9;font:.9em Arial, Helvetica, sans-serif;background:#fff;background:rgba(255,255,255,0.5);text-align:center;}
form.jcalendar h3{margin:5px;padding-bottom:0;margin-bottom:0;}
form.jcalendar .submit{width:100px;height:27px;margin:3px;}
div.jcalendar-wrapper{padding:4px;}
div.jcalendar-selects{padding-bottom:5px;text-align:center;}
div.jcalendar-selects select{border:1px solid #A1A5A9;font-size:65%;}
div.jcalendar table{background:#a1a5a9;color:#000;margin:.3em auto;font-size:75%;}
div.jcalendar table th{background:#eee;text-align:center;}
div.jcalendar table td{background:#f9f9f9;padding:0;width:2.2em;}
div.jcalendar table th.weekend{background:#ddd;}
div.jcalendar table td.weekend{background:#e9e9e9;}
div.jcalendar table td a{color:#333;display:block;line-height:1.7em;text-align:center;text-decoration:none;width:2.2em;}
div.jcalendar table td.today a{background:#777;border-color:#aaa;color:#fff;font-weight:700;}
div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active{background:#77b0d3;color:#fff;padding:0;}
div.jcalendar table td a.selected{background:#0072b9;color:#fff;}
div.jcalendar-links{margin:.4em;text-align:center;}
div.jcalendar-links a{padding:.2em .4em;}


#online-box {
	border:1px solid green;width:96%;min-height:110px;background:rgba(0,0,0,0.3);padding:10px;margin-bottom:5px;	
}

#online-box #online-container div {
	float:left;text-align:center;font-size:10px;margin:5px;width:70px;max-height:65px;overflow:hidden;
}

#online-box #online-container div img {
	height:50px;
	margin-bottom: 3px;
}