/* 
================================
CSS for ISC skin
================================
*/

/* Base settings */
Body {
	font: 75% Verdana, Arial, Tahoma, Helvetica;
}

.SkinObject {
	font: bold 80% Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	color: Black;
}

A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active {
	color: Black;
}

A.SkinObject:hover {
	color: Yellow;
}

/* style for module titles */
.Head {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 100%;
	color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 80%;
	color: #036;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: normal;
	font-size: 80%;
}

/* Table and panel settings */
.outsidetable {
	width: 100%;
	height: 100%;
	background: #969696 url(images/iscmap.jpg) repeat-x;
}

.logotable {
	height: 100px;
	width: 100%;
}

.navtable {
	width: 100%;
}

.contenttable {
	min-width: 770px;
	width: 100%;
}

.toppane, .leftpane, .contentpane, .rightpane, .bottompane {
	background-color: transparent;
	padding: 0 3px 3px 0;
	width: 100%;
}

.leftpane {
	width: 25%;
}

.contentpane {
	width: 75%;
}

.rightpane {
	width: 25%;
}
/* Menu settings */
/*  Main Menu Normal  */
.main_dnnmenu_rootitem {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	line-height: 30px;
	padding: 5px;
	color: Black;
	margin-right: 10px;
	text-transform: uppercase;
	background-color: #8a9682;
	border-right: black 2px solid;
	border-top: #dcb492 1px solid;
	border-left: #dcb492 1px solid;
	border-bottom: black 2px solid;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	line-height: 30px;
	padding: 5px;
	color: Black;
	margin-right: 10px;
	text-transform: uppercase;
	background-color: #dcb492;
	border-right: black 2px solid;
	border-top: White 1px solid;
	border-left: White 1px solid;
	border-bottom: black 2px solid;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	line-height: 30px;
	padding: 5px;
	color: Black;
	margin-right: 10px;
	text-transform: uppercase;
	background-color: #dcb492;
	border-right: black 2px solid;
	border-top: White 1px solid;
	border-left: White 1px solid;
	border-bottom: black 2px solid;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu {
	border: solid 1px black;
}

.main_dnnmenu_submenu td {
	background-color: #DDC4A6;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 80%;
	color: Black;
	white-space: nowrap;
	padding: 3px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td, .main_dnnmenu_itemselected td {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 80%;
	background-color: #cd853f;
	color: White;
}

A:link, A:visited, A:hover, A:active {
	text-decoration: underline;
	color: Black;
}

A:hover {
	color: yellow;
}

.Normal {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 90%; 
	color: Black;
}
.NormalBold {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 90%;
	color: Black;
}

.NormalRed {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 90%;
	color: #802a2a;
}

.NormalRedBold {
	font-weight: bold;
	color: #802a2a;
}

.RedTitle 
{
	font-weight: bold;
	font-size: 110%;
	color: #802a2a;
}

.NormalBlue {
	color: #0000cd;
}

.NormalBlueBold {
	font-weight: bold;
	color: #0000cd;
}

.BlueTitle {
	font-weight: bold;
	font-size: 120%;
	color: #0000cd;
}

.NormalYellow {
	color: Yellow;
}

.NormalYellowBold {
	font-weight: bold;
	color: Yellow;
}

.Larger {
	font-size: 110%;
}

.LargerBold {
	font-weight: bold;
	font-size: 110%;
}

H1, H2, H3, H4, H5, H6 {
	/*font-family: Verdana, Arial, Tahoma, Helvetica;*/
	font-family: Times New Roman;
	color: #802a2a;
}

H1 {
	font-size: 150%;
}

H2 {
	font-size: 140%;
}

H3 {
	font-size: 130%;
}

H4 {
	font-size: 120%;
}

H5, H6 {
	font-size: 110%;
}

HR {
	color: #802a2a;
	height: 2px;
}

.imgfloatleft {
	clear:left;
	float: left;
	border: solid 2px #802a2a;
	margin: 0 10px 5px 0;
}

.imgfloatright {
	float: right;
	border: solid 2px #802a2a;
	margin: 0 0 5px 10px;
}

.subjectPanel {
	clear: left;
	float: left;
	width: auto;
	height: auto;
	margin: 5px;
}

.textFloat {
	clear: none;
	float: left;
	width: 100%;
	height: auto;
}

/* Settings for vertical menu skin */
/*  Main Menu Normal  */
.vertical_menu_rootitem {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 90%;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-right: 20px;
	text-transform: uppercase;
	background-color: #829497;
	border-right: black 2px solid;
	border-top: White 1px solid;
	border-left: White 1px solid;
	border-bottom: black 2px solid;
}

/*  Main menu hover  */
.vertical_menu_rootitem_hover {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 90%;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-right: 20px;
	text-transform: uppercase;
	background-color: #dcb492;
	border-right: black 2px solid;
	border-top: White 1px solid;
	border-left: White 1px solid;
	border-bottom: black 2px solid;
}

/*  Main menu selected  */
.vertical_menu_rootitem_selected {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 90%;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-right: 20px;
	text-transform: uppercase;
	background-color: #dcb492;
	border-right: black 2px solid;
	border-top: White 1px solid;
	border-left: White 1px solid;
	border-bottom: black 2px solid;
}

/*  SUB Menu Normal */
.vertical_menu_submenu {
	border: solid 1px black;
}

.vertical_menu_submenu td {
	background-color: #DDC4A6;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	/*font-weight: bold;*/
	font-size: 80%;
	color: Black;
	white-space: nowrap;
	padding: 3px;
}

/*  SUB Menu hover & selected */
.vertical_menu_itemhover td, .main_dnnmenu_itemselected td {
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-size: 80%;
	background-color: #cd853f;
	color: White;
}

.menuandcontent {
}

.menupanel {
	width: 160px;
}

.fixedcontenttable {
	width: 800px;
}
