﻿#Auth1{

width: 200px;
height: 155px;
overflow: auto;
position: absolute;
overflow-x: hidden;

}

#test1, #test2, #test3 {
background-color: #E7EADE;
width: 260px;
height: 338px;
overflow: auto;
margin: 0.3em;
padding: 0.5em;
border: px solid #410000;
/*IE overflow fix, position must be relative or absolute*/
position: absolute;
/*if you do not want the outline when focused on firefox and IE
use outline: none;, though not recommended as this may confuse
people who likes to do keyboard navigation */
outline: none;
}

#test1 {
background-color: #6F1C1C;
left: 0.8em;
top: 1em;
}

#test1 div {
color: #FDD;
}

#test2 {
width: 330px;
right: 0.8em;
top: 1em;
background-color: #EEE;
border-width:0;
}

#test3 {
width: 90%;
height: 65px;
border-width: 0px;
top: 410px;
left: 1.5em;
}

.aligntocenter {
margin: 0.5em auto;
border: 2px solid #A22;
width: 90%;
position: relative;
height: 500px;
}

.fixedsize {
width: 400px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

.version {
background: #999;
color: white;
font-size: 75%;
padding: 0 0.4em 0 0.3em;
}

#test2 ul {
font-size: 10pt;
margin:0.1em 0.3em;
width: auto;
}

#test2 ul ul {
	padding-top:0.1em;
	padding-bottom:0.1em;
	}

#test2 h5 {
	margin-bottom: 0.2em;
	}

#test2 li li {
font-size: 9pt;
margin: 0;
}

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;
}


.hscrollerbar {
top: 0px;
}

.hscrollerbar {
top: 20px important;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index *MUST* be given, otherwise links will not be clickable
inside the div */
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/flex/vscroller.gif) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/flex/vscroller.gif);
width: 15px;
height: 10px;
}

.hscrollerbarbeg {
background: url(../images/flex/hscroller.gif) -10px 0px;
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(../images/flex/hscroller.gif);
height: 15px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #D1DDCB;
background-image: url(../images/flex/scrollbaseback.png);

}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 15px;
background: url(../images/flex/scrollbases.gif) -22px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 15px;
width: 7px;
background: url(../images/flex/scrollbases.gif) 0% 0% no-repeat;
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(../images/flex/scrollbases.gif) -7px -8px no-repeat;
}

.vscrollerbaseend {
height: 7px;
width: 15px;
background: url(../images/flex/scrollbases.gif) -7px 0px no-repeat;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
background: white url(../images/flex/scrolljog.gif) 50% 50%;
}


/* Scroll Bar Master Styling Ends Here */
