/******************
HTML Tags
******************/

/* RESET BROWSER DEFAULTS
----------------------------------------------------------------*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0px;
	padding:0px;
}

a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img { 
    border: none;
}

/******************
Hack Tags
******************/

/* EXTRA CLASSES EVERY CSS HACKER NEEDS
----------------------------------------------------------------*/
.clear { 
    clear: both; 
}

.clearfix:after {
    /* What's this? --> http://www.positioniseverything.net/easyclearing.html */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html>body .clearfix {
    display: inline-block; 
    width: 100%;
}

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}

.hide {
    display: none; 
}

.block {
    display: block;
}





/*### Page styles ###*/

#page {
    margin:0px auto;
    padding:0px;
    background: #fff;
    text-align:left;
    width:775px;
}

#page_fluid {
    margin:0px auto;
    padding:0px;
    background: #fff;
    text-align:left;
}

/*### Header styles ###*/

#header {
}

/*### Content styles ###*/

#content 
{
    margin:0px;
    padding:0px;
    font-size:90%;
}

#content #navbar {
    float:left;
    width:154px;
    margin: 0px;
}

#content #navbar .menu {
    background: #CCCCCC;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
}

#content #navbar .adunit {
}

#content #content-body-0 {
    margin-left:10px;
    margin-right:10px;
    width:755px;
    overflow:hidden;
}

#content #content-body-1 {
    float:left;
    width:590px;
    margin-left:20px;
    overflow:hidden;
}

#content #content-body-2 {
    float:left;
    width:435px;
    margin-left:20px;
    overflow:hidden;
}

#content #content-body-3 {
    float:left;
    width:590px;
    margin-left:10px;
    overflow:hidden;
}

#content #sidebar{
    float:right;
    width:147px;
    background:#F7F3E7;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    border-left:1px solid #999999;
    padding-bottom:10px;
}

/*### Footer styles ###*/

#footer 
{
    clear:both;
    border-top:1px dotted #999999;
    padding:0px;
    margin:10px 10px 10px 10px;
    text-align:center;
    color: #999999;
    font-size: 80%;
}

#footer #nav {
    font-weight: bold; 
    text-transform: uppercase;
    color: #76008A; 
    padding:0px;
    margin:5px 0 5px 0;
}

#footer #copyright {
    padding:0px;
    margin:5px 0 5px 0;
}

#footer #copyright .vn {
    font-weight: bold; 
    text-transform: uppercase;
}


/*
    --------------------
    standard html styles
    --------------------
    
    
*/
body { 
	margin:0 auto;
	
	background-color: #F0F0F0;
	
}

a {
	color: #9400D3; 
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

/*
    --------------------
    Attention styles
    --------------------
*/

#Attention {
    width: 177px;
    height: 35px;
    border: none;
    padding:0px;
    margin: 0px;
    background-color: #FFFFFF;
    text-align: left;
    font-size:86%;
}

.AttentionItem {
	color:#9400D3;
    padding:0px;
    margin: 0px;
}
.AttentionItem td {
    font-size: 70%;
}
.AttentionItem #title {
    font-weight: bold;
    text-align: center;
    text-decoration : underline;
}
.AttentionItem #large {
    font-weight: bold;
    text-align: center;
    vertical-align:middle;
    height:35px;
}
.AttentionItem #win {
    font-weight: bold;
}

/*
    --------------------
    Page styles
    --------------------
*/

/*### Header styles ###*/

.PageHeader	{ 
	color: #FED927; 
	text-transform: uppercase;
	margin-bottom:10px;
}

.PageHeader .Title {
	font-size: 115%; 
	font-weight: bold; 
	padding-bottom:5px;
	border-bottom:solid 2px #FED927;
}

.PageHeader .SubTitle {
	color: #999999; 
}

.PageHeader .Help {
    text-align:right;
	font-size: 70%; 
}

.PageHeader .Help img {
	border:none;
    vertical-align:top;
}

.PageHeader select { 
	text-transform: uppercase;
	font-size: 80%; 
	font-weight: bold; 
	color: #999999; 
}

.HeaderControls, a.HeaderControls {
    color: #76008A; 
    font-size: 80%;
    text-transform: uppercase;
}

.HeaderSeasonTitle {
    float:left;
    font-size: 80%;
    font-weight:bold;
    color: #999999; 
    padding:1px;
    margin: 0 6px 0px 0;
}

.HeaderCurrentDate { 
    float:left;
    font-size: 80%;
    color: #999999; 
    padding:1px;
    margin: 0 6px 0px 0;
}

/*
    --------------------
    Page print styles
    --------------------
*/

.PrintContainter { 
    background-color: white; 
    color: black; 
    margin: 0px;
    padding: 15px;
}

.PrintContainter p { 
	font-size: 110%;
	text-align: left; 
	margin:0 0 15px 0;
}

.PrintContainter .Header { 
	text-align: center; 
}

.PrintContainter .Header h1 { 
    margin:0 0 15px 0;
    text-transform: uppercase;
}

.PrintContainter .Content { 
}

.PrintContainter .Footer { 
	font-size: 80%;
	text-align: center; 
}

.PrintContainter input,
.PrintContainter select { 
	display: none;
}

/*
    --------------------
    Page no layout styles
    --------------------
*/

#NoLayputContainter { 
    background-color: white; 
	font-size: .87em;
}

/*### Box styles ###*/

.MessageBox { 
	margin: 0px auto;
	padding: 10px;
	line-height: 1.2em;
}

.TitleBox { 
	margin: 0px auto;
	padding: 5px;
	background: #999999; 
	color: #666666; 
	font-weight: bold; 
}

.SearchBox { 
	margin: 0px auto;
	padding: 10px;
	line-height: 1.2em;
}

.SearchBox input { 
	font-size: .9em;
}

.Wide { 
	width: 100%; 
}

.Narrow { 
	width: 85%; 
}

.Normal { 
	font-size: 100%; 
}

.Small { 
	font-size: 90%; 
}

.Tiny { 
	font-size: 70%; 
}

.Right { 
	text-align:right; 
}

.Center { 
	text-align:center; 
}

/*### Form styles ###*/

.FormTable { 
	border: 1px solid #999999; 
	font-size: 90%; 
}

.FormTable .Title { 
	background-color: #999999; 
	font-weight: bold; 
	color: #9400D3; 
	padding: 5px; 
}

.FormTable .Help { 
	color:black;
}

.FormTable .Summary { 
	border-top: 1px solid #999999; 
	border-bottom: 1px solid #999999; 
	background-color: #EFEFEF; 
}

.FormTable .Error {
	text-align: center;
	color: red; 
}

.FormTable .Label { 
	text-align: right;
	color: #9400D3; 
	white-space: nowrap;
	vertical-align: top;
}

.FormTable .Field { 
	background-color: #CCCCCC;
	text-align: right;
	color: #9400D3; 
	white-space: nowrap;
	vertical-align: top;
}

.FormTable .Required { 
	font-weight: bold;
}

.FormTable .RequiredHelp { 
	background-color: #CCCCCC;
	font-weight: bold;
	text-align: right;
	color: #9400D3; 
}

.FormTable .Value { 
	vertical-align: top;
	color: black; 
}

/* List Styles */

.ListTable { 
	background-color: #EFEFEF;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
}

.ListTableMid {
	background-color: white;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}

.ListTableBottom {
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding:0px;
	margin:0px;
}

.ListTableBottomCorner {
	background-image:url(/images/header_ll_corner.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:16px;
	border:none;
}

.ListSectionTitle {
	background-color: #EFEFEF;
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

.ListSponsorTitle {
	background-color: #9400D3;
	font-size: 90%;
	font-weight: bold;
	color: white;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

.ListSponsorTitle A, .ListSponsorTitle A:Link, .ListSponsorTitle A:Active, .ListSponsorTitle A:Visited {
	background-color: #9400D3;
	font-size: 90%;
	font-weight: bold;
	color: white;
}
 
.ListSectionRow,.ListSectionEvenRow {
	background-color: white; 
	font-size: 90%;
}

/* CHECK ALL BELOW */

.ListHeader { 
	background-color: #CCCCCC;
	font-size: 80%;
	font-weight: bold; 
	color: #666666;
	vertical-align: top;
}

A:Link.HeaderLink, A:Active.HeaderLink, A:Visited.HeaderLink {
	font-size: 80%;
	font-weight: bold; 
	color: #666666;
}

.ListOddRow { 
	background-color: #EFEFEF; 
}

.ListEvenRow { 
	background-color: white; 
}

/* Vertical Sidebar Styles */

.VSideBar { 
	width: 147px;
	background-color: #F7F3E7;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.VSideBarBox { 
    text-align:left;
	width: 130px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}

.VSideBarBox TD { 
	font-size: 8.5pt; 
	padding-left:3px;
	padding-top:2px;
}

.VSideBarBox Input { 
	font-size: 8.5pt; 
}

.VSideBarBox P { 
	font-size: 8.5pt; 
}

.VSideBarBox .Header { 
	background: #FED927 url('/images/purple+gold+white/header_sidebar_bg.gif');
	color: #9400D3; 
	font-size: 9pt; 
	font-weight: bold; 
	text-align: center;
	text-transform: uppercase;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #999999;
}

.VSideBarBox .Footer { 
	background-color: #EFEFEF;
	font-weight: bold; 
	text-align: center;
	color: #9400D3; 
	padding-top:2px;
	padding-bottom:2px;
	border-top:solid 1px #999999;
}

/* Homepage Styles */

.HomePageBox { 
	width: 100%;
	font-size: 10pt;
}

.HomePageBox .GenericHeader {
	background-color: #9400D3;
	color: #FED927; 
	font-size: 8.5pt;
	font-weight: bold; 
	text-align: center;
	text-transform: uppercase;
}

.HomePageBox .HeaderText {
	display:none;	/* by default it's off */
	height: 22px;
	background-color: #9400D3;
	color: #FED927; 
	font-size: 8.5pt;
	font-weight: bold; 
	text-align: center;
	text-transform: uppercase;
	padding-left: 19px;
}

.HomePageBox .Body { 
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.HomePageBox .HeadlinesHeader {
	height: 22px;
	background: #9400D3 url('/images/purple+gold+white/header_headlines.gif') no-repeat;
}

.HomePageBox .TeamStoreHeader {
	height: 22px;
	background: #9400D3 url('/images/purple+gold+white/header_teamstore.gif') no-repeat;
}

.HomePageBox .MomentHeader {
	height: 22px;
	background: #9400D3 url('/images/purple+gold+white/header_moment.gif') no-repeat;
}

.HomePageBox .OfTheWeekHeader {
	height: 22px;
	background: #9400D3 url('/images/purple+gold+white/header_of_the_week.gif') no-repeat;
}

.HomePageBox .MiniSchedHeader {
	height: 22px;
	background: #9400D3 url('/images/purple+gold+white/header_minisched.gif') no-repeat;
}

.HomePageTitle { 
	font-size: 9.5pt; 
	text-align: center;
	color: #9400D3; 
	padding-bottom:2px;
	border-bottom: 1px solid black;
}

.HomePageTitle a {
	/* intentionally left blank */
}

.HomePageTitleHeadline { 
    text-transform:uppercase;
    padding:5px 0px 5px 0px;
}

/* Ad Styles */

.S_AD_Table {
	BACKGROUND-COLOR: #FFCC66;
	BORDER: solid 1px #FFCC66;
}

.S_AD_Title {	
	FONT-SIZE: 7.5pt; 
	FONT-weight: bold; 
	color:#666666;
	font-variant :small-caps ;
}

A.S_AD_Text,A:Link.S_AD_Text,A:Active.S_AD_Text,A:Visited.S_AD_Text, A:Hover.S_AD_Text {
	FONT-SIZE: 7.5pt; 
	text-decoration: NONE;
	vertical-align:top;
}

.S_AD_Text {	
	BACKGROUND-COLOR: white;
	FONT-SIZE: 7.5pt; 
	color:#666666;
	text-decoration: NONE;
}

.S_AD_Display_URL {	
	FONT-SIZE: 7.5pt; 
	text-decoration: none;
	color:green;
}






/* top level */

.menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width:152px;
	font-size:80%;
}

.menu li {
    margin: 0px;
    padding: 0px;
}

.menu ul a {
    display: block;
    margin: 0px;
    padding: 8px 22px 8px 0px;
    background: #CCCCCC url("/images/menu_left.gif") no-repeat right top;
    color: #9400D3;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    height:100%;
}

.menu ul a:hover {
	background-color:#EFEFEF;
    text-decoration: none;
}

/* selected top level */

.menu ul li.current a {
	background:#EFEFEF url("/images/menu_left_on.gif") no-repeat top;
	font-weight: bold;
}

/* sub level */

.menu ul ul {
	display:none;
}

/* selected sub level */

.menu ul li.current ul {
	display:block;
}

.menu ul li.current ul a {
	background:#EFEFEF none;
    text-align:right;
    padding:3px 22px 3px 0px;
	font-weight: normal;
	font-size: 90%;
}

.menu ul li.current ul a:hover {
	background:#CCCCCC;
}


.menu_tabs
{
    width:100%;
}

.menu_tabs ul 
{
    border-bottom: 1px solid #9400D3;
    text-align: center; /* We are using text-align: center on ul to left align our menu to the page. If you want the menu aligned centered or right just change text-align to either left or right */
    margin: 10px 10px 0px 10px !important;
    padding-bottom:5px;
}

.menu_tabs li 
{
    margin: 0 2px 0 2px !important;
    display: inline; /* Menu links are horizontally aligned using display: inline */
    list-style: none;
}

.menu_tabs li a {
    margin: 0 -6px 0 0px !important;
    text-decoration: none;
    padding:5px 8px 5px 8px;
    background: #f5f5f5;
    border-left: 1px solid #9400D3;
    border-top: 1px solid #9400D3;
    border-right: 1px solid #9400D3;
    border-bottom:inherit;
    font-size:small;
    color:#666;
}

.menu_tabs li a:hover {
    background: #eee;
    color:#9D1319;
    text-decoration: none;
}

.menu_tabs li.current {
    background: white;
    border-bottom: 1px solid white;
}

.menu_tabs li.current a {
    background: white;
    font-weight:bold;
    border-bottom: 1px solid white;
    color:#9D1319;
}

/* second level */

.menu_tabs ul ul {
    text-align: center; /* If both menus are going to be centered-aligned we really don't need to use text-align: center on the sub menu, since this menu will get the alignment from "mother" settings */
    width: 100%;
    margin: 12px 0 5px 0 !important;
    padding: 3px 0 3px 0;
    display:none;
    float: left;
    border: none;
}

* html .menu_tabs ul ul {
    margin: 2px 0 5px 0 !important;
}

.menu_tabs li.current ul {
    display:block;
}

.menu_tabs li ul li a {
    border: none;
}

.menu_tabs ul ul li a:hover {
    text-decoration: underline;
    background: white;
}





/* Content Styles */

.content-container {
    border: 1px solid #999999;
    margin: 0px 0px 15px 0px;
}

.content-container .header {
    padding:5px;
    font-size:110%; 
    font-weight:bold;
    background: #CCCCCC;
    border-bottom: 1px solid #999999;
}

.content-container .content {
    padding:8px;
    margin-top:4px;
    margin-bottom:4px;
}

.content-container p,
.content-container dt {
    padding:15px;
}

.content-container .footer {
    background: transparent url(/images/header_ll_corner.gif) bottom left no-repeat;
    position: relative;
    left: -1px;
    top: 1px;
    padding:0px 5px 20px 25px;
    font-size:60%;
    text-align:center;
}

/******************
GRID STYLES
******************/

/* Standard tablular style 
----------------------------------------------------------------*/

.grid   {
    border:1px solid #999999;
    background: #fff;
}

.grid caption   {
    font-size:100%; 
    text-align:center; 
    font-weight:bold;
    padding:2px;
}

.grid .edit-column {
    width:40px;
}

.grid tr.header {
    font-size:86%;
    line-height:120%;
}

.grid tr.footer {
    background: #c0c0c0;
}

.grid th {
    font-weight:bold;
    background-color:#CCCCCC;
    text-align:center; 
    color: #666666;
}

.grid th,
.grid td {
    font-size:86%;
}

.grid th a:hover {
}

.grid tr.odd-row {
    background: #EFEFEF;
}

.grid tr.even-row {
    background: #fff;
}

.grid tr.selected-row {
    background: #999999;
    color:white;
}

/*### View styles ###*/

.view {
    font-size:86%;
}

.view .caption {
	font-weight: bold;
	color: #666666;
}

.view .value {
	color: #000;
}

.view .label {
	font-weight: bold;
	color: #666666;
	vertical-align:top;
	text-align:right;
	white-space: nowrap;
}

/*### Bio view styles ###*/

.bio .summary {
    padding:10px;
    margin-top:5px;
    margin-bottom:5px;
}


/*### alumni directory ###*/

.alumni-directory {
	border:none;
	font-size:83%;
}

.alumni-directory .title {
	background: #cdcdcd;
	font-weight:bold;
	border-bottom:1px solid #999999;
	padding:5px;
}

.alumni-directory .names {
	background: #fff;
	padding:5px;
}


/* DROP SHADDOW STYLES 
----------------------------------------------------------------*/

.drop-shaddow {
    float:left;
    background: #bbbbaa;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
  }
 
.drop-shaddow  img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -3px 3px 3px -3px;
    padding: 3px;
} 

.drop-shaddow  p {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -3px 3px 3px -3px;
    padding: 3px;
} 

/* RSS STYLES 
----------------------------------------------------------------*/
dl.rss-feed   {
    font-size:90%;
}

dl.rss-feed pre  {  /*laxpower uses pre to format stats */
    font-size:70%;
}


/* SITE-WIDE CUSTOM STYLES 
----------------------------------------------------------------*/
.messagebox-info { width:75%; background: #FAFAD2; border: medium double #9400D3; margin: 25px auto; padding: 15px; }
.messagebox-info h1 {font-weight: bold; border-bottom: thin solid;margin-bottom:10px;text-transform: uppercase;}
.messagebox-info p { color: #000; font-weight: normal; }
.messagebox-info .buttons { text-align: right;  }
.messagebox-info .buttons input { width:80px;}

.messagebox-success { color: green; margin: 0px auto; padding: 10px; }
.messagebox-success h1 {font-weight: bold; margin-bottom:10px;text-transform: uppercase;text-align:center;}
.messagebox-success p { color: #000; font-weight: normal; }
.messagebox-success .buttons { text-align: right;  }
.messagebox-success .buttons input { width:80px;}

.messagebox-error { width:50%; background: #FAFAD2; color: red; border: medium double; margin: 25px auto; padding: 15px; }
.messagebox-error h1 {font-size:110%;font-weight: bold; border-bottom: thin solid;margin:0px 0px 10px 0px;text-transform: uppercase;}
.messagebox-error p { color: #000; font-weight: normal; margin:0px;}
.messagebox-error .buttons { text-align: right;  }
.messagebox-error .buttons input { width:80px;}

dl.module-box  {padding:0; font-size:86%; }
dl.module-box  dt {background:#999999; text-align:center; color:#fff;font-weight:bold;padding:5px;}
dl.module-box  dd {border-left: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px solid #999;padding:0; margin:0;}
dl.module-box  dd p {margin:0; padding:10px; line-height:1.3em;display:block;}
dl.module-box  dd p.last {border-bottom: 1px solid #999; }

.error {    color: red;    font-weight:bold;}

div.left {    float:left;}
div.center {    margin:0px auto;}
div.right {    float:right;}

.calendar 
{
    background: url("/images/icon_cal2.gif") no-repeat top left;
    vertical-align:top;
    padding: 0px 0px 10px 35px;
    width:34px;
    height:22px;
    display:inline-block;
}
