/* -------------------------------------- 
   REQUIRED GENERAL PROPERTIES            
-------------------------------------- */

/* General link colors */
a:link {color:white}
a:visited {color:white}
a:active {color:white}

/* Link colors for areas that have different color schemes than the main body */
a.special:link {color:black};
a.special:visited {color:black};
a.special:active {color:black};

/* General body colors and font settings */
body {
	background-color: #000000;
	font-family: arial,helvetica;
	color: #FFFFFF;
	font-size: 12px;
	}

/* General table colors and font settings */
table {
	font-family: arial,helvetica;
	color: #FFFFFF;
	font-size: 12px;
	}


/* -------------------------------------- 
   UCR WSE RESERVED DEFINITIONS            
-------------------------------------- */

/* main page body */
div.wse-body {
	color: #FFFFFF;
	margin-left: 05%;
	margin-right: 05%;
	background-color: #CC0000;
        padding: 0.5em;
        border: solid; 
        border-width: thin;
        border-color: gray; 
	  }

/* highlight for header text */
div.wse-text-highlight {
	margin-left: 0%;
	margin-right: 0%;
	color: #000000;
	background-color: #FFFFFF;
        padding: 0%;
        border: none; 
	  }


/* small box for pop-up type headings */
div.wse-heading-box {
	text-align: center;
	color: #000000;
	margin-left: 25%;
	margin-right: 25%;
	background-color: #FFFFFF;
        padding: 0.5em;
        border: solid; 
        border-width: thin;
        border-color: black; 
	  }

/* highlight optional top contact info */
div.wse-top-contact {
	text-align: center;
	color: #FFFFFF;
	margin-left: 05%;
	margin-right: 05%;
	background-color: #CC0000;
        padding: 0;
        border: none; 
          }
	

/* -------------------------------------- 
   ADD YOUR OWN DEFINITIONS HERE            
-------------------------------------- */


div.medium-box-ac {
	  text-align: center;
	  color: #FFFFFF;
	  margin-left: 20%;
	  margin-right: 20%;
	  background-color: #000000;
        padding: 0.5em;
        border: solid; 
        border-width: thin;
        border-color: black; 
	  }

div.big-box {
	  color: #FFFFFF;
	  margin-left: 5%;
	  margin-right: 5%;
	  background-color: #000000;
        padding: 0.5em;
        border: solid; 
        border-width: thin;
        border-color: black;
	  }

div.big-box-clear-ac {
	  text-align: center;
	  color: #000000;
	  margin-left: 10%;
	  margin-right: 10%;
	  background-color: #FFFFFF;
        padding: 0.5em;
        border: solid; 
        border-width: thin;
        border-color: gray;
	  }
