/******************************************************************************
 * Author: Mike Takahashi - mtakahashi <at> support.ucla.edu
 * Graduate Division Author: Eli Levy - elevy <at> gdnet.ucla.edu
 * Filename: main.css 
 * Description: Controls the main elements such as header, footer, etc.
 *
 ******************************************************************************/
body {
    background-color: #536895;
    margin: 0; 
    padding: 0;
    font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
    font-size: .7em;
}

@media print {
/* For all pages print white background & 100% width.
   Other pages have additional printer friendly features. */
    body { 
	background-color: #ffffff;
	width: 100% !important;
	 }
  }

h1 {
    font: 1.6em Arial, Verdana, Times;
    color: #536895;
}
#visual-wrapper {
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: -1px; /*Fixes IE bug*/
    padding: 0;
    width: 960px;
}
.hiddenStructure{
    display: none;
}
.visualClear {
    display: block;
    clear: both;
	padding: 0;
	margin: 0;
}
/*************** UCLA tools ****************/
#ucla-tools {
    display: block;
    height: 20px;
	width: 942px;
    background-color: #536895;
    font-size: .9em;
    margin: 0 0 10px 0;
    padding: 10px;
    text-align: right;
}
#date-info {
    float: left;
    margin: 0;
    color: #cccccc;
}
#date-info img {
    padding-left: 5px;
}
#campus-tools {
    float: right;
    margin: 4px 0 0 0;
}
#campus-tools ul {
    list-style: none;
    margin: 0;
    padding: 0;	
}
/* IE7's zoom mode doesn't handle margin/padding correctly on inline elements
 * You need to precede the display:inline rule with another, identical selector 
 * containing a rule of display: inline-block.
 */
#campus-tools li {
    display: inline-block;
}
#campus-tools li {
    display: inline;
    color: #ffffff;
    padding: 0 10px;
    border-right: 1px solid #cccccc;
}
#campus-tools li a {
    color: #ffffff;
    text-decoration: none;
}
#campus-tools li a:hover,
#campus-tools li a:focus {
    color: #ffb300;
}
#campus-tools li.hide-right-border {
    border-right: none;
}
#searchbox {
    float: right;
    padding-left: 20px;
    white-space:nowrap;
}
#searchbox_ucla {
    margin: 0;
    padding: 0;
}
#searchbox-input,
#searchbox-input-no-background {
    float: left;
    width: 150px;
    height: 16px;
	margin-right: 4px;

}
#searchbox-input {
    background: #FFFFFF;
}
#searchbox label {
	display: none;
}
input.searchButton {
    float: left;
    background:  url(../../graphics/site2010/search-button.gif) no-repeat;
    cursor: pointer;    
	height: 22px;
    width: 58px;
    border: none;
    text-transform: uppercase;
}
#ucla-logo{
    float: left;
    border: 0;
    margin: 10px 0 2px 10px !important;
    padding: 0;
}
#ucla-logo a{
    display: block; 
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0 0 0 0px;
    padding: 0;
    padding-top: 2px;
    height: 48px;
    width: 410px;
    cursor: pointer;
}
/*************** Top nav sections ****************/
#sections {
    float: inherit;
	background-color: #ffffff;
    margin-left: 10px;
    padding-right: 10px;
}
#sections a,
#sections a:visited {
    color: #000000;
    text-decoration: none;
}
#sections a:hover,
#sections a:focus {
    color: #b6b5b6;
}
#sections ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;	
}
#sections li {
    list-style: none;
}
#audience-section {
    background-color: #e5ebeb;
    padding: 5px !important;
    border: 0px;
	text-align: center ;
	font-size: 1.2em;

}
#audience-section a,
#audience-section a:visited {
    color: #014A67;
    text-decoration: none;
}
#audience-section a:hover,
#audience-section a:focus {
    color: #000000;
}
#audience-section li {
    display: inline-block ;
}
#audience-section li {
    display: inline;
    padding: 0 5px 0 15px;
    background: url(../../graphics/site2010/square.gif) 2px 5px no-repeat;

}
#audience-section .first {
    background: none;
    padding: 0 5px 0 5px;
}
.landing-section {
    float: left;
    width: 166px;
    height: 25px;
    padding: 5px 10px !important;
    border: 1px solid #c4c4c4;
    border-style: solid none solid solid;
	text-transform: uppercase;
}
.landing-section.lastItem {
    width: 170px;
    border-right: 1px solid #c4c4c4 !important;
}

/*************** Footer ****************/
#mobilefooter {
	display: none;
}
#footer {
    display: inline-block;
    background-color: #536895;
    text-align: center;
    margin: 0;
    padding: 0;
	clear: both;
    width: 945px;
}
#footer ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
#footer li {
    display: inline-block;
}
#footer li {
    display: inline;
}
#footer li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 45px;
    font-size: .9em;
}
#footer li a:hover,
#footer li a:focus {
    color: #FFB300 !important;
}
#footer li a:visited {
    color: #ffffff;
}
#colophon {
    color: #666666;
    font-size: .8em;
    padding: 5px 0 10px 0;
    text-align: right;	
	width: 945px; 
}
#colophon li a {
    color: #666666;
}
#colophon a:hover,
#colophon a:focus {
    text-decoration: none;
}
#colophon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#colophon li {
    display: inline-block;
}
#colophon li {
    display: inline;
    padding: 0 5px;
}
#copyright {
    float: left;
}

/*************** Emergency Templates ****************/

#emergency-information h1 {
    background-color: #5aa1ca;
    color: #ffffff;
    padding: 4px 8px;
}

#emergency-information p {
    padding: 0 8px;
}
#template-reporting {
    float: left;
    width: 462px;
    padding: 0 20px 20px 0;
}
#template-information {
    float: left;
    width: 462px;
}