/*====================================================
Author: Matthew Shieh
Version: 1.0
Notes: None
=====================================================*/

/*Link Attributes*/
a
{
	position: relative; /*Fix for Tooltip Position*/
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	font-size: 100%; /*Fix for Tooltip IE*/
}

a:link
{
	color: blue;
	text-decoration: underline; 
	font-weight: bold;
	font-size: 100%;
}

a:visited
{
	color: #6699CC;
	text-decoration: underline;
	font-weight: bold;
	font-size: 100%;
}

a:hover
{
	color: #00CCFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 101%;
}

a:active
{
	color: #00CCFF;
	text-decoration: underline;
	font-weight: bold;
}

/*Tooltip*/
a.tooltip
{
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
}

a.tooltip:hover
{
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
}

a.tooltip:visited
{
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
}

img.tooltip
{
	margin: 4px;
	margin-left: 25px; /*Yea Yea Yea...*/
	border-style: solid;
	border-width: 1px;
}

a.tooltip span
{
	display: none;
}

a.tooltip:hover span 
{
	display: block !important;
	position: absolute;
	top: 16px;
	left: 40px;
	width: 200px;
	color: black;
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	background-color: white;
	padding: 4px;
	border: 2px groove #0000FF;
	z-index: 100;
}

a.tooltip.link /*Since it is a tooltip and a link, leave it as a link color*/
{
	color: blue;
	text-decoration: underline; 
	font-weight: bold;
}

a.tooltip.link:visited
{
	color: #3366FF;
	text-decoration: underline;
	font-weight: bold;
}

a.tooltip.link:hover
{
	color: #00CCFF;
	text-decoration: underline; 
	font-weight: bold;
}

a.first /*Prevent other links from showing through*/
{
	z-index: 10;
}

a.second
{
	z-index: 9;
}

a.third
{
	z-index: 8;
}

a.fourth
{
	z-index: 7;
}

a.fifth
{
	z-index: 6;
}

a.sixth
{
	z-index: 5;
}

a.seventh
{
	z-index: 4;
}

a.eighth
{
	z-index: 3;
}

a.ninth
{
	z-index: 2;
}

a.tenth
{
	z-index: 1;
}

a.eleventh
{
	z-index: 0;
}

/*Overall Page Attributes*/
#page_attrib
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 760px;
	max-width: 1680px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

/*Header Body Attributes*/
#header_attrib
{
	color: white;
	font-family: sans-serif;
	font-size: 26px;
	background-color: black;
	width: auto;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px groove #0000FF;
	text-align: left;
}


/*Left-Side Body Attributes*/
#left_attrib
{
	position: absolute;
	background: #FFFFFF;
	left: 5px;
	width: 130px;
	margin-right: 6px !important; margin-right: 2px;
	margin-left: 0px;
	margin-top: 7px;
	padding: 0px;
	border-style: groove;
	border-color: #0000FF;
	border-width: 2px;
	text-align: center;
	z-index: 3;
}

/*Content Body Attributes*/
#content_attrib
{
	/*float: left !important; float: none;*/
	position: relative;
	height: auto !important; height: 500px;
	width: auto;
	min-height: 500px;
	margin-right: 4px;
	margin-left: 146px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 4px !important; padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 10px !important; padding-right: 8px;
	border-left: 2px ridge #0000FF;
}

/*Bottom Body Attributes*/
#bottom_attrib
{
	position: relative;
	clear: both;
	margin: 0px;
	padding: 6px;
	border-top: 2px ridge #0000FF;
	text-align: center
}

/*Content Attributes*/
p a
{ /*To position popup next to the link*/
	font-size: 101%; /*IE Fix*/
	position: relative;
}

p
{
	font-family: sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.content
{
	margin-left: 15px;
	margin-right: 10px;
	text-align: left;
}

p.date
{
	margin-top: 4px;
	margin-left: 6px;
	font-size: 10px;
	text-align: left;
}

p.fine
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
	text-align: center;
}

p.small
{
	margin-left: 15px;
	font-size: 10px;
	text-align: left;
}

p.singleimg
{
	float: none;
	clear: both;
	text-align: center;
}

p.tabimg
{
	float: left;
	clear: left;
	margin-left: 20px !important; margin-left: 10px;
	margin-right: 8px;
	text-align: left;
}

p.left
{
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

p.right
{
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}

/*Headers*/
h1
{
	color: white;
	background-color: #666666;
	background-image: url(Data/Graphics/Misc/gradient.gif);
	background-repeat: repeat-x; 
	width: 130px;
	font-family: sans-serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0px;
	padding-bottom: 1px;
}

h2
{
	color: white;
	background-color: #666666;
	background-image: url(Data/Graphics/Misc/gradient.gif);
	background-repeat: repeat-x; 
	width: auto;
	font-family: sans-serif;
	font-size: 18px;
	text-decoration: none;
	padding: 0px;
	padding-left: 4px;
	padding-bottom: 1px;
	margin: 0px;
	margin-bottom: 2px;
}

h3
{
	font-family: sans-serif;
	margin-left: 5px;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

ul
{
	font-family: sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: inside;
}

li
{
	font-size: 12px;
	margin: 0px;
	margin-top: 0px !important; margin-top: -6px;
	margin-bottom: 0px !important; margin-top: -6px;
	padding: 0px;
}

.tab1
{
	margin-left: 32px;
}

.tab2
{
	margin-left: 64px;
}

.tab3
{
	margin-left: 96px;
}

/*Main Navigation Menu*/
.menu
{
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px !important; margin-left: -20px;
	margin-right: 0px;
	padding: 0px;
	width: 110px;
	max-width: 100%;
	list-style: none;
}

.menu li, .menu li a, .menu li a:visited
{
	display: block;
	margin: 0px;
	font-size: 16px;
	padding-top: 4px !important; padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	text-indent: 0px;
	width: 100%;
}

/*Project Navigation Menu*/
.projnav
{
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 100%;
	padding: 0px;
	text-align: center;
	list-style-type: none;
}

.projnav a, .projnav li:visited
{
	display: inline;
	color: blue;

}

.projnav li
{
	display: inline;
	color: #999999;
}

.projnav li a:hover
{
	display: inline;
	color: #00CCFF;
}

.button a
{
	background: url(Data/Graphics/Navigation/Button.gif) no-repeat;
	color: #000099;
	height: 20px;
	background-position: 0px 0px;

}

.button a:visited
{
	background: url(Data/Graphics/Navigation/Button.gif) no-repeat;
	color: #000099;
	height: 20px;
	background-position: 0px 0px;
}

.button a:hover
{
	background: url(Data/Graphics/Navigation/Button.gif) no-repeat;
	color: #00CCFF;
	background-position: 0px -28px;
	height: 20px;
	text-decoration: none;
}

.current a, .current a:visited, .current a:hover
{
	background: url(Data/Graphics/Navigation/Button.gif) no-repeat;
	color: #999999;
	height: 20px;
	background-position: 0px -28px;

}

/*Content Box*/
.box
{
	float: left;
	clear: left;
	background-color: #FFFFFF;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 4px;
	padding: 0px;
	border-style: groove;
	border-color: #0000FF;
	border-width: 2px;
}

/*Sub-Content Box*/
.subbox
{
	height: 100%; /*IE Fix...*/
	float: left !important; float: none;
	clear: left;
}

/*Mini-Box*/
.minibox
{
	height: 100%; /*IE Fix...*/
	clear: left;
	margin: 10px;
	margin-left: 26px;
	margin-right: 8px;
	border-style: groove;
	border-color: #FF0000;
	border-width: 1px;
}

/*Table*/
table.data
{
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table.data th
{
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: black;
	background-color: white;
}
table.data td
{
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: black;
	background-color: white;
}

/*Make a floating container stretch to "fit" a non-floating - http://www.positioniseverything.net/easyclearing.html*/
/*Hide this from IE (Not needed) by utilizing the child selector*/
* > .stretchfix
{
	display: block;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	visibility: hidden;
}

/*Background Attributes*/
body
{
	background-color: #EEEEEE;
	color: black;
}