

div.welcomeContent > p
{
    margin: 1em 0 1em 0;
}
div
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
img
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none 0px #ffffff;
}

table
{
    border: none;
}
table th
{
    border: none;
    text-align: left;
    vertical-align: top;
}
table td
{
    border: none;
    text-align: left;
    vertical-align: top;
}
td.Header
{
    background-color: #990000;
    color: White;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    border: solid 3px #990000;
}
table.password
{
    border: 1px solid #990000;
    width: 100%;
}
table.password td
{
    border: 1px solid #990000;
    text-align: center;
    width: 12.5%;
}
table.password th
{
    border: 1px solid #990000;
    text-align: center;
    width: 12.5%;
}
td.Body
{
    background-color: #FFFFFF;
    border-bottom: solid 1px #B1B7BB;
    border-left: solid 1px #B1B7BB;
    border-right: solid 1px #B1B7BB;
    font-family: Verdana;
    font-size: 10px;
    padding: 0px !important;
}
option.retningsElement
{
    color: #333333;
}
option.uddannelsesElement
{
    color: black;
}
option.uddannelsesElementNoAccess
{
    color: Red;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

a.whiteLink, a.whiteLink:visited, a.whiteLink:hover, a.whiteLink:active
{
    color: white;
}
a.red
{
    color: #990000;
}
a.red:visited
{
    color: #990000;
}
span.BreveOptagelse
{
    margin: 4px 4px 4px 4px;
    text-align: center;
    vertical-align: middle;
    
    font-size: 12px !important;
}
td.TitleLeft > span.BreveRetning
{
    font-weight: bold;
    margin: 4px 4px 4px 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px !important;
}
td.TitleLeft > span.BreveRetning > span.BrevType {
    font-weight: normal;
    font-size: 12px !important;
    font-style: italic;
    margin-left: 20px;
}
td.TitleLeft > input.BreveSelector {
    vertical-align: middle;
}

span.BreveUddannelse
{
    font-weight: bold;
    margin: 4px 4px 4px 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px !important;
}
div.BreveInnerDiv
{
    width: 100%;
    display: none;
    margin: 4px 4px 4px 4px;
    padding: 10px;
}
div.BreveOuterDiv
{
    font-size: 10px !important;
    border: solid 1px black;
    width: 96%;
    margin: 5px 5px 5px 5px;
    padding: 2px 0px 0px 0px;
}
td.OptagelseInfoLine
{
}
td.OptagelseButtons
{
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
td.TitleRight
{
    text-align: right;
}
td.TitleLeft
{
}
table.Title
{
    width: 100%;
}
table.Optagelse
{
    margin: 0px 4px 4px 4px;
    width: 98%;
}
table.OptagelseCancelled
{
    margin: 0px 4px 4px 4px;
    width: 98%;
    color: gray;
}
img.lockicon
{
    width: 12px;
    margin: 2px 2px 2px 2px;
    vertical-align: bottom;
}
img.toggle
{
    width: 10px;
    vertical-align: middle;
    margin: 4px 4px 4px 4px;
}
table.loginLog
{
    margin: 7px;
}
.rightColumn
{
    text-align: right!important;
    width: 40px;
    
}


#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(http://labs.abeautifulsite.net/archived/jquery-alerts/demo/images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(http://labs.abeautifulsite.net/archived/jquery-alerts/demo/images/info.gif);
}

#popup_content.confirm {
	background-image: url(http://labs.abeautifulsite.net/archived/jquery-alerts/demo/images/important.gif);
}

#popup_content.prompt {
	background-image: url(http://labs.abeautifulsite.net/archived/jquery-alerts/demo/images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}