@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 0px;
	padding-left: 0px; 
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
a img { 
	border: none;
}

a:link {
	color: #9b4250;
	text-decoration: underline; 
}
a:visited {
	color: #795257;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
		color: red;
}

.container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; 
	z-index: 10;
	position: relative;
	top: 0px;
}

header {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

.sidebar1 {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding-bottom: 10px;
}

/*
 * CONTENT
 */
 

.content {
	padding: 20px;
	float: left;
}

.front .content {
	width: 540px;
}

.logged-in .content {
	width: 860px;
}

aside {
	float: left;
	width: 180px;
	padding: 10px 0;
}


.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

.content table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;	
}

.content table tr,
.content table tr.even {
	background-color: #EDEDED;
}

.content table tr.odd {
	background-color: #E3E3E3;
}
.content table td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 0.8em;
	vertical-align: top;
}

.content table th {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 0.7em;
	font-weight: bold;
#	text-transform: uppercase;
	color: #FFF;
	background-color: #999;
	text-align: left;
}

.profile .content table td[colspan="4"] {
        padding: 2px;
        font-size: 0.8em;
        word-break:break-all;
}

.profile .content table tr {
	border-bottom-style: none;
	padding:0;
	margin: 0;
    background-color: transparent;
}

.profile .content table td {
	padding: 2px;
	font-size: 0.8em;
}

.content table td.longkey {
	font-size: 0.55em;
}

.content table td.longkey .wordwrap {
	word-wrap: break-word;
	white-space: normal;
	display: inline-block;
}
/*
 * NAV
 */

nav {
	background-image: linear-gradient(right bottom, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -o-linear-gradient(right bottom, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -moz-linear-gradient(right bottom, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -webkit-linear-gradient(right bottom, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -ms-linear-gradient(right bottom, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -webkit-gradient(
	 linear,
	 right bottom,
	 left top,
	 color-stop(0.05, rgb(237,237,237)),
	 color-stop(1, rgb(189,189,189))
	);
	display: block;
	position: relative;
	top: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 25px;
	width: 858px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
nav ul {
	list-style: none; 
}
nav ul li {
	float: left;
	margin-right: 10px;
}
nav a:link, nav a:visited { 
	display: inline-block; 
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
nav a:hover, nav a:active, nav  a:focus { 
	background: red;
	color: #FFF;
}

/*
 * footer
 */

footer {
	background: #FFF;
	position: relative;
	clear: both; 
	background-image: linear-gradient(right bottom, rgb(255,255,255) 0%, rgb(245,245,245) 76%, rgb(237,237,237) 100%);
	background-image: -o-linear-gradient(right bottom, rgb(255,255,255) 0%, rgb(245,245,245) 76%, rgb(237,237,237) 100%);
	background-image: -moz-linear-gradient(right bottom, rgb(255,255,255) 0%, rgb(245,245,245) 76%, rgb(237,237,237) 100%);
	background-image: -webkit-linear-gradient(right bottom, rgb(255,255,255) 0%, rgb(245,245,245) 76%, rgb(237,237,237) 100%);
	background-image: -ms-linear-gradient(right bottom, rgb(255,255,255) 0%, rgb(245,245,245) 76%, rgb(237,237,237) 100%);
	background-image: -webkit-gradient(
	linear,
	right bottom,
	left top,
	color-stop(0, rgb(255,255,255)),
	color-stop(0.76, rgb(245,245,245)),
	color-stop(1, rgb(237,237,237))
);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 0px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


header, section, footer, aside, nav, article, figure, errors {
	display: block;
}

#topbg {
	background-image: linear-gradient(top, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -o-linear-gradient(top, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -moz-linear-gradient(top, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -webkit-linear-gradient(top, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -ms-linear-gradient(top, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -webkit-gradient(
	 linear,
	 left top,
	 left bottom,
	 color-stop(0.05, rgb(237,237,237)),
	 color-stop(1, rgb(189,189,189))
    );
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	height: 66px;
	width: 100%;
	top: 0px;
	right: 0px;
}

.not-front #topbg {
	height: 50px;
}

#logo {
	margin: 20px;
}

.not-front #logo {
	width: 140px;
	height: 51px;
}

nav .profile {
	display: block; 
	float: right;
}

nav .profile .info {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

nav .profile .info label {
	color: #999;	
}

.login {
	background-image: linear-gradient(bottom, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -o-linear-gradient(bottom, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(237,237,237) 5%, rgb(189,189,189) 100%);
	background-image: -webkit-gradient(
 	 linear,
	 left bottom,
	 left top,
	 color-stop(0.05, rgb(237,237,237)),
	 color-stop(1, rgb(189,189,189))
    );
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 200;
	width: 210px;
	top: 0px;
	right: 60px;
	border-radius: 0 0 20px 20px;
	box-shadow: 10px 10px 10px #CCC;
	float: right;
	padding-top: 160px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: .8em;
}
.logged-in .login {
	padding-top: 8px;
	padding-bottom: 8px;
}
.login legend,
article form legend {
	font-size: 1.6em;
	color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logged-in .login legend,
.logged-in article form legend {
	font-size: 1em;
    color: #7B7B7B;
}
article form {
	background-image: linear-gradient(top, rgb(219,219,219) 21%, rgb(242,242,242) 61%);
	background-image: -o-linear-gradient(top, rgb(219,219,219) 21%, rgb(242,242,242) 61%);
	background-image: -moz-linear-gradient(top, rgb(219,219,219) 21%, rgb(242,242,242) 61%);
	background-image: -webkit-linear-gradient(top, rgb(219,219,219) 21%, rgb(242,242,242) 61%);
	background-image: -ms-linear-gradient(top, rgb(219,219,219) 21%, rgb(242,242,242) 61%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.21, rgb(219,219,219)),
		color-stop(0.61, rgb(242,242,242))
	);
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 200;
	width: 800px;
	top: 0px; 
	border-radius: 20px 20px 20px 20px;
	box-shadow: 10px 10px 10px #CCC;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: .8em;
	border: 1px solid #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#profileform {
	width: 800px;
}
#profileform input {
    width: 125px;
}

article .form-content {
	text-align: center;	
}
form .form-item {
	display: block;
	margin-bottom: 4px;
    text-align: left;
}
form .form-item label {
	display: inline-block;
	width: 140px;
	text-align: right;
	margin-right: 8px;
}
input[type="text"],
input[type="password"] {
    width: 200px;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 6px;
}
input[type="submit"],
a.button1:link,
a.button1:visited {
	background-color: #9B4250;
	background-position: 0 center;
	background-repeat: repeat-x;
	border-color: #E4E4E4 #D2D2D2 #B4B4B4;
	border-image: none;
	border-radius: 7px 7px 7px 7px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 4px 4px 4px #888888;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
input[type="submit"]:hover,
a.button1:hover,
a.button1:focus {
	background-color: red;
}

input[placeholder], [placeholder], *[placeholder] {
   color: #999 !important;
}

::-webkit-input-placeholder { 
    color:    #999;
}
:-moz-placeholder { 
    color:    #999;
}
::-moz-placeholder { 
    color:    #999;
}
:-ms-input-placeholder { 
    color:    #999;
}


.tooltip {
	color: #FFF;
	cursor: help;
	display: inline-block;
	font-weight: bold;
	background-color: #9B4250;
	text-align: center;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	border-radius: 8px;	
}
footer ul {
	list-style-position: inside;
	list-style-type: none;
}

footer ul li {
	padding: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	
}

footer ul li a:link,
footer ul li a:visited {
	text-decoration: none;
	font-size: .8em;
}

errors {
	margin-top: 5px;
	padding-left: 10px;
	border: 4px solid red;
	clear: both;
}
#browserwarning {
	background-color: LightGoldenrodYellow;
 	background : url('/tmdb/public/images/browser_warning.gif') 10px 10px no-repeat;
 	text-align : left;
 	padding : 0 20px 0 70px;
 	border-bottom : 1px solid #d85d01;
}


#browserwarning input {
 float : right;
 margin-top : 10px;
}


#browserwarning ul {
 overflow : auto;
 list-style-type : none;
 padding : 0;
 margin-left : 0;
}

#browserwarning ul li {
 background-image: url('/tmdb/public/images/browsers.gif');
 background-repeat: no-repeat;
 float : left;
 padding : 5px 0 0 30px;
 height : 19px;
 margin-left : 20px;

}

#browserwarning li.firefox {background-position: 0 -24px;}
#browserwarning li.chrome {background-position: 0 -48px;}
#browserwarning li.opera {background-position: 0 -72px;}
#browserwarning li.safari {background-position: 0 -96px;}

#browserwarning a {
 color : #d85d01;
}

.invisible {
	visibility: hidden;
	display: none;
}

.register .login {
	visibility: hidden;
	display: none;
}

.public.changepassword .login {
	visibility: hidden;
	display: none;
}

.public.resetpassword .login {
	visibility: hidden;
	display: none;
}

.public.passwordexpired .login {
	visibility: hidden;
	display: none;
}

.public.loginform .login {
	visibility: hidden;
	display: none;
}


td.selected_cell {
	background-color: white;
}

