﻿/*

Author: WebVox DESIGN
Author URI: http://www.WebVox.com.au/

*/

/* 
	Background-Styles 
================================================*/
/* Resets */

html, body, div, span, img, p, h1, form, button
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    background-color: #F0F4F4;
}
html, body
{
    height: 100%;
}
.clear
{
    clear: both;
}
.clearfix
{
    display: block;
}
.spacer
{
    clear: both;
    height: 1px;
}



/* 
	Header-Styles 
================================================*/

#header_wrap
{
    height: 60px;
    min-width: 950px;
}
#header
{
    position: relative;
    background-color: #9FC148;
    height: 60px;
    width: 950px;
    margin: 0 auto;
    z-index: 1000;
}
#header .logo
{
    position: absolute;
    left: 30px;
    top: 0px;
    border-style: none;
}
#header .login p
{
    float: right;
    height: 25px;
    width: 50px;
    background-color: #FFCC00;
    margin: 10px 30px 0px 0px;
    font-size: 9px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
}
#header .member_name
{
    float: right;
    margin: 10px 30px 0px 0px;
    font-size: 0.7em;
    color: #FFFFFF;
    padding-left: 10px;
}




/*
	Sub-menu-Styles 
================================================*/

#page_subnav_wrap
{
    position: relative;
    height: 50px;
    min-width: 1002px;
    width: 100%;
}

#page_subnav
{
    position: relative;
    width: 950px;
    height: 50px;
    margin: 0 auto;
    background-color: White;
}

#subnav
{
    position: absolute;
    right: 0;
    top: 0px;
    width: 950px;
    margin: 0px 0px 0px 0px;
}

#subnav ul
{
    margin-bottom: 10px;
    margin-top: 5px;
    height: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

#subnav li
{
    display: inline;
    margin-right: 15px;
}

#subnav ul img
{
    margin-right: 10px;
    margin-top: -5px;
    margin-left: 10px;
}


#page_title_wrap
{
    float: left;
    width: 255px;
    height: 45px;
    margin: 0 auto;
    border-bottom: 5px solid #FFCC00;
}
#page_title
{
    width: 255px;
    height: 25px;
    margin-top: 10px;
    margin-left: 10px;
}
#page_title img
{
    margin: 20px 0px 0px 0px;
}


/* 
	Page-Styles 
================================================*/

#page_wrap
{
    width: 100%;
    background: #F0F4F4;
    min-width: 1002px;
    margin: 0 auto;
}
#page
{
    position: relative;
    background: #F0F4F4;
    width: 950px;
    margin: 0 auto;
}
#content_wrap
{
    float: left;
    width: 950px;
    background-color: #FFF;
}

#content
{
    float: left;
    width: 760px;
    padding: 30px;
    padding-bottom: 40px;
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
}

#content_table
{
    float: left;
    width: 930px;
    padding-bottom: 40px;
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
    margin-left: 10px;
}




/* 
	Side Bar-Styles 
================================================*/


#sidebar_wrap
{
    float: left;
    width: 240px;
    background-color: #FFF;
    background-image: url(../../Images/Ka/content_bottom.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}
#sidebar
{
    float: left;
    width: 200px;
    padding: 20px;
    padding-bottom: 50px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 0.7em;
    line-height: 1.3em;
}
#sidebar img
{
    float: left;
    margin: 0 10px 0 0;
}


/*
	Content-Styles
================================================*/



/*
	Search Panel -Styles
================================================*/
#table_search_wrap
{
    position: relative;
    background-color: #e7fac9;
    height: 38px;
    width: 100%;
}



/*
	Table-Styles
================================================*/
#table_subnav_wrap
{
    position: relative;
    background-color: #B7C5C6;
    height: 40px;
    width: 100%;
}

#table_subnav
{
    position: relative;
    width: 700px;
    height: 40px;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
    font-size: 11px;
}

#table_subnav_left
{
    position: absolute;
    left: 0;
    top: 0px;
    width: 300px;
    margin: 0px 0px 0px 0px;
}

#table_subnav ul
{
    margin-bottom: 5px;
    margin-top: 3px;
    height: 20px;
}

#table_subnav li
{
    display: inline;
    padding-left: 1em;
}

#table_subnav ul a:hover
{
    border-bottom: none;
}

#table_subnav img
{
    margin-right: 5px;
}

#update_info
{
    float: left;
    width: 180px;
    margin-left: 500px;
    color: #666666;
    font-size: 9px;
    margin-top: 5px;
}

#table_buttons p
{
    float: right;
    height: 20px;
    width: 50px;
    background-color: #0198FF;
    margin: 4px 20px 0px 0px;
    font-size: 9px;
    color: #FFFFFF;
    padding-left: 10px;
}
#table_buttons_bottom
{
    height: 40px;
    margin-top: 10px;
}
#table_buttons_bottom p
{
    float: right;
    height: 20px;
    width: 50px;
    background-color: #0198FF;
    margin: 4px 20px 0px 0px;
    font-size: 9px;
    color: #FFFFFF;
    padding-left: 10px;
}

.box-table-a
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
    font-size: 12px;
    margin: 0px;
    width: 930px;
    text-align: left;
    border-collapse: collapse;
}

.box-table-a th
{
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #FFF;
    border-bottom: 2px solid #FFCC00;
    color: #666;
    border-right: 1px dotted #E2EBEB;
}

.box-table-a td
{
    padding: 8px;
    background: #FFF;
    border-bottom: 1px solid #F0F4F4;
    color: #666;
    border-top: 1px solid transparent;
    border-right: 1px dotted #E2EBEB;
}
.box-table-a tr:hover td
{
    background: #E2EBEB;
    color: #666;
}
.box-table-a img
{
    padding-left: 5px;
}
.left
{
    margin-left: 15px;
}

.box-table-hierarquical
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
    font-size: 12px;
    margin: 0px;
    width: 200px;
    text-align: left;
    border-collapse: collapse;
}
.box-table-hierarquical th
{
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #FFF;
    border-bottom: 2px solid #FFCC00;
    color: #666;
    border-right: 1px dotted #E2EBEB;
}
.box-table-hierarquical td
{
    padding: 8px;
    background: #FFF;
    border-bottom: 1px solid #F0F4F4;
    color: #666;
    border-top: 1px solid transparent;
    border-right: 1px dotted #E2EBEB;
}
.box-table-hierarquical tr:hover td
{
    background: #E2EBEB;
    color: #666;
}
.box-table-hierarquical img
{
    padding-left: 5px;
}


#checkbox-1
{
    margin-right: 5px;
}
#checkbox-2
{
    margin-right: 10px;
}
select.style01
{
    border: 1px solid #B7C5C6;
    background-color: #B7C5C6;
}
select.style01 option
{
    border-bottom: 1px solid #B7C5C6;
}
select.style01 option hover
{
    color: #CCCCCC;
}

.table_footer
{
    height: 30px;
    padding-top: 15px;
    border-top: 1px dotted #FB6403;
}
.table_footer a
{
    text-decoration: underline;
}
#prev_next
{
    position: relative;
    padding-left: 10px;
    width: 20%;
    float: left;
}
#view_items
{
    position: relative;
    width: 40%;
    float: left;
    padding-left: 100px;
}
#see_all
{
    position: relative;
    width: 10%;
    float: right;
    padding-left: 50px;
}


#table_nav_bottom
{
    position: relative;
    width: 650px;
    height: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
    font-size: 12px;
}
#table_nav_bottom ul
{
    margin: 0px 0px 0px 0px;
    width: 650px;
    height: 30px;
}
#table_nav_bottom li
{
    display: inline;
    padding-left: 1em;
}
#table_nav_bottom a:hover
{
    color: #CC3300;
}
#table_nav_bottom img
{
    margin-right: 5px;
}

/* ----------- Add_page_form ----------- */
.add_page_form
{
    margin: 0 auto;
    width: 600px;
    padding: 15px;
    margin-bottom: 30px;
}

#stylized_form
{
    border: solid 2px #D7E1E1;
    background: #F0F4F4;
    min-height: 280px;
    margin-left: 135px;
}

#stylized_form p
{
    font-size: 10px;
    color: #666666;
    margin-bottom: 18px;
    border-bottom: solid 1px #b7ddf2;
    padding-bottom: 5px;
}
#stylized_form label
{
    display: block;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
    width: 200px;
    float: left;
    line-height: 1em;
}
#stylized_form .small
{
    color: #666666;
    display: block;
    font-size: 9px;
    font-weight: normal;
    text-align: right;
    width: 200px;
}
#stylized_form input
{
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 350px;
    margin: 2px 0 20px 10px;
}
.description
{
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 350px;
    margin: 2px 0 20px 10px;
}
#stylized_form .checkbox
{
    font-weight: bold;
    font-size: 11px;
    text-align: right;
    width: 15px;
    height: 15px;
    float: left;
    line-height: 1em;
}
#stylized_form span
{
    font-weight: bold;
    font-size: 11px;
    text-align: right;
    width: 15px;
    height: 15px;
    float: left;
    line-height: 1em;
}

.selection
{
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    width: 250px;
    margin: 2px 0 20px 10px;
}

/*
	Text-Styles   
================================================*/
h1
{
    margin: 0px 0px 0px 0px;
    padding-left: 15px;
    padding-top: 6px;
    font-size: 13px;
    background-color: #9FC148;
    height: 32px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

h2
{
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    color: #495E5F;
    text-transform: uppercase;
}
h3
{
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    color: #495E5F;
}
h4
{
}
small
{
    color: #000;
    font-weight: bold;
    font-size: 11px;
    display: block;
    margin-bottom: 0px;
}
a
{
    color: #666;
    text-decoration: none;
}
small a
{
    color: #007de2;
}
a:hover
{
    text-decoration: none;
}
p
{
    margin: 0px 0px 15px 0px;
}






/*
	Footer-Styles
================================================*/

#footer_wrap
{
    position: relative;
    width: 100%;
    min-width: 1002px;
    height: 180px;
    margin-top: 5px;
}
#footer
{
    position: relative;
    width: 950px;
    height: 180px;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #a79578;
    background-color: #000;
    margin: 0 auto;
}
#footer .copyright
{
    padding: 8px 0px 0px 15px;
}
#footer .copyright a
{
    color: #FB6403;
    font-size: 9px;
}




/*
    Error messages
===============================================*/

#sys_info
{
    position: absolute;
    width: 640px;
    padding-left: 35px;
    color: red;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}


/* 
	Login Bar-Styles 
================================================*/

#login_wrap
{
    float: left;
    width: 240px;
}
.rightButton
{
    margin: 10px auto 5px 40px;
    color: #495E5F;
    font-variant: small-caps;
}
.rightButton2
{
    margin: 10px auto 5px 7px;
    color: #495E5F;
    font-variant: small-caps;
}
.rightButton3
{
    margin: 0px auto 0px 5px;
    color: #495E5F;
    font-variant: small-caps;
}

/* 
	Page Editor Styles
================================================*/
#divEditor { width: 1050px; height: 670px; position: absolute; left: -50px; top: -5px; z-index: 500; }
#divEditorToolbar { width: 1043px; height: 20px; background-color: #6989BC; border: solid 1pt #EFEFEF; text-align: right; padding:2px; padding-right:3px}
.darkenBackground 
{
    background-color: rgb(0,0,0);
    opacity: 0.5; /* Safari, Opera */
    filter: alpha(opacity=50); /* IE */
    -moz-opacity: 0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
}

