@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border:none;
	list-style-image: none;
	list-style-type: none;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-repeat: repeat-x;
}
#page {
	padding: 0px;
	width: 996px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 104px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#logo {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navigation {
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
	position: absolute;
	top: 4px;
	right: 0px;
}
#navigation ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 90px;
	width: 90px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D1D6D8;
}
#navigation ul li a {
	display: block;
	margin: 0px;
	height: 30px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding-top: 65px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/bg_navigation_newjob.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation ul li a:hover {
	color: #14AEC9;
}
#navigation ul li.bt-new-project a {
	background-image: url(../images/bg_navigation_newjob.png);
}
#navigation ul li.bt-manage-users a {
	background-image: url(../images/bg_navigation_users.png);
}
#navigation ul li.bt-logout a {
	background-image: url(../images/bg_navigation_logout.png);
}
#navigation ul li.bt-production-schedule a {
	background-image: url(../images/bg_navigation_production.png);
}
#navigation ul li.bt-manage-vendors a {
	background-image: url(../images/bg_navigation_vendors.png);
}
#navigation ul li.bt-manage-brands a {
	background-image: url(../images/bg_navigation_brands.png);
}
#message , .notice{
	margin: 5px;
	padding: 5px;
	text-align: center;
	border: 1px solid #000;
	background-color: #B2B7BB;
	font-weight: bold;
	font-size: 13px;
}
#message.message , .notice{
	color: #118595;
	background-color: #E4F9FC;
	border-top-color: #118595;
	border-right-color: #118595;
	border-bottom-color: #118595;
	border-left-color: #118595;
}
#message.alert {
	color: #515100;
	background-color: #FEFEE9;
	border-top-color: #868606;
	border-right-color: #868606;
	border-bottom-color: #868606;
	border-left-color: #868606;
}

#message.error {
	color: #590000;
	background-color: #FEE9E9;
	border-top-color: #6C0000;
	border-right-color: #6C0000;
	border-bottom-color: #6C0000;
	border-left-color: #6C0000;
}
#message a {
	color: #618C2B;
	text-decoration: none;
}
#message a:hover {
	text-decoration: underline;
}










#content {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_content.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #B2B7BB;
}
#content h1 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	display: block;
	background-image: url(../images/bg_content_h1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	margin: 0px;
}
#content h1 a {
	color: #0B77CF;
}

#content h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0978A8;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
}
#content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#content li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content a {
	color: #4F7124;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}


#content_inner {
	border: 1px solid #C4C9CB;
	padding: 10px;
	background-color: #FFF;
}
.styletable {
	border: 1px solid #CCC;
}
.styletable tr td {
	padding: 2px;
}

.styletable .even {
	background-color: #FDFEFF;
}
.styletable .odd {
	background-color: #F2F9FF;
}
.styletable .over {
	background-color: #F1FFEC;
}



#footer {
	display: block;
	margin: 10px;
	padding: 10px;
	clear: both;
	font-size: 11px;
	color: #B2B7BB;
	text-align: center;
}
form {
	background:#fff;
	padding:1em;
	border:1px solid #eee;
	margin:1em;
	width:430px;
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.15em;
	width:18em;
	border:1px solid #ddd;
	background:#fafafa;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
textarea {
	padding:0.15em;
	width:18em;
	border:1px solid #ddd;
	background:#fafafa;
	height:120px;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
select {
	padding:0.15em;
	border:1px solid #ddd;
	background:#fafafa;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.radio{
	position:relative;
}
.radio fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend{
	font-size:1em;
	color:#000;
}
.radio legend span{
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
	font-weight: bold;
	font-size: 14px;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
	font-weight: normal;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}
.ui-jqdialog form textarea{
	width:300px !important;
	height:100px !important;
}
.email {
	width:14em;
}

input.default {
	color:#bbb;
}

input.button, button.button {
	margin-top:1em;
	width:120px !important;
	height:26px;
	overflow:hidden;
	border:0;
	background:url(../images/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
input.button:hover,button.button:hover {
	background-position:0 -26px;
}
form small {
	display: block;
	clear: left;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 155px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form label.error {
	color: #7B3333;
	font-size: 11px;
	clear: both;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-color: #FFECEC;
	width: 250px;
	float: none;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 155px;
	display: block;

}



.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.clearline {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

