@charset "utf-8";

/* General tag and element styles   */
/*----------------------------------*/

body {
	background: #69c url('../img/bg.gif') no-repeat fixed center;
	text-align: center;
	margin: 0;
	color: #333;
}


a	{
	color: #33f;
	text-decoration: none;
}

a:hover	{
	color: #900;
	text-decoration: underline;
}

.hr_normal {	/* normal <hr> tag */
	color: #69C;
	width: 85%;
}

#container	{
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

.div3col {
	width: 31%;
	height: 100px;
	padding: 5px;
	float: left;
}

.div2col {
	width: 48%;
	height: 450px;
	padding: 5px;
	float: left;
}

/* special item styles */
/*---------------------*/


a.supressed-link	{
	color: #000;
	text-decoration: none;
	font-size: 1em;
}

a:hover.supressed-link{
	text-decoration: underline;
}

/* Content_body styles */
/*--------------------*/

#content_body {
	width: 750px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
}

#content_body h1 {
	font-size: 2.2em;
	margin-top: 2px;
	font-weight: normal;
}

h1.titlecloud {
	background: url('../img/titlecloud.png') no-repeat;
	width: 198px;
	height: 86px;
	padding: 10px 0 0 19px;
}

#content_body h2 {
	font-size: 1.25em;
	font-weight: normal;
}

#content_body h3 {
	font-size: 1em;
	font-weight: normal;
	text-align: justify;
}

/*     Icon area style     */
/*-------------------------*/

#icons_area td {
	width: 33%;
}

#icons_area img {
	text-align: center;
}

a .icon_link_title {
	color: #000;
	font-size: 1.1em;
	font-family: Lucida Sans Unicode, Arial, Tahoma;
	text-decoration: none;
	text-align: left;
}

a:visited .icon_link_title {
	text-decoration: none;
}

a:hover .icon_link_title {
	text-decoration: underline;
}

a.icon_description {
	font-size: 0.8em;
	color: #333;
	font-family: Lucida Sans Unicode, Arial, Tahoma;
	text-align: left;
}


/* More stuff panel styles */
/*-------------------------*/
#more-panel-text	{
	float: left;
	width: 24%;
	margin: 0;
}

#more-panel-text	a {
	color: #000;
}

#more-panel-icons	{
	display: none;
	margin-left: 24%;
}

#more-panel-icons	a{
	margin: 0 auto;
	display: block;
	height: 28px;
}

#more-panel-icons ul	{
	margin: 0;
}

#more-panel-icons li	{
	float: left;
	list-style-type: none;
	padding: 0 5px 0 5px;
	margin: 0;
	
}

.btn-more_stuff {
	background: url(../img/star.png) no-repeat left -40px;
	margin: 0 auto;
	display: block;
	padding-left: 24px;
}

.active {
	background-position: left 0px;
}

.link-email	{
	background: url(../img/email-icon.png) no-repeat left;
	padding-left: 35px;
}

.link-calendar	{
	background: url(../img/calendar-icon.png) no-repeat left;
	padding-left: 35px;
}

.link-resources	{
	background: url(../img/resources-icon.png) no-repeat left;
	padding-left: 24px;	
}

.link-lab	{
	background: url(../img/lab-icon.png) no-repeat left;
	padding-left: 24px;
}

/*  Footer styles */
/*----------------*/

#footer	{
	color: #333;
	border-top: 1px solid #036;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 0.8em;
	padding: 15px 0 7px 0;
}

#footer a{
	color: #333;
}

#footer a:hover{
	color: #000;
}
/*_____________________________________________________________*/


/*   Inpage_Frame container styles    */
/*-----------------------------------*/

.inpage_frame {
	width: 700px;
	margin: 10px auto;
}

.inpage_frametop {
	background: url('../img/inpage_frametop.png') no-repeat;
	height: 18px;
}

.inpage_framebody {
	background: url('../img/inpage_framebody.png') repeat-y;
}

.inpage_frame_content {
	background: #bfd4d8 url('../img/inpage_bggradient.png') repeat-x;
	background-position: top center;
	margin: 0 8px;
	padding: 4px;
}

.inpage_framebottom {
	background: url('../img/inpage_framebottom.png') no-repeat;
	height: 25px;
}
/*________________________________*/
