td {
	font-family: verdana;
	font-size: 11px
}

a {
	color: black;
	font-family: verdana;
 	text-decoration: none;
	cursor: pointer;
}

form {
	padding: 0px;
	margin: 0px;
}


#footer_layout a {
	color: white;
	font-family: verdana;
 	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#footer_layout td {
	padding-top:20px;
	text-align: right;
}

caption {
 	font-family: verdana;
	font-size: 17px;
	font-weight: bold;
	color: #D30000;
	text-align: left;
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 10px solid white;
	border-bottom: 10px solid white;
	border-color: #F5F5F5;
}

span.caption {
 	font-family: verdana;
	font-size: 17px;
	font-weight: bold;
	color: #D30000;
	text-align: left;
}

span.msg{
    overflow: auto;
    width: 100%;
    padding: 1px 1px 1px 1px;
 	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: green;
	text-align: left;
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-color: #F5F5F5;
	text-align: center;
}

span.divframe{
                   overflow: auto;
                      width: 100%;
                     height: 100%;
                    padding: 0px 0px 0px 0px;
    scrollbar-3dlight-color: #EB9594;
 scrollbar-darkshadow-color: #EB9594;
      scrollbar-arrow-color: white;
 /*      scrollbar-base-color: white;*/
       scrollbar-face-color: #E11D1E;
  scrollbar-highlight-color: white;
     scrollbar-shadow-color: white; 
 /*     scrollbar-track-color: #4D87AB;*/
}
div.divframe{
                   overflow: auto;
                      width: 100%;
                     height: 100%;
                    padding: 0px 0px 0px 0px;
    scrollbar-3dlight-color: #EB9594;
 scrollbar-darkshadow-color: #EB9594;
      scrollbar-arrow-color: white;
 /*      scrollbar-base-color: white;*/
       scrollbar-face-color: #E11D1E;
  scrollbar-highlight-color: white;
     scrollbar-shadow-color: white; 
 /*     scrollbar-track-color: #4D87AB;*/
}



input {
	font-family: verdana;
	font-size: 10px;
	border-width: 0px;
	border-color: #999999;
}

select {
	font-family: verdana;
	font-size: 10px;
	padding: 0px 2px 0px 2px;
	border: 1px solid #999999;

}



/*
			Image Box

*/
.imageBox {
	border-color: #D10101;
}


/*
 ********************************************************************
 * form
 ********************************************************************
 */

#formLayout {
    font-size: 11px;
}

#formLayout caption {
 	font-family: verdana;
	font-size: 17px;
	font-weight: bold;
	color: #D30000;
	text-align: left;
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 10px solid white;
	border-bottom: 10px solid white;
}

#formLayout caption.standard {
	border-color: #F5F5F5;
}


#formLayout thead{
    background-color: black;
               color: white;
}

#formLayout tbody{
}

#formLayout td{
	text-align:left;
    height: 20px;
}

#formLayout th{
	text-align: right;
}

/*
 ********************************************************************
 * List
 ********************************************************************
 */

#multiColumnList {
    background-color: #999999;
      border-spacing: 1px;
           font-size: 11px;
}

#multiColumnList caption{
             padding: 1px 5px 1px 5px;
           font-size: 14px;
         font-weight: bold;
          text-align: left;
       border-bottom: 1px solid black;
               color: #025C8B;
}

#multiColumnList thead{
    background-color: #AFAFAF;
               color: white;
}

#multiColumnList tbody{
    background-color: #f5f5f5;
}

#multiColumnList td{
             padding: 1px 2px 1px 3px;
              height: 20px;
}

#multiColumnList th{
             padding: 1px 2px 1px 2px;
}

#multiColumnList tr.mouseover{
               color: black;
    background-color: #E0E0E0;
              cursor: pointer;
}

#multiColumnList tr.active{
               color: white;
    background-color: #CC1919;
              cursor: pointer;
}


#multiColumnList_sel td{
               color: white;
    background-color: #A7BE5A;
              cursor: pointer;
}
