html, body{
	height:100%;
	min-height:100%;
	color: #BBBBBB;
	background-color: #A2DEAB;
}


P, UL, LI, FORM, TABLE
{
	font-family: Verdana, sans-serif, Arial, Helvetica; 
	font-size: 12px;
	color: #000000;
	background-color: #A2DEAB;
}
h1, h2, h3, h4{
color: #000000;
}

	
.error
{
	color: #FF0000;
}

input, button, submit
{
    border:1pt solid #BBBBBB; 
    COLOR: #000000; 
    font-family: Verdana, sans-serif, Arial, Helvetica; 
    FONT-SIZE: 14px; 
    background-color: #CCCCCC;
}

input[disabled='disabled'] {
 color: #000000;
 background-color: #DDDDDD;
 font-family: Verdana, sans-serif, Arial, Helvetica; 
 font-size: 10px;
}

disabled {
 color: #000000;
 background-color: #DDDDDD;
 font-family: Verdana, sans-serif, Arial, Helvetica; 
 font-size: 10px;
}

textarea 
{
    Border: none; 
    COLOR: #000000; 
    font-family: Verdana, sans-serif, Arial, Helvetica; 
    FONT-SIZE: 12px; 
    background-color: #CCCCCC;
}

select { 
 COLOR: #000000; 
 background-color: #CCCCCC; 
 font-family: Verdana, sans-serif, Arial, Helvetica; 
 font-size: 14px;
 
}

select[disabled] {
 COLOR: #DDDDDD;
 background-color: #DDDDDD;
 font-family: Verdana, sans-serif, Arial, Helvetica; 
 font-size: 14px;
 
}

radio
{
    Border: solid; 
    Border-width:  0; 
    Border-color: #669966; 
    COLOR: #ffffff; 
    font-family: Verdana, sans-serif, Arial, Helvetica; 
    FONT-SIZE: 9px; 
    background-color: #CCCCCC;
}



A {
text-decoration: underline;
color: #000000;
}

A:link
{
	color: #000000;
	text-decoration: underline;
}

A:visited
{
	color: #000000;
	text-decoration: underline;
}


A:active
{
	color: #000000;
	text-decoration: underline;
}


A:hover
{
	font-style: normal; 
	color: #000000; 
	text-decoration: underline
}

.menu 
{  
	font-family: Verdana, sans-serif, Arial, Helvetica; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
}
	
body {
	background-image: url();
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.loginheadline{
	/*selfprovisioning login headline*/
}

.welcometext{
	/*Welcome text format*/
}
a.opretlink{
	color: red;
	font-size: 16px;
}
table.resume{
	border: solid 1px #000000;
}
table.resume th{
	background: #CAE8EA
}

table.loginresume{
	/*Format logintable here*/
}
table.companyresume{
	/*Format company resume here*/
}

tr, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold;
	nowrap: true;
	white-space:nowrap;
}

tr.hidden
{
	display: none;
}

CAPTION{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; font-style: normal; 
	font-weight: bold;
}


th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortAdHocDate
        {
        cursor:pointer;
        background: #CAE8EA url('/NINKIVaskeklub/media/images/bg_header_sortable.jpg') no-repeat;
        padding: 8px 12px 4px 16px;
        }
th.forwardSort
        {
        background:#CAE8EA url('/NINKIVaskeklub/media/images/bg_header_down.jpg') no-repeat 0 0;
        }
th.reverseSort
        {
        background:#CAE8EA url('/NINKIVaskeklub/media/images/bg_header_up.jpg') no-repeat 0 0;
        }
th.forwardSort a,
th.reverseSort a
        {
        color:#000;
        outline:0 none;
        }
th.notsortable{
	background: #CAE8EA
}        

tr.hilight:hover
{
	background: gold;
}