
body{
    color: white;
    font-family: Arial;
    font-size: 12px;
    background: url(images/bg_right.png) repeat-y #CCC;
    margin: 0;
    height: 100%;
}

h1{
    margin: 0px 0px 4px;
    font-family: Arial;
    font-size: 15px;
}

td{
    vertical-align: top;
    font-size: 11px;
}

a, a:link, a:visited{
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
}

img{
	border: 0px;
}

#header{
    padding-left: 140px;
    line-height: 100px;
    color: #FF9933;
    font-family: Arial;
    font-weight: bold;
    background: url(images/header.png) no-repeat;
    border-bottom: 1px solid #F0F0F0;
    width: 851px;
}

#header a, .header a:link, .header a:visited{
    color: #FF9933;
    text-transform: uppercase;
    margin: 0 4px;
}

#header a:hover{
    color: white;
}

#leftcol{
    position: absolute;
    top: 101px;
    left: 0px;
    width: 140px;
	background-color: #C00000;
}

#centercol{
    position: absolute;
    top: 101px;
    left: 140px;
    width: 631px;
}

#rightcol{
    position: absolute;
    top: 101px;
    left: 771px;
    width: 220px;
}

.sidenav{
    padding-top: 22px;
    padding-right: 10px;
    line-height: 2.5em;
    text-align: right;
}

.sidenav a, .sidenav a:link, .sidenav a:visited{
    color: #FF9933 !important;
    display: block;
}

.sidenav a:hover{
    color: white !important;
}

.home{
    background: url(images/home_bg.jpg) no-repeat;
    height: 400px;
}

.home .welcome{
    position: absolute;
    top: 85px;
    left: 15px;
    width: 290px;
}

.home .news{
    position: absolute;
    top: 290px;
    left: 15px;
    width: 290px;
}

.home .moviebox a{
	padding: 10px;
	display: block;
}

.home .moviebox img{
	padding-right: 10px;
	float: left;
}

.movieh1{
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
}

.movieh2{
	display: block;
	margin-bottom: 6px;
}

.home .moviebox h2, .movies .movie h2{
    margin: 0px 0px 4px;
    font-family: Tahoma,Arial;
	font-size: 11px;
    font-weight: normal;
}

.home .moviebox1{
    background: url(images/home_moviebox1.jpg) no-repeat;
    position: absolute;
    top: 30px;
    left: 322px;
    width: 309px;
	height: 120px;
}

.home .moviebox2{
    background: url(images/home_moviebox2.jpg) no-repeat;
    position: absolute;
    top: 170px;
    left: 322px;
    width: 309px;
	height: 120px;	
}

.home .moviebox3{
    background: url(images/home_moviebox3.jpg) no-repeat;
    position: absolute;
    top: 310px;
    left: 322px;
    width: 309px;
	display: block;
	text-align: center;
	line-height: 40px;
}

.movies{
    position: absolute;
    top: 70px;
    left: 0px;
    width: 631px;
    padding-bottom: 30px;
}

.movies .movie{
	display: block;
    background-color: #D61F07;
    padding: 15px;
    margin-top: 15px;
    height: 100px;
}

.movies .movie img{
	float: left;
}

.textbox{
    background: url(images/bg_middle.jpg) repeat-y;
    padding: 15px 30px;
    margin: 15px 0px;
}



.intranet {
	padding: 20px 30px;
	left: 160px !important;
	width: 770px !important;
}

.intranet *{
	color: black;
	font-size: 12px;
}

.intranet a{
	color: #CC0000;
}

.intranet h1{
	display: inline-block;
	color: #CC0000;
	font-size: 12px;
}

.intranet input{
	font-family: Arial;
	font-size: 12px;
}

.intranet input.button{
	padding: 2px 14px;
}

.intranet form, .intranet table{
	margin: 1em 0;
}

.intranet td{
	line-height: 24px;
	padding-right: 12px;
}

.intranet .error{
	background-color: white;
	padding: 1px 4px;
	margin-left: -4px;
	color: #CC0000;
	font-weight: bold;
}

#intranet_sidenav{
	width: 130px;
	padding: 30px 15px 30px;
	height: 300px;
	line-height: 1.6em;
	border: solid #CCC;
	border-width: 0px 1px 1px 0;
}

#intranet_sidenav a{
	display: block;
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}

table.list{
	border: solid #CCC;
	border-width: 0 1px 1px 0;
}

table.list th{
	background-color: #F2F2F2;
	text-align: center;
}

table.list td, table.list th{
	border: solid #CCC;
	border-width: 1px 0 0 1px;
	padding: 1px 4px;
	line-height: 1.6em;
}

.edit th{
	text-align: left;
	padding-right: 10px
}
.inputText{
	font-family: Arial !important;
	font-size: 12px !important;
	width: 240px;
}

.fr{
	float: right
}

