﻿/* -------------------------------------- 
   REQUIRED GENERAL PROPERTIES            
-------------------------------------- */

/* General link colors */
a:link {color:black}
a:visited {color:black}
a:active {color:black}

/* Link colors for areas that have different color schemes than the main body */
a.special:link {color:white}
a.special:visited {color:white}
a.special:active {color:white}

/* General body colors and font settings */

body {
	background-color: #336633;
	font-family: arial,helvetica;
	color: #000000;
	font-size: 12px;
	}


/* General table colors and font settings */
table {
	font-family: arial,helvetica;
	color: #000000;
	font-size: 12px;
	}


/* -------------------------------------- 
   UCR WSE RESERVED DEFINITIONS            
-------------------------------------- */

/* main page body */
div.wse-body {
	color: #000000;
	margin-left: 00%;
	margin-right: 00%;
        padding: 0.0em;
        border: none; 
        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: #FFFFFF;
	margin-left: 25%;
	margin-right: 25%;
	background-color: #000000;
        padding: 0.5em;
        border: solid; 
        border-width: thin;
        border-color: black; 
	  }

div.wse-radio-event {
	  text-align: left;
	  color: #000000;
	  margin-left: 0%;
	  margin-right: 0%;
	  background-color: #CCCCCC;
        padding: 0.5em;
        border: solid; 
        border-width: thin;
        border-color: gray;
	  }


/* -------------------------------------- 
   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;
	  }


