﻿.massage
{
    color: black;
    font-family: Tahoma;
    font-size: 10pt;
}


.label_1
{
    color: black;
    font-family: Tahoma;
    font-size: 10pt;
}

.label_red_1
{
    color: #FF0000;
    font-family: Tahoma;
    font-size: 10pt;
}

.label_title_masterpage
{
	color: #009933;
	font-family: Tahoma;
	font-size: 14pt;
}



.textbox_1
{
    color: black;
    font-family: Tahoma;
    font-size: 10pt;
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    height: 16px;
}

.checkbox_1
{
    color: black;
    font-family: Tahoma;
    font-size: 10pt;
}

.dropdownlist_1
{
    color: black;
    font-family: Tahoma;
    font-size: 10pt;
}

.button_1
{
    color: black;
    font-family: Tahoma;
    font-size: 10pt;
}

.linkbutton_1
{
    color: #2A62C4;
    font-family: Tahoma;
    font-size: 10pt;
    text-decoration: none;
}

.linkbutton_1:hover
{
    color: #829534;
    font-family: Tahoma;
    font-size: 10pt;
    text-decoration: none;
}

.panel_1
{
    color: black;
    font-family: Tahoma;
    font-size: 10pt;
}


.menu_1
{
    color: #2A62C4;
    font-family: Tahoma;
    font-size: 10pt;
    text-decoration: none;   
}
.menu_1:hover
{
    color: #829534;
    font-family: Tahoma;
    font-size: 10pt;
    text-decoration: none;
}

.menu_1_select
{
    color: #829534;
    font-family: Tahoma;
    font-size: 10pt;
    text-decoration: none;
}

.gridview
{
    background-color: #ffffff;
    width: 95%;
    border-right: #d5dfe5 1px dotted;
    border-top: #d5dfe5 1px dotted;
    border-left: #d5dfe5 1px dotted;
    border-bottom: #d5dfe5 1px dotted;
}

.gridview_header
{
    background-color: #fbfbfb;
    color: #000080;
    font-family: Tahoma;
    height: 22px;
    font-size: 10pt;
}

.gridview_row
{
    font-size: 10pt;
    font-family: Tahoma;
}

.gridview_row:hover
{
   background-color: whitesmoke;
}

.gridview_empty
{
    font-family: tahoma;
    font-size: 10pt;
    color: #FF0000;
    text-align: center;
    height: 20px;
}

.gridview_pager
{
    color: #2A62C4;
    font-family: Tahoma;
    font-size: 10pt;
    text-decoration: none;
}

.gridview_pager:hover
{
    color: #829534;
    font-family: Tahoma;
    font-size: 10pt;
    text-decoration: none;
}


.label_copyright
{
    font-size: 9pt;
    font-family: Tahoma;
}


.hyperlink_1
{
    color: #2A62C4;
    font-family: Tahoma;
    font-size: 10pt;
    text-decoration: none; 
    
}

.hyperlink_1:hover
{
    color: #829534;
    font-family: Tahoma;
    font-size: 10pt;
    text-decoration: none;
}



        .modalBackground {
            background-color:Gray;
            filter:alpha(opacity=70);
            opacity:0.7;
        }
        .confirm{
           background-color:White;
           padding:10px;
           width:370px;
        }


A.CplMenu      {FONT-SIZE: 10pt;  vertical-align:TOP; COLOR: #030359;  FONT-FAMILY: tahoma, verdana; TEXT-DECORATION: none }
A.CplMenu:hover{FONT-SIZE: 10pt; COLOR: #D907B9; FONT-FAMILY: tahoma, verdana}

A.Cpl_List      {FONT-SIZE: 10pt; COLOR: #2A62C4;  FONT-FAMILY: tahoma, verdana; TEXT-DECORATION: none }
A.Cpl_List:hover { color: #829534;}


A.Gridview_Link      {FONT-SIZE: 8pt; COLOR: #2A62C4;  FONT-FAMILY: tahoma, verdana; TEXT-DECORATION: none }
A.Gridview_Link:hover
{
    color: #ff0000;
    background-color: transparent;
}

A.Link      {FONT-SIZE: 10pt; COLOR: #2A62C4;  FONT-FAMILY: tahoma, verdana; TEXT-DECORATION: none }
A.Link:hover
{
    color: #ff0000;
    background-color: transparent;
}

