@charset "utf-8";
/* CSS Document */

/* css main */

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

/* default styles */

body,
div,
p,
ul,
li,
td {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

p {
	padding: 2px 0 1px 0;
	margin: 0;
}

ul {
	padding: 0 0 3px 0;
	margin: 0;
}

li {
	list-style: square;
	list-style-position: inside;
}

h1 {
	font-size: 28px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 7px 0 7px 0;
	margin: 0;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0 3px 0;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	padding: 2px 0 2px 0;
	margin: 0;
}

a:link,
a:visited,
a:hover {
	font-size: 10px;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}

hr {
	height: 0;
	border: none;
	border-bottom: 1px solid #a28080;
}

/****************************
Design styles
*****************************/

#layoutTable {
	width: 100%;
	height: 100%;
}

#side_left,
#side_right {
	/*position: absolute;*/
	background-repeat: repeat-y;
	width: 50%;
	vertical-align: top;
	/*height: 100%;*/
}
#side_left {
	background-color: white;
	background-image: url(../images/design/bg_left.gif);
	background-position: right;
	color: black;
}
#side_right {
	/*left: 50%;*/
	background-color: #1d0101;
	background-image: url(../images/design/bg_right.gif);
	background-position: left;
	color: #e9e0e0;
}

#side_left a:link {
	background-color: #1d0101;
	color: white;
}
#side_left a:visited {
	background-color: #cccccc;
	color: white;
}
#side_left a:hover {
	background-color: #d569cc;
	color: white;
}

#side_right a:link {
	background-color: white;
	color: #1d0101;
}
#side_right a:visited {
	background-color: #6e6e6e;
	color: #1d0101;

}
#side_right a:hover {
	background-color: #d569cc;
	color: #1d0101;
}


.boxLeft,
.boxRight,
#footerLeft {
	position: relative;
	/*border: 1px solid red;*/
	text-align: left;
}
.boxLeft,
#footerLeft {
	border-bottom: 1px solid #1d0101;
	margin: 0 1px 0 10px;
	padding: 15px 15px 10px 0;
	width: 430px;
}
.boxRight {
	border-bottom: 1px solid #644b4b;
	margin: 0 10px 0 1px;
	padding: 15px 0 10px 25px;
	width: 420px;
}
#footerLeft {
	border: none;
	color: #999999;
}
.title_right {
	text-align: right;
}

/****************************
Project styles
*****************************/

.descrTitle {
	font-weight: normal;
	color: #999999;
}
.projTable {
	background-color: #ededed;
	background-image: url(../images/design/proj_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin: 10px 0 5px 0;
}
.projTable td {
	vertical-align: top;
}
.projTable h2 {
	padding: 0 0 3px 0;
}
.cellPicture {
	width: 100px;
}
.cellPicture img {
	border: 1px solid #1d0101;
}

a.linkPicture:link img {
	border: 1px solid #1d0101;
}
a.linkPicture:visited img {
	border: 1px solid #cccccc;
}
a.linkPicture:hover img {
	border: 1px solid #d569cc;
}

/****************************
Listing styles
*****************************/

.listTitle {
	text-align: right;
	padding: 0 10px 0 0;
	width: 30%;
	vertical-align: top;
}
.listValue,
td.listValue {
	padding: 0 5px 0 10px;
	vertical-align: middle;
	line-height: 14px;
}

td.listValue * {
	line-height: 14px;
}

#side_left .listTitle {
	color: #999999;
	border-right: 1px solid #CCCCCC;
}

#side_right .listTitle {
	color: #a28080;
	border-right: 1px solid #3f2727;
}

/****************************
Other styles
*****************************/

.copyright {
	color: white;
	margin: 50px 0 10px 0;
	width: 100%;
}

#langSelect {
	float: right;
	padding: 0 0 5px 0;
}

.banner {
	padding: 0 0 10px 0;
}

.guestResponse {
	color: #666666;
}

/****************************
Link-redefined styles
*****************************/

a.linkPicture:link,
a.linkPicture:visited,
a.linkPicture:hover,
a.simple:link,
a.simple:visited,
a.simple:hover {
	background: none;
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
}

#footerLeft a:link,
#footerLeft a:visited,
#langSelect a:link,
#langSelect a:visited {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	background: none;
}
#footerLeft a:hover,
#langSelect a:hover {
	text-decoration: none;
	color: white;
	font-size: 11px;
	background-color: #d569cc;
}

/****************************
Form styles
*****************************/
input,
textarea {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
textarea {
	width: 415px;
}
form {
	padding: 0;
	margin: 3px 0 3px 0;
}
.btnSubmit {
	padding: 1px 10px 1px 10px;
}

.formSpecial {
	display: none;
}
.required {
	color: #d569cc;
	font-weight: bold;
	padding: 0 1px 0 3px;
}
div.errorDiv {
	background-color: #ffd9d9;
	border: 1px solid red;
	color: #990000;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

div.inputBorder {
	float: left;
	border: none;
	padding: 0;
}
div.errorBorder {
	float: left;
	border: 1px solid #d569cc;
	padding: 1px;
}
div.errorNull {
	width: 100%;
	position: relative;
	display: block;
}
div.errorMessage {
	float: left;
	color: #1d0101;
	background-color: #d569cc;
	font-weight: normal;
	margin: 1px;
	padding: 1px 10px 1px 10px;
	/*width: 150px;*/
	vertical-align: middle;
}

.actionMessage {
	background-color: #c5ffb6;
	border: 1px solid #1d8800;
	color: #1d8800;
	padding: 3px 10px 3px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
}


