/*
 * General
 */
html, body {
    font-family:verdana, arial, helvetica, sans-serif;
    margin: 0;
    width: 100%;
    min-width: 1000px;
	font-size: 13px;
    color: #6C665C;
    background: #F4F3EB;
}

a.link {
	background-color:#F6F6F9;
	border-bottom:1px solid #CCCCDD;
	border-right:1px solid #CCCCDD;
	color:#27747F;
	padding:0px 4px;
	text-decoration:none;
}

a.linkclick {
	background-color:#fff0b3;
	border-bottom:1px solid #CCCCDD;
	border-right:1px solid #CCCCDD;
	color:#27747F;
	padding:0px 4px;
	text-decoration:none;
}

a.link:link:hover, a.link:link:active, a.link:visited:hover {
	background-color:#E3DACC;
	border-bottom:1px solid #BBBBCC;
	border-right:1px solid #BBBBCC;
	color:#525B6D;
	padding:0px 4px;
}

body #titlerow {
	width: 100%;
	height: 130px;
}

body .langdiv {
	font-size: 11px;
	text-align: right;
	padding: 3px;
	padding-right: 26px;
}

body .title {
	text-align: right;
	margin-top: 44px;
	font-size: 30px;
 	background: #fff;
	padding: 5px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
	/*background: #fff url(../imgs/lgRedIRIS01.png) no-repeat scroll left center;*/
	top: 2px;
	height: 54px;
}

body .title #titletext {
	position: relative;
	top: 9px;
	padding: 0px;
	margin: 0px;
}

body .title .logo {
	position: absolute;
	left: 26px;
 	width: 216px; 
	height: 54px;
	/*background: #fff url(../imgs/lgRedIRIS01.png) no-repeat scroll left center;*/
	padding: 0px;
	margin: 0px;
}

body .content {
    font:13px/16px verdana, arial, helvetica, sans-serif;
}

body #list {
}

body div.contentbox {
    background:#fff; 
/*    height: 100%;  */
    height: 382px; 
	padding: 24px;
	font-size: 13px;
	border: 1px solid #A49D8E;
}

td.boxcol > div.contentbox {
    background:#fff; 
    height: 382px; 
	padding: 24px;
	font-size: 13px;
	border: 1px solid #A49D8E;
}

td.boxcol2 > div.contentbox {
    background:#fff; 
    height: 382px; 
	padding: 24px;
	font-size: 13px;
	border: 1px solid #A49D8E;
}

#my-border, #my-border .sb-inner { 
	background:#fff; 
}

#my-border-2, #my-border-2 .sb-inner { 
	background:#fff; 
}


body .contentbox .titlebox {
	color: #008899;
	font-size: 17px;
	line-height: 19px;
	font-family: verdana, arial;
	padding-bottom: 8px;
	font-weight: bold;
}

body .contentbox #second {
	display: none;
	height: 80%;
	position: relative;
}

body .contentbox .listidps {
	height: 300px;
	border: 1px solid #D5D4CD;
	overflow: auto;
}

body #listbot {
    background:#fff;
}

body #list2 {
    background:#fff;
    height: 100%;
}

body #list2bot {
    background:#fff;
}

body #info {
	width: 100%;
	height: 100%;
}

body #info tr {
}

body #info td {
	width: 50%;
}

body #info td.boxcol {
	padding-left: 32px;
	padding-top: 16px;
	padding-bottom: 32px;
	padding-right: 16px;
}

body #info td.boxcol2 {
	padding-right: 32px;
	padding-top: 16px;
	padding-bottom: 32px;
	padding-left: 16px;
}

body .button {
    text-align: center;
    font-size: 14px;
    width: 7em;
    padding: 8px;
    margin:0 auto;
}

body .button a{
	display:block;
	padding:5px 0;
	font: bold 100% Verdana,Arial,sans-serif;
    text-transform:uppercase;
    background: #C7C7C7;
    color: #FFF;
    text-decoration:none;
    text-align:center
}
    
body .button a:hover{
	background: #D7D7D7;
	color:#FFF;
}

img {
	border: none;
}
