/* SAISD website - CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	scrollbar-base-color: #c2ced7;
}

#whole {
	background: url("../images/backgrd.png");
	background-attachment: fixed;
}

td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : black;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}

h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

h4 {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
img {
	border: 0px;
}
.sub_title {
	padding: 0 5px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.mceToolbarTop {white-space: normal; border-bottom: 1px solid #cccccc; padding-bottom: 1px; width: 500px;}
 
/* ENTIRE TABLE ----------------------------------------------------------- */
#containers {
	margin: 0;
	padding: 0;
}


/* HEADER_AREA ------------------------------------------------------------------ */
#header {
	margin: 0;
	padding: 0;

}

#header_bottom {
	margin: 0;
	padding: 0;
	height: 5px;
	display: none;
}

#header_nav {
	margin: 7px 0 0 0;
	padding: 0;
	text-align: right;
}

#header_nav table.moduletable {
	margin: 2px 0 0 0;
	padding: 0 2px;
	width: 700px;
	display: inline;
    border: none;
    text-align: right;
	background-image: url("../images/backgrd.png");
}

#header_nav table.moduletable td{
	background-image: url("../images/backgrd.png");
}

#header_nav ul{
	margin: 4px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;	
	list-style-type: none;
	}

#header_nav li{
    margin: 0 5px 0 5px;
	padding: 2px;
	display: inline;
}

#header_nav a {
	margin: 0 5px 0 5px;
	padding: 2px;
	background-color: white;
	border-left: 1px solid #526eba;
	border-top: 1px solid #526eba;
	border-right: 6px solid #526eba;
	border-bottom: none;
	color: black;
	text-decoration: none;
}

#header_nav li a:hover {
	background-color: #c2c3d7;
	border-left: 1px solid #526eba;
	border-top: 1px solid #526eba;
	border-right: 6px solid #526eba;
	color: white;
	text-decoration: none;
}

/* INSIDE ----------------------------------------------------------------------- */
#inside {
	margin: 0;
	padding: 0;
	width: 800px;
	background:url(../images/inside_image.png);
	border: 2px solid #000000;
}


#inside_white {
	background-color: white;
}

#inside_blue {
	margin: 0;
	padding: 0;
}
/* CONTENT ------------------------------- */
#content {
	margin: 0;
	padding: 10px;
}

#content h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#000099;
	border-bottom: 1px solid #000066;
}

#content ul{
    margin: 0;
	padding: 0 0 0 30px;
	line-height: 1.87em;
}

#content ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

/* --------Campus Nav treatment   -------------------------------------------------- */

#campus_nav{
	margin: 0;
	padding: 0;
	border-top: 3px solid #10106B;
	text-align: center;
}

#campus_nav a{
	padding: 0 20px;
}




/* SEARCH ------------------------------- */
#search_area {
	margin: 10px 0 0 0;
	padding: 0;
	width: 150px;
}

#search_area h1 {
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	background-color: #0000cc;
	color: white;
}

#search_box {
   margin: 0;
   padding: 3px 0 0 3px;
}

/* nav_area1 ---for the one that's on the left---------------------------- */
#nav_area1 {
   margin: 0;
   padding: 0;
   width: 130px;
   background-color: transparent;
}

#nav_area1 h1{
	margin: 0;
	padding: 0;
	background-image:url(../images/nav_bar.png);
	width: inherit;
}

#nav_area1 th{
	background-image:url(../images/nav_bar.png);
  font-size        : 11px;
  font-weight      : bold;
  color            : white;
  text-align       : left;
  width            : 100%;
  margin: 0;
  padding: 2px 0px 2px 5px;

}

#nav_area1 td {
   font-size: 10px;
   font-weight: normal;
   padding: 2px 0px 2px 2px;
   background-color: transparent;
}

#nav_area1 a {
	text-decoration: none;
}

#nav_area1 a:hover {
	display: block;
	color: white;
	background-color: #000066;
}

#nav_area1 table.moduletable {
	width: 130px;
        }

#contact_us a{
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	color: black;
}

#contact_us a:hover {
	margin: 0;
	padding: 0 0 0 5px;
	background:url(/campusoperations/templates/saisd_website/images/link_hover.png);
	color: white;
}

#nav_area1 table.moduletable {
        margin: 0px 0px 20px 0px;
        }
		
/* nav_area2 ---for the one that's on the right---------------------------- */
#nav_area2 {
	margin: 0;
	padding: 0;
}

#nav_area2 h1{
	background-image: url("../images/nav_bar.png");
}

#nav_area2 th{
	background-image: url("../images/nav_bar.png");

}

#nav_area2 p, h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
}

#nav_area2 a{
	font-size: 9px;
	text-decoration: none;
}

#nav_area2 a:hover {
	background-color: #cccccc;
}

#nav_area2 table.moduletable{
	margin: 0;
	padding: 0;
}

#nav_area2 table.moduletable td {
	margin: 0;
	padding: 0;
}

/* FOOTER ----------------------------------------------------------------------- */

#footer {
	margin: 0;
	padding: 0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 9px;
		color: white;
}

#footer h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
			color: white;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	text-align: left;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* OTHER LINKS --------------------------------------------------- */

a:link, a:active, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a.lrg_blue:link, a.lrg_blue:visited {
  color:#000099;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

a.lrg_blue:hover {
  color:#000099;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  }
  
a.lrg_yellow:link, a.lrg_yellow:visited {
  color:#FFCC00;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

a.lrg_yellow:hover {
  color:#ffcc00;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  }

a.lrg_white:link, a.lrg_white:visited {
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

a.lrg_white:hover {
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  }
/* CSS stuff from Mambo website tutorial --------------------------------------------- */
ul {
  margin           : 0px 0px 0px 0px;
}

hr {
  background       : #CCCCCC;
  height           : 1px;
  width            : 100%;
}

.title {
font-family: sans-serif;
font-size: 24px;
font-weight: bold;
color            : #7B8DA1;
}

.pathway {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

a.pathway:link, a.pathway:visited {
  color            : #000000;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #000000;
  font-weight      : normal;
  text-decoration   : underline;
}


/* --Links found in navigation area (on the left) -- */

a.mainlevel:link, a.mainlevel:visited {
        color: #333333;
        background-position: left;
        text-align: left;
        font-weight: bold;
 }

a.mainlevel:hover {
        color: #000000;
        background-position: left;
        text-align: left;
}

a.mainmenu:link, a.mainmenu:visited {
        color: #333333; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
        font-weight: bold;
}

a.mainmenu:hover {
        color: #000000; text-decoration: underline;
}

/*   */
a.sublevel:hover {
        color: #000000; 
		text-decoration: underline;
        }

a.sublevel:link, a.sublevel:visited {
        color: #333333; 
		font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
        font-weight: normal;
		font-size: 9px;
}

/* Boxes that surround the Navigation area on the left */

#nav_area table.moduletable {
        margin: 0px 0px 0px 0px;
        width: 100%;
        margin-left: 5px;
		padding: 0;
        }

#nav_area table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  color            : white;
  text-align       : left;
  width            : 100%;
  margin: 0;
  padding: 2px 0px 2px 5px;

}

#nav_area table.moduletable td {
        font-size: 10px;
        font-weight: normal;
        padding: 2px 0px 2px 2px;
}


.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}


.sectiontableheader {
  background-color : #CCCCCC;
  color            : #7B8DA1;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}


.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : black;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {
  background       : #FFFFFF;
}

.contentpaneopen {
  background       : transparent;
}

.contentheading, .componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  color            : #7B8DA1;
  text-align       : left;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}


.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
   background-color: #ffffff;
}


/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
         color: #000000;
        text-align:left;
        }

a.contentpagetitle:hover {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-align:left;
        color: #7B8DA1;
        text-decoration: underline;
        font-weight: bold;
        }

a.category:link, a.category:visited {
  color            : #333333;
  font-weight      : bold;
}

a.category:hover {
  color            : #7B8DA1;
}

/* Styles for dhtml tabbed-pages */
.ontab {
        background-color: #ffae00;
        border-left: outset 2px #ff9900;
        border-right: outset 2px #808080;
        border-top: outset 2px #ff9900;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: bold;
        color: #FFFFFF;
}
.offtab {
        background-color : #e5e5e5;
        border-left: outset 2px #E0E0E0;
        border-right: outset 2px #E0E0E0;
        border-top: outset 2px #E0E0E0;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: normal;
}
.tabpadding {
}

.tabheading {
        background-color: #ffae00;
        text-align: left;
}

.pagetext {
        visibility: hidden;
        display: none;
        position: relative;
        top: 0;
}

/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
        background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size : 10pt;
        color : #ff6600;
        text-align: center;
}
/* custom stuff */
.container
{
        border: solid;
        border-width: 1px;
        border-color: #efefef;
        background-color: White;
}
.boxes {
        border: solid;
        border-color: #efefef;
        border-width: 1px;

}

.avPlayerContainer, .avPlayerSubContainer {
background-image: none !important;
background-color: #fff !important;
}

