﻿a[disabled]
{
    color: #808080;
    text-decoration: none;
}
input[disabled]
{
    color: #808080;
    text-decoration: none;
}

.lbl-Header
{
    font-weight: bolder;
    font-size: x-large;
    color: black;
    font-family: Tahoma;
}
.lbl
{
    font-weight: normal;
    font-size: small;
    color: black;
    font-family: Tahoma;
}
.lbl-docs
{
    font-weight: bolder;
    font-size: small;
    color: black;
    font-family: Tahoma;
}
.lbl-Strong
{
    font-weight: bolder;
    font-size: small;
    color: black;
    font-family: Tahoma;
}
.lbl-profile
{
    font-weight: bolder;
    font-size: small;
    color: black;
    font-family: Tahoma;
}
.lbl-Error
{
    font-weight: bolder;
    font-size: small;
    color: red;
    font-family: Tahoma;
}
.lbl-Title
{
    font-size: small;
    font-weight: bold;
    color: #006d80;
    font-family: Verdana;
}

.table-Login
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
}

.cmd
{
    cursor: pointer;
    border: outset 1px #ccc;
    background: #999;
    color: #666;
    font-weight: bold;
    padding: 1px 2px;
    background: url(Images/ButtonImage.bmp) repeat-x left top;
}
.lnk
{
    color: #333399;
    text-decoration: none;
    font-weight: normal;
    font-size: small;
}
.lnk:hover
{
    font-weight: normal;
    font-size: small;
    color: #753206;
    text-decoration: underline;
}

.lnk:visited
{
    color: #333399;
    text-decoration: none;
    font-weight: normal;
    font-size: small;
}

.tooltip
{
    background-attachment: fixed;
    background-image: url(Images/tooltip1.jpg);
    background-repeat: no-repeat;
}

.watermark
{
    background: #FFFFFF;
    color: #a9a9a9;
}

.errorPanel
{
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-right: black 1px solid;
    border-bottom: black 1px solid;
}

.lbl-domain-Result
{
    font-weight: bold;
    font-size: medium;
    color: black;
    font-family: Verdana;
}

.pnl-drop-shadow
{
    background-color: #f5f5f5;
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #F3F6ED;
    border-width: 2px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.modalContainer
{
    background-color: #F3F6ED;
}

.modalHeader
{
    background-color: #F3F6ED;
    height: 20px;
    width: 100%;
    color: #29303B;
}

.modalBody
{
    background-color: #F3F6ED;
}

/*
PLME Design
*/
body
{
    background: #F3F6ED;
    color: #29303B;
    font: 14px "Trebuchet MS" ,Georgia, Times, "Times New Roman" , sans-serif; /* 0.9em/1.3em */
    margin: 0;
    padding: 0;
    text-align: center;
}

#main
{
    background: url(images/content_bg.gif) repeat;
    margin: 0 auto;
    padding: 0;
    width: 760px;
}

#rap
{
    background: url(images/rap.jpg) #FFFFFF center repeat-y;
    font: 12px "Trebuchet MS" ,Georgia, Arial, serif; /* 0.9em */
    margin: 0 auto;
    padding: 0px 8px;
    text-align: left; /*width: 760px;*/
    width: 760px;
}

#header
{
    background: url(images/top.jpg) #FFFFFF no-repeat bottom;
    border: #FFCC99 0px solid;
    height: 183px;
    margin: 0 auto;
    padding: 0;
    width: 760px;
}

#footer
{
    border-top: #BBC4A3 1px solid;
    clear: both;
    color: #999999;
    font-size: 0.8em;
    margin: 0 auto;
    padding: 7px 0;
    text-align: center;
    width: 760px;
}

.formbutton
{
    cursor: pointer;
    border: outset 1px #ccc;
    background: #999;
    color: #666;
    font-weight: bold;
    padding: 1px 2px;
    background: url(Images/ButtonImage.bmp) repeat-x left top;
}


#PageHeader
{
    background-color: #666f74; /*background-image: url(Images/top_group_background.gif);*/
    font-weight: bolder;
    font-size: small;
    color: black;
    font-family: Tahoma;
    text-decoration: none;
    color: #ffffff;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.Item-Label
{
    font-weight: bolder;
    font-size: small;
    color: black;
    font-family: Tahoma;
    text-decoration: none;
}

.Item-Text
{
    font-weight: Normal;
    font-size: small;
    color: black;
    font-family: Tahoma;
    text-decoration: none;
}

.lbl-small-italic
{
    font-size: x-small;
    font-style: italic;
    font-family: Verdana;
}


/*
Error message display
*/
.errorPanel
{
    width: 90%;
    border-top: #dd9988 1px solid;
    border-left: #dd9988 1px solid;
    border-right: #dd9988 1px solid;
    border-bottom: #dd9988 1px solid;
    text-align: left; /*padding: 10px;*/
    margin: 5px;
    background-color: #ffffd5;
    font-size: small;
}

.errorPanel .list
{
    font-weight: lighter;
    font-size: small;
    color: #990000;
    font-family: verdana,arial,helvetica,sans-serif;
    list-style-position: inside;
    padding-left: 15px;
    vertical-align: middle;
}

.errorPanel .header
{
    font-size: small;
    color: #990000;
    font-weight: bold;
    font-family: verdana,arial,helvetica,sans-serif;
    padding-left: -5px;
}
/*
Error message display
*/

/* 
============================================================ 
GridView 
============================================================ 
/* table level rules */
.yui-grid
{
    font-family: arial;
    font-size: small;
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
}


/* header column rules */
.yui-grid th
{
    background: url(Images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 2px 2px 2px 2px;
    text-align: center;
    vertical-align: bottom;
}

.yui-grid th a
{
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: #000;
    display: block;
    padding-right: 10px;
}

/* change the background image when the column is being sorted by */
.yui-grid th.sortasc, .yui-grid th.sortdesc
{
    background: url(Images/sprite.png) repeat-x 0px -100px;
}

/* change image if it is an asc sort */
.yui-grid th.sortasc a
{
    background: url(Images/dt-arrow-up.png) no-repeat right 50%;
}

/* change image if it is a desc sort */
.yui-grid th.sortdesc a
{
    background: url(Images/dt-arrow-dn.png) no-repeat right 50%;
}


/* data cell and data row rules */
.yui-grid td
{
    padding: 2px 2px 2px 2px;
    border-right: solid 1px #cbcbcb;
}

.yui-grid .altrow, .yui-grid .row .sort
{
    background-color: #edf5ff;
}

.yui-grid .altrow .sort
{
    background-color: #dbeaff;
}

.yui-grid .row
{
    background-color: #fff;
}

/* 
============================================================ 
Left Navigation 
============================================================ 
*/
.arrowlistmenu
{
    width: 180px; /*width of menu*/
    font: bold 12px Verdana;
}
.arrowlistmenu .headerbar
{
    font: bold 14px Verdana;
    color: white;
    background: black url(images/titlebar.png) repeat-x center left;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
}
.arrowlistmenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li
{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a
{
    color: #A70303;
    background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}
.arrowlistmenu ul li a:visited
{
    color: #A70303;
}
.arrowlistmenu ul li a:hover
{
    /*hover state CSS*/
    color: #A70303;
    background-color: #F3F3F3;
}



.listView-txt
{
    text-align:right;
    }