/* CSS Document */

/***************************************************/
/********************  General *********************/
/***************************************************/

* {margin: 0px; padding: 0px;}
p {
	line-height: 140%;
	margin-top: 8px;
} 
img {
	border:0px;
}
blockquote {
	margin-left:20px;
}
.both {
	clear:both;
}
.clearl {
	clear:left;
}
.nomargin {
	margin:0px;
}
.padding {
	padding:4px;
}
.nopadding {
	padding:0px;
}
.border {
	border: 1px solid #221E1F;
}
.dashed {
	border:1px orange dashed; 
	margin:3px;
}
.hidden {
	visibility:hidden;
}
.visible {
	visibility:visible;
}
.dnone {
	display:none;
}
.dblock {
	display:block;
}
fieldset {
	border:0px;
}

/***************************************************/
/******************** Structure ********************/
/***************************************************/
body {
	background: #221E1F;
	font-family: Arial, Helvetica, sans-serif;
	color: #D1D2D4;
	font-size: 14px;
}
#container {
	margin:20px auto 0px auto;
	width:850px;
}
#logo {
	width: 204px;
	float: left;
}
#container .nav {
	width: 204px;
	border-left: solid white 1px;
	float: left;
	padding-left: 10px;
	height:100px;
}
.nav img {
	margin-left:-10px;
}
#content {
	clear:both;
	float:left;
	width:850px;
	padding:20px 0px 10px 0px;
}
.frame22 {
	min-height: 420px;
	padding:15px 0px 15px 0px;
	border-top:1px solid #939598;
	border-bottom:1px solid #939598;
}
.frame23 {
	min-height: 420px;
	padding:15px 215px 15px 205px;
	border-top:1px solid #939598;
	border-bottom:1px solid #939598;
}
.frame3_left {
	float:left;
	width: 390px;
	min-height: 420px;
	padding: 15px 0px 15px 0px;
}
.frame3_right {
	float:right;
	width:428px;
	padding: 15px 0px 15px 0px;
}
.frame3 {
	min-height: 420px;
	border-top:1px solid grey;
	border-bottom:1px solid grey;
}
.frame5 {
	background-color:#6D6E71;
	color:#666666;
}
.frame5_left {
	float:left;
	width:204px;
}
.frame5_right {
	min-height: 420px;
	background-color:white;
	margin:0px 0px 0px 204px;
	padding:15px;
}
#dropbox {
	float:left;
	width:415px;
}
#portfolio {
	min-height:394px;
}
#portfolio_content, #portfolio_img img {
	width:850px;
	height:423px;
}
#portfolio_img {
	width:850px;
	height:423px;
	position:absolute;
	overflow:hidden;
}
#portfolio_items {
	font-weight:bold;
	position:absolute;
	color:#091011;
	width:204px;
}
#portfolio_menu {
	height:423px;
	width:204px;
	background:white;
	opacity:0.7;
	position:absolute;
}
#arrowr, #arrowl {
	position:absolute; 
	width:23px;height:30px; 
	cursor: pointer;
}
#arrowl {
	 margin:200px 0px 0px -10px;
}
#arrowr {
	margin:200px 0px 0px 835px;
}
#portfolio .item {
	padding:5px; 
	border-bottom:1px white solid;
	cursor: pointer;
}
#footer {
	clear:both;
	margin-top:10px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#div_upload {
	position:absolute;
	display:none;
	background-color:#FFFFCC;
	margin:20px 20px 0px 120px;
	padding:1px 1px 10px 10px;
	border:1px orange solid;
}
.h1red {
	color:#ED193A;
	font-size:14px;
	margin:0px;
	font-weight:bold;
}
.author {
	text-transform:uppercase;
	color:#9CA6A9;
	font-weight:bold;
	font-size:12px;
}

/***************************************************/
/********************** Aligns *********************/
/***************************************************/
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.top {
	vertical-align:top;
}
.middle {
	vertical-align:middle;
}
.bottom {
	vertical-align:bottom;
}
table.center {
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
.absolute {
	position:absolute;
}
.floatl {
	float:left;
}
.floatr {
	float:right;
}
.marginl1 {
	margin-left:10px;
}
.marginl1_1 {
	margin-left:13px;
}
.marginl2 {
	margin-left:15px;
}
.marginl3 {
	margin-left:20px;
}
.marginr1 {
	margin-right:10px;
}
.marginr2 {
	margin-right:15px;
}
.marginr3 {
	margin-right:20px;
}
.margint1 {
	margin-top:10px;
}
.margint2 {
	margin-top:15px;
}
.margint3 {
	margin-top:20px;
}

/***************************************************/
/********************* Format **********************/
/***************************************************/
h1{
	margin: 0px 0px 5px 0px;
	color: white;
	font-size: 22px;
	font-weight: normal;
}
.frame3_left h1, .frame3_right h1{
	margin: -5px 0px 5px 0px;
	color: #E63E97;
	font-weight: bold;
}
.frame4_right h1, .frame4_right h1 a, .frame4_right h1 a:hover, .frame4_right h1 a:visited,.frame5_right h1, .frame5_right h1 a, .frame5_right h1 a:hover, .frame5_right h1 a:visited {
	margin: 5px 0px 5px 0px;
	color: #221E1F;
	font-weight: bold;
	font-size:20px;
}
.nav h1 {
	color: #45C3D2;
	font-size:16px;
	font-weight:bold;
}
h2{
	color: #F68420;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
}
hr {
	border:0px;
	margin:0px 0px 20px 0px;
	padding:20px 0px 0px 0px;
	border-bottom:1px #939598 solid;
}
.black {
	color:#091011;
}
.unbold {
	font-weight:normal;
}
.underline {
	text-decoration:underline;
}
.dottedline {
	border-bottom: 1px dashed #FA4B00;
	padding-bottom: 30px;
	margin-bottom: 5px;
}
div.grey {
	background-color:#E9E7E4;
}
.ok, .ko {
	color:#221E1F;
	text-align:left;
	padding:10px 10px 10px 30px;
	margin:10px 0px 10px 0px;
}
.advice {
	border: 1px solid #EF3E42;
	background-color:#FDE2E3;
	background-repeat:no-repeat;
	margin:10px 0px 10px 0px;
	padding:10px;
}
.ko {
	border: 1px solid #EF3E42;
	background-color:#FDE2E3;
	background-image:url(../img/ko.gif);
	background-repeat:no-repeat;
}
.ok {
	border: 1px solid #46EC42;
	background-color:#E2FDE1;
	background-image:url(../img/ok.gif);
	background-repeat:no-repeat;
}
.mini {
	font-size:9px;
}
.little {
	font-size:10px;
}
.comment_staff td {
	background-color:#ECF5E8;
}
.comment_client td {
	background-color:#DCF1F5;
}
h1#log {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	margin:0px;
}
.headernews {
	color:#45C3D2;
	font-weight:bold;
	font-size:14px;
}
.action, th#action {
	width:3%;
}
.clientfiles {
	padding-top:5px;
	float:left;
}
.width20px {
	width:20px;
}
.width20 {
	width:20%;
}
.width30 {
	width:30%;
}
.width40 {
	width:40%;
}
.width60 {
	width:60%;
}
.width70 {
	width:71%;
}
.width80 {
	width:76%;
}
/***************************************************/
/********************** Lists **********************/
/***************************************************/
ul {
	margin-top:10px;
}
#navwrap ul { 
	list-style-type: none;
	margin:0px;
}
li {
	margin-left:25px;
}
#navwrap li { 
	margin:0px; 
}
/***************************************************/
/********************** Links **********************/
/***************************************************/
a, a:hover, a:visited {
	text-decoration: none;
	color:#BABBBE;
}
#logo a, #logo a:hover, #logo a.onlink {
	font-weight: bold;
	font-size:22px;
	color: #F68420;
}
a.h1red, a.h1red:visited, a.h1red:hover{
	color:#ED193A;
}
.nav a, .nav a:visited {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;	
}
.nav a:hover, .nav a.onlink, .nav a:visited.onlink, #footer a.onlink, .menu .onlink{
	color: #EF3941;
}
.headernews a, .headernews a:visited {
	color:#45C3D2;
	font-size:14px;
}
.headernews a:hover {
	color:white;
}
.admin th a, .admin th a:visited, .admin th a:hover{
	color:white;
}
.admin td a, .admin td a:visited, .admin td a:hover{
	color:#6D6E71;
}
#footer a {
	color: #999999;
}
.frame3_left a, .frame3_left a:hover, .frame3_left a:visited {
	color:#D1D2D4;
}
.frame1_right a:link, .frame1_right a:visited, .frame1_right a:hover {
	color: #D1D2D4;
}
#portfolio div.onlink {
	background-image:url(../img/overmenu.png);
}
#portfolio a {
	color:#091011;
}
h1 a, h1 a:hover, h1 a:visited {
	color: white;
}
td a {
	color:grey;
}
th a {
	color:white;
}
.black a {
	color:#091011;
}
a.showcomments {
	float:right; 
	font-weight:normal; 
	color:#999999; 
	font-style:italic;
}


/***************************************************/
/********************** Forms **********************/
/***************************************************/
form {
	margin-top:10px;
}
.frame4_right form, .frame5_right form  {
	margin:10px 0px 10px 0px;
}
input, textarea, select {
	color: grey;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid grey;
	background-color:white;
	margin:1px 0px 2px 0px;
	font-size:14px;
	padding:4px;
}

.form1 input, .form1 textarea {
	padding:2px;
	margin:0px;
	border:none;
}
input.fullwidth {
	width:97%;
}
td input, td textarea, td select {
	width:98%;
	margin:0px;
	border:0px;
}
td input.file {
	position:relative;
}
input.radio {
	border:0px;
	width:13px;
}
input.checkbox {
	width:15px;
}
select {
	padding:0px;
}
td select {
	width:100%;
}
textarea {
	font: normal 1em Verdana, sans-serif;
	height:100px;
}
input.image {
	border:0px;
}
input.button {
	background-color:#ED1A3B;
	font-weight:bold;
	text-transform: uppercase;
	color:#FFFFFF;
	padding:3px;
	margin-top:8px;
	min-width: 80px;
	width:auto;
	height:26px;
	cursor:pointer;
	overflow: visible;
}
.nav input {
	width:190px;
	background-color:#A9DEE7;
}
.nav input.button {
	background-color:#33CCCC;
	width:auto;
}
textarea.description {
	height:200px;
}
textarea.address {
	height:55px;
}
select.date {
	width:40px;
}
select.datey {
	width:55px;
}
select.multiple {
	height:100px;
	width:99%;
}
#joblist {
	 margin-top:10px;
	 padding:10px 0px 10px 0px; 
	 border-top:1px solid; 
	 border-bottom:1px solid;
}
#joblist select {
	position:absolute;
	padding:0px; 
	margin:-2px 0px 0px 156px; 
	font-size:14px; 
	width:200px;
}
input.codebar {
	height:20px;
	width:20px;
	padding:0px;
	background-color:white;
	font-weight:normal;
	margin-top:0px;
	width:20px;
	border:1px solid grey;
}
.bt_title {
	background-image:url(../img/bt_title.gif);
}
.bt_size {
	background-image:url(../img/bt_size.gif);
}
.bt_color {
	background-image:url(../img/bt_color.gif);
}
.bt_b {
	background-image:url(../img/bt_b.gif);
}
.bt_i {
	background-image:url(../img/bt_i.gif);
}
.bt_u {
	background-image:url(../img/bt_u.gif);
}
.bt_left {
	background-image:url(../img/bt_left.gif);
}
.bt_center {
	background-image:url(../img/bt_center.gif);
}
.bt_right {
	background-image:url(../img/bt_right.gif);
}
.bt_blockquote {
	background-image:url(../img/bt_blockquote.gif);
}
.bt_ol {
	background-image:url(../img/bt_ol.gif);
}
.bt_ul {
	background-image:url(../img/bt_ul.gif);
}
.bt_img {
	background-image:url(../img/bt_img.gif);
}
.bt_url {
	background-image:url(../img/bt_url.gif);
}
.bt_tag {
	background-image:url(../img/bt_tag.gif);
}
div.browse {
	position:absolute;
	width:335px;
	height:25px;
	margin-top:10px;
	overflow:hidden;
	text-align:left;
	opacity:0;
}
input.browsefile {
	position:absolute; 
	width:400px;
	font-size:25px;
}
input.browsetxt {
	border:1px grey solid;
	width:250px;
}
input.browsebtn {
	min-width:55px; 
	width:70px;
}
input.browseimg {
	padding:0px;
	height:32px;
	width:30px;
	background-position:center; 
	background-repeat:no-repeat;
	background-image:url(../img/arrow2_t.gif);
	cursor:pointer;
}
input.refresh {
	margin:0px 2px 0px 0px;
	height:18px;
	padding:0px;
}
.th input {
	margin:-5px -5px 0px 0px;
}

/***************************************************/
/********************** Table **********************/
/***************************************************/

table {
	border:0px;
	text-align:center;
	border-collapse:collapse;
	width:100%;
}
table.form1, table.admin {
	float:right;
}
table.fullwidth{
	width:100%;
}
table.events {
	margin-bottom:5px;
}
td, th {
	border:1px solid #221E1F;
}
.event td, .event th {
	background-color:#E7E1D5;
}
.event th {
	width:130px;
	color:#221E1F;
	vertical-align:top;
}
th {
	height:25px;
}
table.padding td, table.padding th, td.padding, th.padding {
	padding:4px;
}
table.nopadding td, table.nopadding th, td.nopadding, th.nopadding {
	padding:0px;
}
table.noborder td, table.noborder th, td.noborder, th.noborder {
	border:0px;
}
td {
	color:#221E1F;
	background-color:white;
}
th, .th {
	color:white;
	background-color:#6D6E71;
	font-weight:bold;
	margin-top:9px;
}
.form1 th {
	width:30%;
	text-transform:uppercase;
	text-align:left;
	padding:3px;
}
.admin th {
	text-transform:uppercase;
	text-align:center;
	padding:3px;
}
.admin td {
	padding:2px;
}
th.item {
	background-color:#939598;
	text-align:left;
	padding:7px;
}
td.none {
	background:none;
}
.enabled td {
	background-color:#DEF9D9;
	text-align:left;
}
.disabled td {
	background-color:#FFE1E2;
	text-align:left;
}
ul.menu {
	margin:0px;
	padding:0px;
	border-top:1px solid #221E1F;
	width:100%;
}
ul.menu li {
	margin:0px;
	padding:5px 0px 5px 20px;
	border-bottom:1px solid #221E1F;
	text-transform:uppercase;
	list-style:none;
	font-weight:bold;
	color:white;
	cursor:pointer;
}
ul.menu a {
	color:white;
}
.showcomment {
	height:35px
}
.showcomment td {
	background-color:#E7E1D5;
	min-width:29px;
}
#dropbox {
	min-height:280px;
}
#legend {
	clear:both;
	font-size:15px;
	font-weight:bold;
	padding:5px 5px 0px 5px;
	border-top:1px solid;
	margin-top:5px;
	text-align:center;
}
#comments {
	background-color:#909090;
	padding:7px;
	color:#CCCCCC;
	font-weight:bold;
	font-size:12px;
}
