/*
*   Default stylesheet for scini.mlml.calstate.edu
*   2007, Bryan Newbold
*/

BODY {
	font-family: serif;
	background-color: #b8c8ff;
	font-size: 16px;
	background-image:  url(images/scini_title.png);
	background-repeat: no-repeat;
}

A {
	text-decoration: none;
	color: black;
	border-bottom: 1pt solid blue;
}

A:hover {
	text-decoration: none;
	border-bottom: 1pt solid #FF9900;
}

A:active {
	text-decoration: none;
	color: #F00000;
	border-bottom: 1pt solid #F00000;
}

A.image {
	border-width: 0px;
}

A.ref {
	color: blue;
	vertical-align: super;
	font-size: 10px;
	font-family: serif;
}

IMG.basic {
	margin: 4px;
	border: 2px solid #000000;
}

IMG.fleft {
    float: left;
}

P {
	text-indent: 15px;
}

UL.subLinks {
	margin: 3px;
	font-size: 10pt;
	padding-left: 15px;
}

UL.subsubLinks {
	margin-left: 15px; 
	padding-left: 0px; 
	font-style: italic;
}

.content {
	background-color: #FFFFFF;
	padding: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 2px solid #000000;
	overflow: hidden;
}

.subcontent {
	background-color: #C6C7A7;
	padding: 12px 4px 12px 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	border: 1px solid #000000;
	overflow: hidden;
    float: right; 
    width: 160px; 
    margin-left: 6px;
}
.subcontent_title {
    font-family: serif; 
    border-bottom: 1px solid black; 
    font-weight: bold;
}

.profiles {
	background-color: #C6C7A7;
	padding: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #000000;
	overflow: hidden;
	width: 44%;
	font-size: 14px;
	height: 140px;
}

#mainContent {
	margin: 20px 0px 10px 10px;
	position: absolute;
	left: 185px;
	top: 70px;
	width: 660px;
	font-family: trebuchet ms, trebuchet;
	font-size: 14px;
}

#leftBoxes{
	position: absolute;
	left: 0px;
	top: 70px;
	width: 180px;
	margin-top: 20px;
}
.leftBox{
	margin-left: 5px;
	margin-top: 25px;
	background-color: #4e5c94;
	border: 1px solid #000000;
	overflow: hidden;
}

.leftBoxLink A {
    border-bottom: none;
}

.leftBoxLink A:hover {
    border-bottom: 1px solid #FF9900;
    color: #FF9900;
}


.leftBoxLink{
	margin: 0px;
	padding: 4px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	border-bottom: 0px;
	border-left: 0px;
	position: relative;
	font-weight: bold;
}
.leftBoxLink:hover{
	background-color: #4e5c94;
	color: #FF9900;
	font-weight: bolder;
}

#titleBox {
	padding-left: 110px;
	margin: 10px;
	margin-top: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 80px;
	width: 790px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: white;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	overflow: hidden;
}

.pageTitle {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.blockTitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	padding: 3px;
	color: #000b38;
	border-bottom: 1px solid #515151;
/*	border-left: 1px solid #515151; */
}
