/*------------------------------------------------------------------------------
        Filename:      GraduateTemplate.css
        
        Description:   This file contains the css divs and classes pulled from
                       by multiple files in the Graduate Student Website section
                       of the UNR Physics Department website.

        Revision Info: Current Version: 1.00 (8/29/2006)
                           This css document was coded by Leia Chancellor, C.S.
                           student (chancellor@physics.unr.edu)
------------------------------------------------------------------------------*/

body{
    background-color:  #F8F8F8;
    color: #ccc;
    font-family: comic-sans, verdana, sans-serif, times;
    font-size: 14px;
    margin: 60px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}

a{
    color: #ccc;
    text-decoration: none;
}

h3{
    color: #fff;
    font-size: 14px;
    font-family: comic-sans, verdana, sans-serif, times;
}

td{
    color: #ccc;
    font-size: 12px;
}

div#Text{ 
    color: #FFFFCC;
    height: auto;
    margin: 10px 20px 20px 20px;
}

div#Text_cr{
    color: #ccc;
    height: auto;
    margin: 10px 20px 20px 20px;
    font-size: 9px;
}


div#BottomLinks{
    color: #ccc;
    margin: 0px 0px 10px 20px;
}

/*-----------------------Contains everything on page -------------------------*/
div#Content{
    margin:auto;
    padding: 0px;
    text-align: left;
    width: 700px;
}

div#BottomBox{
    height: 450px;
    width: 700px;
}


div#BottomBox_cr{
    height: 5px;
    width: 700px;
}


/*------------Holds main content of page, No Fixed height
              This div can be used if you have content longer
              than the fixed 500px height of div#StudentContent.
              div#StudentContent was created for browser
              compliance purposes only. --------------------------------------*/

div#StudentContent, div#StudentContentVarH{
    width: 643px;
    float: left;
    display: inline;
    background-color: #12438d;
    border-left: 0px solid #9c9b9b;
    border-right: 0px solid #9c9b9b;
    border-bottom: 0px solid #9c9b9b;
}

div#StudentContent{
   height: auto;
}

/*--------------------Holds
                        1. Template Picture box
                        2. Template Contact/Other Information Box-------------*/
.PictureInfoBox{
    width: 620px;
    margin: 20px 10px 20px 10px;
    background-color:  #F8F8F8;
    height: 220px;
    border: 0px solid gray;
    color: #12438d;
}

/*-----------------------------Template Picture Box --------------------------*/
div#PictureBox{
    float: left;
    display: inline;
    width: 150px;
    height: 200px;
    margin: 10px 0px 0px 30px;
}

/*--------------------Template Contact/Other Information Box------------------*/
div#InfoBox{
    float: left;
    display: inline;
    width: 380px;
    height: 200px;
    margin: 10px 0px 0px 30px;
}

div#InfoBox a{
  color: #12438d;
}

/*-----------------------------General Content Box ---------------------------*/
.OtherContentBox{
    padding: 25px 15px 25px 15px;
    color: #ccc;
}

/*---------------------Download Box left side --------------------------------*/
div#OtherContentBoxL{
    padding: 25px 15px 25px 15px;
    color: #ccc;
    width: 425px;
    float: left;
    display: inline;
}

/*---------------------Download Box right side -------------------------------*/
div#OtherContentBoxR{
    padding: 25px 0px 25px 15px;
    color: #ccc;
    width: 157px;
    float: left;
    display: inline;
    font-size: 11px;
    border-left: 0px dotted #4d72aa;
}

div#orderedlist li {
  margin-top: 1em;
}
/*-----------------------------Student Picture Class--------------------------*/
.Student{
    width: 130px;
    height: 143px;
    padding: 0px 25px 5px 0px;
    text-align: center;
    float: left;
    display: inline;
}

/*-------------------Directions Classes
                     Created for formatting purposes, and include
                     the Grey Boxes used in "TemplateFAQ.html"----------------*/
.Directions, .DirectionsFixedH{
    background-color: #ccc;
    margin-top: 20px;
    width: 560px;
    padding: 15px 20px 15px 20px;
    color: #12438d;
}
.DirectionsFixedH{
 height: 200px;
 }

.Directions h3, .Directions a,
.DirectionsFixedH h3, .DirectionsFixedH a{
    color: #12438d;
}


/*-------------------------------Main Menu------------------------------------*/
div#MenuBox{
    background-color: #12438d; /*#4d72aa;*/
    /*border-top: 0px solid #fff;*/
    height: 20px;
    width: 643px;
    /*margin-left: 52px;*/
    padding: 0px;
}

#menu {
	width: 100%;
	background: #F8F8F8;/*#4d72aa;*/
	float: left;
	display: inline;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.menuULContainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 170px;
}






#menu a, #menu h2 {
	font: 12px comic-sans, verdana, arial, helvetica, sans-serif;
	display: block;
	border-width: 0px 0px 0px 0px;
	/*border-style: solid;*/
	/*border-color: #ccc #888 #555 #bbb;*/
	margin: 0px;
	padding: 2px 13px 3px 13px;

}


#menu h2 {
	color: #1243d8;/*#f2a141;*/
	background-color: #12438d;/*#4d72aa;*/
	font-size: 12px;
}

#menu li h2 a {
	font-size: 11px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: #4d72aa;
    color: #fff;
}

#menu li h2 a:hover {
	font-size: 11px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: #4d72aa;
    color: #f2a141;
}

#menu a {
	color: #fff;
	background: #12438d;/*#4d72aa;*/
	text-decoration: none;
}


#menu a_c {
	color: #fff;
	background: #5b87c9;/*#12438d; #4d72aa;*/
	text-decoration: none;
}


#menu h2:hover{
	color: #fff;
}


/* EDIT THIS */
#menu a:hover {
	color: #fff;
	background: #5b87c9;
}

#menu li {
	position: relative;
 }

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul{
	display: block;
}

div#MenuLinks{
	background-color: #ddd;
}

/*----------------------------------End Menu----------------------------------*/
