/* *****************************************************************************
 *    RESET                http://meyerweb.com/eric/tools/css/reset/
 * ***************************************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html{
	overflow-y: scroll;
}
body {
	line-height: 1;
	background-position: left;
	background-repeat:repeat-y;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

/* *****************************************************************************
 *    MAIN
 * ***************************************************************************** */
body {
	font-family:Arial,Helvetica,Sans-serif; 
	font-size: 0.75em;
	color: #333333;
	line-height: 150%;
	background-color:#B7D7FF;
}

a {
	color: #2996B5;
}

fieldset {
	background: white url(../resources/pictures/widget-content-bg.gif) top left repeat-x;
	border: 1px solid #CCDFE5;
	padding: 0.5em 1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

label.validation_error {
	color: #AA0000;
}

legend {
	padding: 0 0.3em;
	font-weight: bold;
	font-size: 110%;
}

input[type="text"], input[type="password"] {
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 5px;
	background-color: white;
}

.input_text_ie6, textarea, select {
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 5px;
	background-color: white;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-color: #458CC1;
}

input[type="text"].focus_ie, input[type="password"].focus_ie, textarea.focus_ie, select.focus_ie {
	border-color: #458CC1;
}

.input_text_ie6.focus_ie, textarea.focus_ie, textarea.focus_ie {
	border-color: #458CC1;
}

abbr[title] {
	border-bottom: 1px dashed;
	cursor: help;
}

hr {
	background-color: #FFD800;
	border: 0 none;
	color: #FFD800;
	height: 5px;
	margin: 5px 0;
}

p {
	margin: 0.5em 0;
}

p img {
	vertical-align: middle;
	margin: 0 0.5em;
}

ul {
	margin: 0.2em 0;
}

ul.disc li {
	list-style: disc outside;
	margin-left: 2em;
	float: none;
}

.sessionMessage {
	width: 56%;
	margin: 1em auto;
	padding: 0.5em 22%;
	background-position: 20% center;
	background-repeat: no-repeat;
	border-width: 2px;
	border-style: solid none;
}

.sessionMessage.error {
	background-color: #FFEEEE;
	background-image: url(../resources/pictures/cross.png);
	border-color: #990000;
}

.sessionMessage.alert {
	background-color: #FFFFCC;
	background-image: url(../resources/pictures/exclamation.png);
	border-color: #FFCC35;
}

.sessionMessage.waiting {
	background-color: #FFFFCC;
	background-image: url(../resources/pictures/hourglass.png);
	border-color: #FFCC35;
}

.sessionMessage.info {
	background-color: #EEEEFF;
	background-image: url(../resources/pictures/information.png);
	border-color: #224499;
}

.sessionMessage.success {
	background-color: #EEFFEE;
	background-image: url(../resources/pictures/tick.png);
	border-color: #009900;
}

.smallText {
	font-size: smaller;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

div.clear {
	height: 2px;
	line-height: 1%;
	font-size: 1%;
}

.imgAlignRight {
	float: right;
	margin-left: 1em;
}

.imgAlignLeft {
	float: left;
	margin-right: 1em;
}

a.file {
	display: inline-block;
	background: transparent url(../resources/pictures/file-types.png) 0 0 no-repeat;
	padding-left: 24px;
	padding-top: 2px;
	height: 22px;
}

a.file.powerpoint, a.file[href$='.ppt'], a.file[href$='.pps'], a.file[href$='.pptx'], a.file[href$='.ppsx'] { background-position: 0 -20px;}
a.file.word, a.file[href$='.doc'], a.file[href$='.rtf'], a.file[href$='.docx'], a.file[href$='.txt'] { background-position: 0 -40px;}
a.file.excel, a.file[href$='.xls'], a.file[href$='.csv'], a.file[href$='.xlsx'] { background-position: 0 -60px;}
a.file.image, a.file[href$='.jpg'], a.file[href$='.gif'], a.file[href$='.jpeg'], a.file[href$='.png'], a.file[href$='.bmp'] { background-position: 0 -80px;}
a.file.pdf, a.file[href$='.pdf'], a.file[href$='.fpf'] { background-position: 0 -100px;}
a.file.zip, a.file[href$='.zip'], a.file[href$='.rar'], a.file[href$='.tar'], a.file[href$='.gz'], a.file[href$='.gzip'] { background-position: 0 -120px;}

/* *****************************************************************************
 *    DEFAULT DESIGN
 * ***************************************************************************** */
#divGlobal {
	width: 960px;
	background: white;
	margin: 0 auto;
}


#divFooter {	
	background: black url(../resources/pictures/frieze.png) top center no-repeat;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	padding: 120px 0 0 0;
	font-size:0.9em;
	text-align:center;
	vertical-align: bottom;
}

#textFooter{
	vertical-align: bottom;
	color: white;
	font-weight: bold;
}

#divContent {
	padding: 1em;
}

#divContent ul li {
	list-style: disc outside;
	margin-left: 2em;
	float: none;
}

#divContent h1 {
	font-size: 1.7em;
	margin: 1.5em 0 1em
}

#divContent h2 {
	font-size: 1.3em;
	margin: 1em 0 0.5em
}
 
/* *****************************************************************************
 *    BUTTONS
 * ***************************************************************************** */
button, a.button {
    display:inline-block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #B4DCE8;
    border-top:1px solid #CCDFE5;
    border-left:1px solid #CCDFE5;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#C8E7E7;
    cursor:pointer;
	width:auto;
    overflow:visible;
	background-position: 10px center;
	background-repeat: no-repeat;
    padding:4px 10px 3px 7px; /* IE6 */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

button[type], a.button {
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type], *:first-child+html a.button {
    padding: 4px 10px 3px 30px; /* IE7 */
}

button img, a.button img {
	vertical-align: middle;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, a.button:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

/* POSITIVE */

button.positive, a.button.positive {
    color:#009900;
	background-image: url(../resources/pictures/tick-small-green.png);
	padding-left: 30px;
}

button.positive:hover, a.button.positive:hover {
    background-color:#EEFFEE;
    border:1px solid #009900;
}

/* NEGATIVE */

button.negative, a.button.negative {
    color:#990000;
	background-image: url(../resources/pictures/cross-small.png);
	padding-left: 30px;
}

button.negative:hover, a.button.negative:hover {
    background-color:#FFEEEE;
    border:1px solid #990000;
}

/* REGULAR */

button.regular, a.button.regular {
    color:#224499;
}

button.regular:hover, a.button.regular:hover {
    background-color:#DFF4FF;
    border:1px solid #224499;
}

button.regular.add, a.button.regular.add {
	background-image: url(../resources/pictures/plus-small.png);
	padding-left: 30px;
}

button.regular.mails, a.button.regular.mails {
	background-image: url(../resources/pictures/mails.png);
	padding-left: 30px;
}

button.regular.navigation, a.button.regular.navigation {
	padding-left: 30px;
	background-image: url(../resources/pictures/navigation.png);
}

button.regular.magnifier, a.button.regular.magnifier {
	padding-left: 30px;
	background-image: url(../resources/pictures/magnifier.png);
}

button.regular.map, a.button.regular.map {
	padding-left: 30px;
	background-image: url(../resources/pictures/map.png);
}

button.disabled {
	color: #999999;
	background-image: url(../resources/pictures/cross-disabled.png);
}

button.disabled:hover {
    background-color:#f5f5f5;
    border:1px solid #B4DCE8;
    border-top:1px solid #CCDFE5;
    border-left:1px solid #CCDFE5;
}

/* *****************************************************************************
 *    SUPERBOX
 * ***************************************************************************** */

/* Base Superbox Styles */
#superbox-overlay {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
	height:100%;
}

#superbox-wrapper {
	position:fixed;
	z-index:9999;
	top:0;
	display:table;
	width:100%;
	height:100%;
}

#superbox-container {
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
}

#superbox {
	margin:0 auto;
	padding:0;
}

#superbox-container .loading {
	margin:0;
	text-align:center;
}

/* Default Theme */
#superbox-overlay {
	background:#000;
}

#superbox-container .loading {
	text-align:center;
	font-size:2em;
	line-height:3em;
	color:#fff;
}

#superbox {
	padding:10px;
	background:#fff;
}

#superbox-innerbox {
	padding:10px 0;
}

#superbox.image {
	text-align:center;
}

#superbox .close {
	overflow:hidden;
	margin:0;
	text-align:right;
}

#superbox .close a {
	cursor:pointer;
}

/* *****************************************************************************
 *    MENU
 * ***************************************************************************** */
 
 #divMenu{
 	width:792px;
 	margin-left:auto;
	margin-right: auto;
 }
 
 /**/
#tableContent{
	width:100%;	
}

#tdTableContent1{
	width:40%;
	padding:1.5em;
	vertical-align: middle;
}

#tdTableContent2{
	width:60%;
	padding:1.5em;
	vertical-align: middle;
}

.marginAuto{	
	text-align: center;
}

.sep{
	margin:2em 0;
	width:80%;
	margin-left:auto;
	margin-right: auto;
}

.rounded, .roundedFooter {
	background-image: url('../resources/pictures/round-left-borders.png');
	background-repeat: no-repeat;
}

.rounded h1, .roundedFooter p {
	color:#FF9900;
	background-image: url('../resources/pictures/round-right-borders.png');
	background-repeat: no-repeat;
}

.rounded {
	padding: 0;
	background-position: left -14px;
}

#divContent .rounded h1 {
	padding: 0 8px;
	margin: 0 0 0 8px;
	line-height: 38px;
	
	background-position: right -14px;
}

.roundedContent {
	border: none;
	border-left: 2px solid #FFF8A0;
	border-right: 2px solid #FFF8A0;
	background-color: #FFFDDB;
	padding: 1em;
	margin: 0;
}

.roundedClear {
	height: 1px;
	line-height: 1px;
	font-size: 1%;
}

.roundedFooter {
	padding: 0;
	background-position: left top;
	height: 13px;
	font-size: 1%;
	background-color: ;
}

.roundedFooter p {
	padding: 0;
	font-size: 1%;
	height: 13px;
	margin: 0 0 0 8px;
	background-position: right top;
}
