/* Global Styles */

body {
	margin:0px;
	color: #FFFFFF;
	}
	
td {
	color:#CCCCCC;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}
	
a {
	color: #DDDDDD;
	text-decoration:none;
	font-weight:bold;
	border: none;
	}
	
a:hover {
	color: #DDDDDD;
	text-decoration:none;
	border: none;
	}

a:visited {
        color: #DDDDDD;
        text-decoration: none;
	border: 0;
}

p {
	color: #FFFFFF;
}

div {
	color: #DDDDDD;
	font-weight: bold;
	font-size: 12px;
}

pre {
	color: #DDDDDD;
	font-family: arial;
	font-size: 12px;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6D929B;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
}

input {
	font-family: helvetica;
	font-size: 9pt;
	background-color: #FFFFFF;
	border-color: #000000;
	border-style: inset;
	border-width: 1px;
	color: #000000;
}


/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:overline underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.textinput {
	background-color: #555555;
	border: 1px solid black;
}
.caption {
	background-color: #FFFFFF;
	font: 12px helvetica;
	font-weight: bold;
	border: 0px;
	text-align: center;
}

.white {
	color: #DDDDDD;
	font: 12px helvetica;
}

.movie_title {
	color: #CC9966;
	font: 14px helvetica;
	font-weight: bold;
}

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:16px;
	color: #FFFFFF;
	}
.menuText {
	font:11px arial;
	line-height:16px;
	color:#174038;
}	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	color: #336699;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	font-family: georgia;
	font-size: 12px;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
.button {
        background-color: #FFFFFF;
        border: 2px;
	border-style: outset;
	border-color: #AAAAAA;
        color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
}

.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

/*		 */
/* Start Buttons */
/*		 */
a.squarebutton {
	background: transparent url('/images/square-orange-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	font-weight: bold;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton {
	color: #222222; /*button text color*/
}

a.squarebutton span {
	background: transparent url('/images/square-orange-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover { /* Hover state CSS */
	background-position: bottom left;
}

a.squarebutton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color: black;
}

.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

/*		*/
/* End Buttons	*/
/*		*/

.arefbrown {
	color: #CC9966;
	text-decoration:none;
	border: none;
}

.arefbrown:hover {
        color: #CC9966;
        text-decoration:none;
        border: none;
        }

.arefbrown:visited {
        color: #CC9966;
        text-decoration: none;
        border: 0;
}
