﻿
body
{
    margin: 0;
    padding: 0;
}

.txt
{
    width: 80px;
}

.maindiv
{
    padding-top: 100px;
    width: 100px;
}

.div20px
{
    height: 20px;
}

.tr10px
{
    height: 10px;
}

.tr2px
{
    height: 2px;
}


.tr5px
{
    height: 5px;
}

.td10px
{
    width: 10px;
}

.td5px
{
    width: 5px;
}




.Label
{
    width: 120px;
}
.LabelBold
{
   
    font-weight: bold;
}

.TextBoxXSmall
{
    width: 60px;
}

.TextBoxSmall
{
    width: 80px;
}

.TextBoxNormal
{
    width: 120px;
}


.TextBoxLarge
{
    width: 160px;
}


.TextBoxXLarge
{    
    width: 200px;
}


.MultiLineTextBox
{
    height: 65px;
    width: 220px;
}

.DropdownListXSmall
{
    width: 60px;
}

.DropdownListSmall
{
    width: 80px;
}

.DropdownListNormal
{
    width: 120px;
}


.DropdownListLarge
{
    width: 160px;
}


.DropdownListXLarge
{
    width: 200px;
}


.TextBoxsDate
{
    width: 100px;
}


.space
{
    width: 50px;
}

.Button
{
    /*width: 82px;*/
}

.TextMemoReadOnly
{    
    border-color: Gray ;      
}

.ListBoxWithMemo
{
    height: 150px;
    width : 100px;
     
}
/* Accordion */
#accordion
{
    width: 800px;
    border: solid 1px black;
}

.content
{
    padding: 4px;
}

.selectedheader
{
    color: White;
    background-color: Blue;
    padding: 4px;
    border: solid 1px black;
}

.header
{
    color: White;
    background-color: Navy;
    padding: 4px;
    border: solid 1px black;
}


.accheader
{
    background: url('../Images/top.png');
    background-repeat: repeat-x;
}

.leftcontent
{
    background: url('../Images/left_side.png');
    background-repeat: repeat-y;
}

.rightcontent
{
    background: url('../Images/right_side.png');
    background-repeat: repeat-y;
}

.acccontent
{
    background-color: #c0c0c0;
}

.lefttop
{
    background: url('../Images/left_top.png');
    width: 35px;
    height: 35px;
}

.righttop
{
    background: url('../Images/right_top.png');
    width: 35px;
    height: 35px;
}

.leftbottom
{
    background: url('../Images/left_bottom.png');
    width: 35px;
    height: 35px;
}

.accfooter
{
    background: url('../Images/bottom.png');
    background-repeat: repeat-x;
}

.rightbottom
{
    background: url('../Images/right_bottom.png');
    width: 35px;
    height: 35px;
}

.padleftright
{
    padding-left: 10px;
    padding-right: 10px;
}

/* links */

/*A:link
{
    text-decoration: none;
    color: Black;
}
A:visited
{
    text-decoration: none;
    color: Maroon;
}
A:active
{
    text-decoration: none;
    color:White;
}
A:hover
{
    text-decoration: none;
    color: Silver;
}*/