A:link {color:orange;}
A:visited {color:orange;}
A:hover {color:green;}

.bodytext{
          font-family: Arial;
          font-size: 11px;
          color: #000000;
          line-height: 18px;
          text-decoration: none;
          font-weight: normal
}

.bodytext2{
          font-family: Arial;
          font-size: 11px;
          color: #000000;
          line-height: 14px;
          text-decoration: none;
          font-weight: normal
}

.greenbodytext{
          font-family: Arial;
          font-size: 11px;
          color: green;
          line-height: 20px;
          text-decoration: none;
          font-weight: normal

}

.fieldLabel{
          font-family: Arial;
          font-size: 11px;
          color: #000000;
          text-decoration: none;
          font-weight: bold
}



.titleSmallGreen {
          font-family: Arial;
          font-size: 14px;
          color: green;
          text-decoration: none;
          font-weight: bold
}

.smalltext{
          font-family: Arial;
          font-size: 10px;
          color: #000000;
          text-decoration: none
}


.smallTextJustify{
          font-family: Arial;
          font-size: 11px;
          color: #000000;
          text-align: justify
}

.errorText{
          font-family: Arial;
          font-size: 11px;
          color: red;
}

.bodyTextWhite {
          font-family: Arial;
          font-size: 11px;
          color: #F3F2F2;
}


.inputField {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-size: 12px; font-weight: normal;
          BORDER-RIGHT: #D1D1D1 1px solid;
          BORDER-TOP: #D1D1D1 1px solid;
          BORDER-LEFT: #D1D1D1 1px solid;
          BORDER-BOTTOM: #D1D1D1 1px solid;
          height: 20px;
          background-color:#ffffff;
          align: middle;
          line-height: 13px;
}

.dropdown {
          font-family: "Arial", "Helvetica", "sans-serif";
          font-size: 12px; font-weight: bold;
          BORDER-RIGHT: #D1D1D1 1px solid;
          BORDER-TOP: #D1D1D1 1px solid;
          BORDER-LEFT: #D1D1D1 1px solid;
          BORDER-BOTTOM: #D1D1D1 1px solid;
          height: 20px;
          background-color:#ffffff;
          align: middle;
          line-height: 13px;
}



.borderTable1 {
	border: 1px solid black;
        font-family: Times New Roman;
        font-size: 12px; color: #000000;
        text-decoration: none;
}

.comparision{
        BORDER-RIGHT: #698ac2 0px solid;
        BORDER-TOP: #698ac2 0px solid;
        BORDER-LEFT: #698ac2 1px solid;
        BORDER-BOTTOM: #698ac2 1px solid;

        font-family: Arial;
        font-size: 10px; color: #000000;
        font-weight: bold;
        text-align: justify;
        vertical-align:top;
        WIDTH: 200px;
}

.comparision1{
        BORDER-RIGHT: #698ac2 0px solid;
        BORDER-TOP: #698ac2 0px solid;
        BORDER-LEFT: #698ac2 0px solid;
        BORDER-BOTTOM: #698ac2 1px solid;

        font-family: Arial;
        font-size: 11px; color: #000000;
        font-weight: bold;
        WIDTH: 160px;
}


.titleBar{
        font-family: Arial;
        font-size: 16px;
        color: green;
        text-decoration: none;
        font-weight: bold

}

.titleBar1{
        font-family: Arial;
        font-size: 14px;
        color: green;
        text-decoration: none;
        font-weight: bold

}

.titleBar2{
        font-family: Arial;
        font-size: 12px;
        color: green;
        line-height: 20px;
        text-decoration: none;
        font-weight: bold
}

.titleBarHead{
	BACKGROUND-COLOR: #999999;
        font-family: Arial;
        font-size: 14px;
        color: red;
        font-weight: bold
}

.leftMenuAct {
        font-family: Arial;
        font-size: 11px;
        color: green;
        font-weight: bold;
}

.leftMenuDeact{
        font-family: Arial;
        font-size: 11px;
        color: orange;
        font-weight: bold;
        text-decoration: none;
        CURSOR: hand;
}

.leftSubMenuAct {
	BACKGROUND-COLOR: #ffffff;
        font-family: Arial;
        font-size: 11px;
        color: white;
        font-weight: bold;
        CURSOR: hand;

}

.leftSubMenuDeact{
	BACKGROUND-COLOR: #ffffff;
        font-family: Arial;
        font-size: 10px;
        color: black;
        font-weight: bold;
        CURSOR: hand;
}



.roomAct{
	BACKGROUND-COLOR: orange;
        font-family: Arial;
        font-size: 11px;
        color: green;
        font-weight: bold;
        CURSOR: hand;
	border: 0px solid green;
}

.roomDeact{
	BACKGROUND-COLOR: white;
        font-family: Arial;
        font-size: 11px;
        color: green;
        font-weight: bold;
        CURSOR: hand;
	border: 0px solid green;
}

.buttonAct{
	BACKGROUND-COLOR: #0A7EA4;
        font-family: Arial;
        font-size: 9px;
        color: #E6E9EA;
        font-weight: bold;
        CURSOR: hand;
	border: 1px solid #969A99;
}

.buttonDeact{
	BACKGROUND-COLOR: #0099CC;
        font-family: Arial;
        font-size: 11px;
        color: #E6E9EA;
        font-weight: bold;
        CURSOR: hand;
	border: 1px solid #969A99;
}

//******************************************************************//
/*

#left-menu {
	WIDTH: 100%
}

#left-menu A:link {
	COLOR: orange; TEXT-DECORATION: none
}
#left-menu A:visited {
	COLOR: orange; TEXT-DECORATION: none
}
#left-menu A:hover {
	COLOR: orange; TEXT-DECORATION: none
}
*/

//******************************************************************//
#left-sub-menu {
	WIDTH: 100%
}

#left-sub-menu A:link {
	COLOR: #000; TEXT-DECORATION: none
}
#left-sub-menu A:visited {
	COLOR: #000; TEXT-DECORATION: none
}
#left-sub-menu A:hover {
	COLOR: #000; TEXT-DECORATION: none

}

//******************************************************************//
#top-menu {
	WIDTH: 100%
}

#top-menu A:link {
	COLOR: green; TEXT-DECORATION: none
}

#top-menu A:visited {
	COLOR: green; TEXT-DECORATION: none
}

#top-menu A:hover {
	COLOR: green; TEXT-DECORATION: none
}
//******************************************************************//

#sort-column {
}

#sort-column A:link {
	COLOR: #0099C; TEXT-DECORATION: none
}
#sort-column A:visited {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
#sort-column A:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}

