﻿/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body,form {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:white;
	
	font-family:Verdana;
	font-size:1em;
	color:#666;
}

div#container {
	font-family: Verdana;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:94%;
	background:white url('/images/pixel.jpg') right top repeat-y;
	font-size: 70%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	border-left: 1px solid #d7d7d7;
	min-width: 700px;
}

div#header {
	padding: 1em 0 0 0;
	margin-left: -1px;
	padding-right: 1px;
	min-width: 600px;
	background:white;
	width:100%;
}

div#content 
{
	padding:1em 1em 5em; /* bottom padding for footer */
	color: Black;
}

div#footer {
	position:absolute;
	width:100%;
	height: 30px;
	bottom:0; /* stick to bottom */
	border-top: 1px solid #d7d7d7;
	background:white;
	margin-left: -1px;
}

div#footer_inner 
{
	width: 100%;
	margin: 2px 5px;
	font-size: 8pt;
}

/* Additional settings*/

a#aits_link 
{
	text-decoration: none; 
	color: blue;
	margin-right: 15px;
} 
a#aits_link:hover 
{ 
	text-decoration: underline; 
}

span.req {color: red;}
span.result {color: green; font-weight:bold;}
span.error {color: red; font-weight:bold;}
.description {font-size:smaller; color:gray;}
p.attention {border: 2px dotted red;padding:.5em; border-left:10px solid red}
span.replaced {text-decoration:line-through}

.login_instruction_text { padding: .5em 0 1em; font-weight: normal; text-align: left;}
.strip_button {padding: 5px 5px; font-weight: bold; display:inline-block}
.strip_button:link, .strip_button:visited {text-decoration:none;}

a 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

.button 
{
}

.textbox
{
}

.view 
{
}

.success {
	font-weight: bold;
	color: green;
}

.error {
	font-weight: bold;
	color: red;
}

.result {}


.info_block .field 
{
	color: Gray;
}
.info_block table, td
{
	border: 0;
}
.info_block table td
{
	padding: 3px 0;
}

.info_block .header
{
	text-align:right;
	padding-right:4px;
	color: Gray;
}

/* Inner tab style */

.inner_tab .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url('/img/technorati/tab-line.png') repeat-x bottom;
    font-size:12px;
    display:block;
}
.inner_tab .ajax__tab_header .ajax__tab_outer 
{
    background:url('/img/technorati/tab.png') no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.inner_tab .ajax__tab_header .ajax__tab_inner 
{
    background:url('/img/technorati/tab.png') no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.inner_tab .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.inner_tab .ajax__tab_active .ajax__tab_outer 
{
    background:url('/img/technorati/tab.png') no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.inner_tab .ajax__tab_active .ajax__tab_inner 
{
    background:url('/img/technorati/tab.png') no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.inner_tab .ajax__tab_body 
{
    padding: 15px 10px 8px 10px;
    background-color: #FFFFFF;
    border-width:0;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

/* GRID  */

TABLE.grid,
TABLE.grid THEAD TH,
TABLE.grid TFOOT TD,
TABLE.grid TBODY.pager TD,
TABLE.grid TBODY.summary TD {
    border: threedshadow 1px solid;    
}

TABLE.grid THEAD TH {
	text-align: center;
}

TABLE.grid TBODY,
SPAN.cur_page {
    background: window;}

SPAN.cur_page {
    color: menutext;
}

TABLE.grid {
    border-collapse: collapse;
	margin: 10px 0px;
    table-layout: fixed;
}

TABLE.grid THEAD TH,
TABLE.grid TFOOT TD,
TABLE.grid TBODY.pager TD,
TABLE.grid TBODY.summary TD {
    background: #EBEBEB;
}

TABLE.grid TBODY TD {
    border: 1px threedface solid;
	padding:1px
}
TABLE.grid TBODY.pager TD {
    border: none;
}

TABLE.grid TBODY.summary TD{
    font: bold italic;
    text-align: right;
}

FONT.arrow {
    font-family: webdings;
    font-size: 10pt;
}

A.navigation,
SPAN.navigation {
    font-weight: bold;
    padding: 0 .5em;
}

TABLE.noborder TR TD {
    border: none;
}


TABLE.grid TBODY.sep TD {
    border: 0px;
    background: #FFEBCD;
}

