﻿body
{
    background-color: #808080;
}
.BasePanel
{
    background-color: #FFFFFF;
}
#tblLogin
{
    background-position: center center;
    width: 600px;
    height: 328px;
    background-image: url('../images/KAUWDSS.gif');
    background-repeat: no-repeat;
}
#tblLogin span
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    font-style: normal;
}
#tblLoggedinUser
{
    width: 800px;
}

#tblbrowsers, #pnlbrowsers
{
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #000000;
}


/* ... ##############   START   ############## ... */
/* ... --------------------------------------- ... */
/* ... Default.aspx Loggedin template Accrdion ... */
/* ... --------------------------------------- ... */

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #999999;
    font-family: Arial, Sans-Serif;
    font-size: medium;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #DCDFE4;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
    color: white;
}

.watermark
{
    background-position: #D8D6E2;
    background: #D8D6E2;
}

.popupControl
{
    background-color: #CBD2DE;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground {
	background-color:Gray;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
.smallText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: #FFFFFF;
}

/* ... --------------------------------------- ... */
/* ... Default.aspx Loggedin template Accrdion ... */
/* ... --------------------------------------- ... */
/* ... ##############    END    ############## ... */




/* ... ###################################### ... */
/* ... General Cascading Style Sheets Classes ... */
/* ... ###################################### ... */


/* /// Headers (Lable, Span, Leterals) /// */
.Header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: #000000;
    font-style: normal;
    font-weight: bold;
}

/* /// Titles (Lable, Span, Leterals) /// */
.Title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    color: #000000;
}

/* /// Texts (Lable, Span, Leterals) /// */
.Text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #000000;
}

/* /// Warning Messages [Large] (Lable, Span, Leterals) /// */
.Warning-small
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: normal;
    color: #FF0000;
}

/* /// Warning Messages [Medium] (Lable, Span, Leterals) /// */
.Warning-medium
{
    font-family: 'Arial Black';
    font-size: medium;
    font-weight: normal;
    color: #FF0000;
}

/* /// Warning Messages [Small] (Lable, Span, Leterals) /// */
.Warning-small
{
    font-family: 'Arial Black';
    font-size: small;
    font-weight: normal;
    color: #FF0000;
}

/* /// Titles (Boxes, Tables) /// */
.TitleBox
{
    background-color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
}

/* /// Contents (Boxes, Tables) /// */
.TitleContent
{
    background-color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #333333;
    font-weight: normal;
    font-style: normal;
}

.HRline
{
    color: #666666;
}


