
/* General Defaults (also applies to Tiny MCE) */	

	* {
		margin:0;
		padding:0;
		border-collapse:collapse;
		border:none;
		font-family: Arial, sans-serif;
		font-size:12px;
	}

	li {
		margin:5px 5px 5px 15px;
	}
	
	ul, ol {
		margin-bottom:15px;
	}
	
/* General Classes (may apply to Tiny MCE depending on altMind_mceText() function call) */

	.ExampleClassName { color:orange; text-transform:uppercase; font-weight:bold; }

/* Other Styles (does not apply to Tiny MCE) */

.html, body {
	padding:0 10px 10px 10px;
	background-color:#444444;
	color:#eff0f0;
}

.head {
	width:1220px;
	margin:0 20px 10px 10px;
	padding:11px 10px 15px 10px;
	background:transparent url(http://www.procyonstudios.com/_gi/head.png) top left repeat-x;
}

#head_title {
	position:absolute;
	left:30px;
	top:10px;
	font-size:14px;
	font-style:italic;
	color:#e5e5e5;
}

#head_controls {
	text-transform:uppercase;
	float:right;
	position:relative;
	top:-2px;
	*height:0;
}

#head_controls a:link, #head_controls a:visited { font-size:9px; text-decoration:none; color:#e5e5e5; }
#head_controls a:hover { color:#ffffff; }

a:link, a:visited { text-decoration:none; color:#BFD72F; }
a:hover { color:#ADC32A; }

.cont {
	float:left;
	width:390px;
	margin:0 0 10px 10px;
	padding:0 10px 10px 10px;
}

#project_nav {
	position:absolute;
	left:308px;
	top:13px;
	height:19px;
	width:88px;
}

#project_nav_ref {
	float:right;
	margin:3px;
	color:#e5e5e5;
}

#project_nav_way0, #project_nav_way1 {
	width:13px;
	height:13px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
	margin:3px;
	opacity:0.8;filter:alpha(opacity=80);
}
	#project_nav_way0:hover, #project_nav_way1:hover { opacity:1;filter:alpha(opacity=100); }
	#project_nav_way0 { background-image:url(http://www.procyonstudios.com/_gi/way0.png); }
	#project_nav_way1 { background-image:url(http://www.procyonstudios.com/_gi/way1.png); }
	
.project_thbs {
	margin-top:15px;
	background-color:#353535;
	width:390px;
	height:60px;
}
	
.project_thbs img {
	margin:0 0 0 5px;
	border-top:5px solid #222222;
	border-bottom:5px solid #222222;
	float:left;
	cursor:pointer;
}

.project_thbs .sel {
	border-top-color:#feb511;
}

h3 {
	color:#feb511;
	font-size:16px;
	margin:10px 0 5px 0;
	background:#353535 url(http://www.procyonstudios.com/_gi/h3.png) top left repeat-y;
	padding:3px 3px 3px 18px;
	position:relative;
	left:-10px;
	width:380px;
}

h4 {
	color:#bfd72f;
	text-transform:uppercase;
	margin:15px 0 5px 0;
}

h5 {
	color:#aaaaaa;
	font-size:11px;
	margin:0 0 5px 0;
	font-style:italic;
	font-weight:normal;
}

#altMind_miniAccess {
	position:fixed;
	top:6px;
	right:6px;
	height:40px;
	background:transparent url(http://www.procyonstudios.com/_gi/altMind2/f_mini_access.png) no-repeat top right;
}

#altMind_miniAccess .icon {
	float:left;
	margin:6px 0 0 0;
	border:none;
}

#cal_tools {
	float:left;
	width: 380px;
	margin-left: 20px;
}

#cal_tools SPAN.cal_toggles {
	float: left;
	background-color: #eeeeee;
	padding: 0px 2px 4px 3px;
	margin: 4px;
	line-height: 10px;
}

#cal_tools SPAN.cal_toggles INPUT {
	position: relative;
	top: 3px;
}

#cal_form TD {
	padding: 4px;
	vertical-align: top;
}

#cal_form INPUT, #cal_form SELECT, #cal_form TEXTAREA {
	padding: 3px;
	background-color: #ffffff;
	width: 325px;
}

#cal_form INPUT:focus, #cal_form SELECT:focus, #cal_form TEXTAREA:focus {
	background-color: #efefdd;
}

#cal_event_h {
	background-color: #000000;
	padding: 2px;
	border: 1px solid yellow;
}

.cal_event_b, .cal_event_b:link, .cal_event_b:visited {
	float: right;
	background-color: yellow;
	padding: 2px;
	border: 1px solid #000000;
	color: #000000;
	margin: 5px;
	cursor: pointer;
}

#cal_cont {
	float:right;
	width: 805px;
	margin-bottom: 40px;
}

#cal_cont DIV {
	width: 110px;
	height: 90px;
	padding: 2px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #1E1F21;
	background-color: #eeeeee;
	float: left;
	border-width: 0 1px 1px 0;
	border-color: #c2c2c2;
	border-style: solid;
	overflow-y: auto;
}

#cal_cont DIV A {
	display: block;
	color: #ffffff;
	overflow: hidden;
	border-style: solid;
	border-width: 0 2px 0 1px;
	margin-top: 4px;
}

#cal_cont DIV SPAN { /* Day of the month label */
	font-size: 10px;
}

#cal_cont SPAN.odd DIV {
	background-color: #dddddd;
}

#cal_cont DIV.we {
	background-image: url(http://www.procyonstudios.com/_gi/we.png);
}

