﻿@charset "utf-8";
/* CSS Document */

html { 
    width:100%;
    height:100%;
}

#wrapper {
    height:auto;
	background-position:center;
}

body {
    background:#FFF;
    background-color:#FFF;
    background-repeat:repeat-x;

}
 
#header {
	height:auto;
	background-image:url(images/shadowBackground_gray.png);
	background-position:left;
	background-repeat:repeat-y;
}

#extension {
	width:auto;
	height:auto;
	background-image:url(images/logoExtension.png);
	background-repeat:repeat-x;
}
	
#welcome {
    width:220px; 
    height:125px;
}

#contentleft {
    width:auto;
    height:100%;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    text-align:justify;
    color:#333;
    padding-left:10px;
    padding-top:10px;
    padding-right:5px;
    background-image:url(images/shadowBackground_gray.png);
    background-repeat:repeat-y;
}

#contentright1 {
    height:auto;
    float:left;
    padding-top:5px;
    padding-left:0px;
    padding-right:20px;
}

#textBackground {
    height:143px;
    padding-top:0px;
}

#textBox {
    height:auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    text-align:justify;
    color:#242424;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
}

#titleText {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-style:oblique;
    text-shadow:#666;
    text-align:justify;
    color:#F00;
}

#normalText {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    text-align:justify;
    color:#242424;
}

#titleTEXTlink {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	color:#333;
	text-align:left;
	float:left;
}

#titleTEXTsmall {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	color:#333;
	text-align:left;
	float:left;
}

.titleTEXTsubject 
{
    padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:18px;
	color:#333;
}

#TEXTsubject {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}

#titleTEXTlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:#666;
}

#titleTEXT2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:#333;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	color:#333;
}
.qtip a:hover
{
   	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#333;
}

#textGray {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:#666;
}

#textGray2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#666;
}

#textGray3 {
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:11px;
	color:#666;
}

#textRed {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color:#F00;
	font-size:12px;
}

#textRed2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#F00;
	font-size:12px;
}

#textRed3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#F00;
	font-size:14px;
}

#text1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#text2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#000;
}

text3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

#subjectBOX{
	text-align:right;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}

.ul_resultsList{
    list-style-type:decimal;
    width:100%;
}

.ul_resultsList li{
    /* display:inline; */
    /*height:2em;*/
    margin-bottom:5px;
}

.ul_pageControls, .ul_pageControls li{
    display:inline;
}

.ul_personalData
{
    max-width:2048px;
}
.ul_personalData li
{
    padding:bottom:10px;
    position:relative;
}

li{position:relative;}

._edit li{
    position:relative;
    padding-bottom:10px;
}

#el_createAccountForm_ul{
    width:350px;
}


