/*
 * Cascading Style Sheet specifying the standard style options for the Sitemesh Decorator overlay. 
 */

BODY {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
    background-color: #fff; /* this is an IE hack to enable :hover behavior */
    /*behavior: url( 'css/csshover.htc' );*/
}

/* Top panel */
div#caption {
    height: 70px;
    min-height: 70px;
    max-height: 70px;
}

#top {
    list-style: none;
    margin: 0;
    padding: 0;
}

li#logo {
    float: left;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

li#logo img {
    border: none;
}

li#owner {
    float: left;
    margin-top: 22px;
    font-weight: bold;
}

li#applicative {
    float: right;
    font-weight: bold;
}

#top ul {
    list-style: none;
    padding-right: 10px;
    margin-top: 21px;
    float: right;
}

li#title {
    float: top;
    font-size: 160%;
    color: #E62C00;
}

li#profile {
    float: top;
    font-size: 100%;
    color: black;
}

/* Content area */
div#mainBody {
    width: 90%;
    padding: 10px 5px 5px 10px;
    clear: both;
}

#contentBody {
    margin-right: 200px;
    clear: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    width: 75%;
/*	#width: 100%; /* Override for IE */
}

/* Footer Area */
div#footer {
    clear: both;
    text-align: center;
    padding-top: 3px;
    background: url( img/tab_bottom.gif ) repeat-x top; 
}

div#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #666;
    width: 100%;
}

div#footer ul li {
	display: inline;
}

div#footer ul li a {
	text-decoration: none;
	color: white;
}

div#footer ul li.lang {
    float: left;
	background-color: #D8D8D8;
	color: white;
	margin-right: 2px;
}

div#footer ul li.chosenlang {
    float: left;
	background-color: #848484;
	color: white;
	margin-right: 2px;
}

div#footer ul li.center {
    text-align: center;
}

div#footer ul li.be {
    padding-right: 3px;
    float: right;
    text-align: right;
}

/* Specific HTML Style Info */

h3 {
    color: #003366;
    background: inherit;
    font-size: 95%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin: 10px 0 10px 0;
}

pre {
    font-size: 85%;
}

code {
    font-family: monospace;
    font-size: 120%;
    white-space: nowrap;
    line-height: 120%;
}

fieldset {
	border: 1px solid #ccc;
}

fieldset legend {
	border: 1px solid #ccc;
	padding: 0px 10px 0px 10px;
}

fieldset textarea {
	width: 95%;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

dd.image {
    margin: 0;
    padding: 11px 11px 1px 11px;
    cursor: pointer;
}

dd.image:hover {
    padding: 10px 10px 0 10px;
    border: 1px dashed #ff7f2f;
}

img.lnk {
    border: 0px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.info {
    position: relative;
    top: -3px;
    left: -3px;
    background-color: #FFF8EA;
    padding: 5px 10px 5px 10px;
    border: 1px solid #aaa;
}

.info p {
    margin: 0;
    padding: 0;
}

.value {
    color: #40659B;
}

.info:hover .value {
    color: rgb( 0, 51, 102 );
}

td.refer {
	background: url("../images/view.png") center left no-repeat;
}

td.refer a {
    color: #40659B;
    text-decoration: none;
    border-bottom: 1px dashed rgb( 187, 187, 187 );
    font-size: 100%;
    margin-left: 20px;
}

td.refer a:hover {
    color: #003366;
    border-bottom-style: solid;
}
