body 
{
	font-family:"Arial"; 
	font-size:12px;
}

a 
{
	text-decoration:none
}

/* Settings */
fieldset 
{
	border-style:solid; 
	border-width:1px; 
	padding:10px; 
	width:900px
}
.token 
{
	width:300px
}
.username 
{
	width:200px
}
.password 
{
	width:200px
}


/* Nav */
#nav 
{
	height: 30px;
	width: 100%;
	margin-bottom:8px;
	background-image: url(../images/navi-bg.png);
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	border-radius: 5px;
}
#nav ul
{
	width: 680px;
	margin:auto;
	list-style-type: none;
}
#nav li
{
	background-image: url(../images/navi-bg.png);
	float:left;
}
#nav a
{
	background-image: url(../images/navi-bg-divider.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height:30px;
	text-decoration: none;
	font-size: 14px;
	color: black;
}
#nav .last
{
	background-image: none;
}
#nav a:hover { color: #FFF; }

/* tables */
table.bordered {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
		table-layout:fixed;
}
.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}
.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
.bordered td, .bordered th 
{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 4px;
    text-align: left;    
		font-size:12px
}
.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}
.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}
.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.reg_row 
{
	background-color: white;
}
.alt_row 
{
	background-color: #DFF0F0;
}

.internal-note 
{
	font-family:"Courier New"; 
	font-size:12px
}

/* Log */
.log td 
{
	font-family:"Arial"; 
	font-size:11px;
} 
.log .info 
{
	color: black;
}
.log .warning 
{
	color: orange;
}
.log .error 
{
	color: red; 
	font-weight:bold
}
.col2-set .col-1 
{ 
	float:left; 
	width:48.5%; 
}
.col2-set .col-2 
{ 
	float:right; 
	width:48.5%; 
}
.col3-set .col-1 
{ 
	float:left; 
	width:32%; 
}
.col3-set .col-2 
{ 
	float:left; 
	width:32%; 
	margin-left:2%; 
}
.col3-set .col-3 
{ 
	float:right; 
	width:32%; 
}

.col3-set:after, .col2-set:after 
{ 
	display:block; 
	content:"."; 
	clear:both; 
	font-size:0; 
	line-height:0; 
	height:0; 
	overflow:hidden; 
}
.center
{
	text-align: center;
}

.login label
{
	display: block;
}

.error_message
{
	color: red;
}

.login_first_last_name
{
	line-height:30px;
	font-size: 14px;
	position:absolute;
	left:20px;
	width:200px;
}

.logout
{
	line-height:30px;
	font-size: 14px;
	position:absolute;
	right:0px;
	width:70px;
}
