/*
    AugmentedWare CSS
*/

html {
    overflow-y: scroll;
    color: #00375b;
	background-color: #fff;
	font: 12px/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
}


body {
/*
    background:white none repeat scroll 0% 0%;
    color:#333333;
    line-height:1.35;
    font-size:85%;
*/
font-size:110%;
}

div#doc {
    background-color: #fff;
}

div#hd {
    background: #000000 none;
    margin: 0px;
}


div#topbar {
    margin: 0px;
}


/* padding around content */
div#bd {
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #0d0d0d;
}

a:link {text-decoration: none; color: #13a2c2;}
a:visited {text-decoration: none; color: #13a2c2;}
a:active {text-decoration: none; outline: none;}
a:hover {text-decoration: underline; color: #13a2c2;}


:focus { -moz-outline-style: none; }


/* page name */
h1 {
    font-size: 170%;
    margin-bottom: 0px;
}

/* section name */
h2 {
    font-size: 130%;
}
h2 a:hover {
    text-decoration: none;
}
h2 img {
    margin-right:0.3em;
}
h2 span.info {
    font-size: 70%;
}

h3 {
    font-weight:bold;
}

img {
}

ul {
}



/* AugmentedWare MENU */

span#logo {
     float:left;
}

div#menu {
    
}

ul#menu_list {
    float:left;
    list-style-type: none;
    padding-top: 20px;
    padding-left:20px;
    white-space: nowrap;
}

ul#menu_list li {
    list-style-type:none;
    font-size: 130%;
    display: inline;
}

ul#menu_list li a {
    text-decoration: none;
    color: #cfcfcf;
    padding: 0px 0px;
    margin-right: 10px;
}

ul#menu_list li a:hover {
   color: #13a2c2;
}

/* selected menu item */
ul#menu_list strong.active {
    text-decoration: none;
    color: #13a2c2;
    padding: 0px 0px;
    margin-right: 10px;
}



/* AugmentedWare USER BAR   (login,register,score,credits,etc) */

div#user-bar {
    float: right;
    padding-right: 2px;
    padding-top: 2px;
}

div#user-bar a {
    padding-left: 5px;
    padding-right: 5px;
}

a.create_account {
    font-weight:bold;
}



/* prev >> h1 */
a.prev-nav {
    font-size:70%;
    margin-right: 5px;
}
a.prev-nav:hover {
    text-decoration: none;
}


/* HOME PAGE */

div.home_box {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #666;
    background-color: #EEE;
}

div.home_box a {
    font-size: 1.6em;
}

ul#home_List {
    padding-top: 2px;
}
ul#home_list li { 
    list-style: disc inside;
    margin: 0 0 0.7em 0;
}



p.errors {
    color: #FF1010;
    padding-bottom: 5px;
}

ul.errorlist {
    color: #FF1010;
    padding-bottom: 5px;
}
ul.errorlist li {
}



ul#features li {
    list-style: disc inside;
    margin: 0 0 0.2em 0;
}


div#more_demos {
    min-height: 10em;
    display: table-cell;
   vertical-align: middle;
}


/* PRODUCTS  */

div#product {
}

tr.product div#name {
    font-size:200%;
}

tr.product td.right {
    padding-left: 1.0em;
}


div#prod {
    padding-top: 15px;
}




div.playnote {
    font-style: italic;
}


/* BUTTONS */

/* Buy Credits Button */
#btn_buycredits a {
    text-decoration: none;
    padding-left: 2.0em;
    padding-right: 0.5em;
    background: url(../images/icons/money.png) 6% 55% no-repeat;
    font-size:100%;
    color: #444;
}
#btn_buycredits a:hover {
    color: #000;
}

/* Win Credits Button */
#btn_wincredits a {
    text-decoration: none;
    padding-left: 2.0em;
    padding-right: 0.5em;
    background: url(../images/icons/medal_gold_1.png) 6% 55% no-repeat;
    font-size:100%;
    color: #444;
}
#btn_wincredits a:hover {
    color: #000;
}

#btn_purchasecredits a {
    padding: 4.0em;
}

/* Start Live Button */
#btn_start_live {
   
}



/* BUY CREDIT page */

table.credit_table {
}
table.credit_table tr {
}
table.credit_table td {
    border-style: solid;
    border-width: 1px;
    border-color: #666;
}



/* LIVE VIEW */

div#live_name {
    float:left;
}

div#live_status {
    float:right;
}




/* Forms */
table#applyForm {
    background-color: #EEE;
    border-style: solid;
    border-width: 1px;
    border-color: #666;
    margin-bottom:10px;
}

tr#row {
   padding: 10px;
}

td#label {
    padding-left: 10px;
    font-weight:bold;
}

td#field {
    padding: 5px;
}

div#applyNotes {
    
}

/* List of notes for apply form */
ul#applyNotesList {
    padding-top: 10px;
}
ul#applyNotesList li { 
    list-style: disc inside;
    margin: 0 0 0.7em 0;
}



/* FOOTER */

div#ft {
    padding-top: 5px;
    text-align: left;
}

span#company {
    color: #00375b;
}

div#ft-menu a {
    padding-left:4px;
    padding-right:4px;
}

div#clear {
    clear: both;
    display: inline;
}


