* {
    padding: 0px;
    margin: 0px;
}

img {
    border: 0;
}

small {
    font-size: 11px;
}

body {
    font: 100% Tahoma, Arial, Helvetica, sans-serif;
    background: url( /export/system/modules/com.intrice.spo/resources/img/bg_all.gif ) repeat;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #4c4e50;
    min-width: 1000px;
}

#container {
    width: 986px; /* this will create a container 80% of the browser width */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
}

#container2 {
    width: 986px; /* this will create a container 80% of the browser width */
    background: url( /export/system/modules/com.intrice.spo/resources/img/bg_white.gif ) repeat-y;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */

}

#header {
    background: url( /export/system/modules/com.intrice.spo/resources/img/bg_white_h.gif ) no-repeat;
    padding: 0 10px;
    height: 122px;
    margin-left: 12px;
}

#header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#logo {
    position: relative;
    top: 13px;
    left: 5px;
    width: 250px;
    height: 74px;
}

#spo_link {

    position: relative;
    top: -43px;
    left: 380px;
    width: 207px;
    height: 34px;
    margin-bottom: -34px;

}

#head {
    background: url( /export/system/modules/com.intrice.spo/resources/img/head.jpg ) no-repeat;
    height: 162px;
    margin-left: 12px;
}

#sidebar {
    float: left;
    width: 296px; /* since this element is floated, a width must be given */
    background-color: transparent;
    text-align: justify;

}

#sidebar p {
    line-height: 14px;
    text-align: justify;
    font-size: 11px;
    padding-left: 12px;
    padding-right: 12px;
}

#sidebar h2 {
    display: none;
}

#sidebar h3 {
    margin-left: 12px;
    font-size: 11px;
    color: #004b74;
    padding-left: 12px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/arrow_right.gif ) no-repeat;
    background-position: 0px 3px;
    padding-bottom: 6px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#index_about {
    margin: 0px;
    margin-left: 316px;
    margin-right: 30px;
    text-align: justify;
    margin-top: 0px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/index_about_bg.gif ) repeat-y;
    padding: 0px;
}

#index_about_h {
    height: 19px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/index_about_h.gif ) no-repeat;
}

#index_about_f {
    height: 19px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/index_about_f.gif ) no-repeat;
}

*html #index_about_h {
    margin-left: -3px;
}

*html #index_about_f {
    margin-left: -3px;
}

#index_about h1 {
    padding-top: 10px;
    padding-left: 15px;
}

#index_about h2 {
    padding-top: 10px;
    padding-left: 15px;
}

#index_about h3 {
    padding-top: 10px;
    padding-left: 15px;
}

#index_about h4 {
    padding-top: 10px;
    padding-left: 15px;
}

#index_about h5 {
    padding-top: 10px;
    padding-left: 15px;
}

#index_about p {
    padding-left: 15px;
    padding-right: 20px;
}

#interior {
    margin-left: 35px;
    padding-right: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/interior_bg.gif ) repeat-y;

}

#interior_h {
    height: 19px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/interior_h.gif ) no-repeat;
    padding-bottom: 6px;
    text-align:left;
}

#interior_h span {
    display: inline;
    color: #666666;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 20px;
    float:left;
    margin-top:-3px;
    margin-left:10px;
    padding-left:5px;
    padding-right:5px;
    background-color:white;
}

#interior_f {
    height: 19px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/interior_f.gif ) no-repeat;
}

#interior_copyright{
    display: inline;
    color: #666666;
    FONT-FAMILY: "Tahoma", "Helvetica", "Arial", "sans-serif";
    FONT-SIZE: 10px;
    float:left;
    margin-top:12px;
    margin-left:10px;
    padding-left:5px;
    padding-right:5px;
    background-color:white;
}

#interior h3 {
    padding-top: 10px;
    padding-left: 15px;
}

#interior p {
    padding-left: 15px;
    padding-right: 20px;
}

#footer {
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background: url( /export/system/modules/com.intrice.spo/resources/img/bg_white_f.gif ) no-repeat;
    padding-top: 10px;

}

#footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0;
    font-size: 11px;
    color: #FFFFFF;

}

/* Miscellaneous classes for reuse */
.fltrt {
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}

.fltlft {
/* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}

.clearfloat {
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/*******************************************************************************
* LINKS
*******************************************************************************/
a {
    font-weight: normal;
    text-decoration: underline;
    color: #0071ae;
    background-color: transparent;
}

a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #f2a24e;
    background-color: transparent;
}

/*******************************************************************************
* PARAGRAPH DEFAULTS
*******************************************************************************/

p {
    padding-bottom: 8px;
    line-height: 20px;
    font-size: 12px;
}

h1, h2, h3 {
    padding-bottom: 10px;
}

h2 {
    color: #313031;
    font-size: 16px;
}

h3 {
    color: #004b74;
    font-size: 12px;
}

big {
    font-size: 12px;
}

#index_links {
    margin-left: 314px;
    margin-right: 12px;
    margin-top: 7px;
    padding-bottom: 4px;
}

#index_links	ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#index_links	ul	li {
    display: inline;
    padding: 0px;
    margin: 0px;
    padding-right: 14px;
}

/*******************************************************************************
* TOP MENU
*******************************************************************************/

div#topmenu {
    text-indent: -10000px;
    height: 25px;

}

#topmenu ul {
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    float: left;
    position: relative;
    top: 19px;
    left: 125px;
    margin-right: 0;
    font-size: 0;
}

/*******************************************************************************
* TOP MENU ROLLOVER IMAGES
*******************************************************************************/

.menu_main a {
    display: block;
    width: 80px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_main.gif ) no-repeat;
    text-decoration: none;
}

.menu_main a:hover {
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_main_h.gif ) no-repeat;
}

.menu_main_a {
    display: block;
    width: 80px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_main_a.gif ) no-repeat;
    text-decoration: none;
}


.menu_news a {
    display: block;
    width: 83px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_news.gif ) no-repeat;
    text-decoration: none;
}

.menu_news a:hover {
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_news_h.gif ) no-repeat;
}

.menu_news_a {
    display: block;
    width: 80px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_news_a.gif ) no-repeat;
    text-decoration: none;
}


.menu_about a {
    display: block;
    width: 97px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_about.gif ) no-repeat;
    text-decoration: none;
}

.menu_about a:hover {
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_about_h.gif ) no-repeat;
}

.menu_about_a {
    display: block;
    width: 97px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_about_a.gif ) no-repeat;
    text-decoration: none;
}

.menu_begin a {
    display: block;
    width: 118px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_begin.gif ) no-repeat;
    text-decoration: none;
}

.menu_begin a:hover {
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_begin_h.gif ) no-repeat;
}

.menu_begin_a {
    display: block;
    width: 118px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_begin_a.gif ) no-repeat;
    text-decoration: none;
}

.menu_docs a {
    display: block;
    width: 122px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_docs.gif ) no-repeat;
    text-decoration: none;
}

.menu_docs a:hover {
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_docs_h.gif ) no-repeat;
}

.menu_docs_a {
    display: block;
    width: 122px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_docs_a.gif ) no-repeat;
    text-decoration: none;
}

.menu_support a {
    display: block;
    width: 106px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_support.gif ) no-repeat;
    text-decoration: none;
}

.menu_support a:hover {
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_support_h.gif ) no-repeat;
}

.menu_support_a {
    display: block;
    width: 106px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_support_a.gif ) no-repeat;
    text-decoration: none;
}

.menu_updates a {
    display: block;
    width: 112px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_updates.gif ) no-repeat;
    text-decoration: none;
}

.menu_updates a:hover {
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_updates_h.gif ) no-repeat;
}

.menu_updates_a {
    display: block;
    width: 112px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_updates_a.gif ) no-repeat;
    text-decoration: none;
}

.menu_download a {
    display: block;
    width: 83px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_download.gif ) no-repeat;
    text-decoration: none;
}

.menu_download a:hover {
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_download_h.gif ) no-repeat;
}

.menu_download_a {
    display: block;
    width: 83px;
    height: 25px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/menu/menu_download_a.gif ) no-repeat;
    text-decoration: none;
}

/*******************************************************************************
* SUBMENU
*******************************************************************************/

div#submenu {
    position: relative;
    top: 30px;
    left: 352px;
    width: 300px;
    font-size: 16px;
}

#submenu ul {
    list-style:inside;
    font-size: 16px;
}

#submenu ul  li {
    margin-bottom: 10px;
    color:white;
    /*display: block;*/
    height: 20px;
    text-decoration: none;
}

#submenu a {
    color:white;
    /*display: block;*/
    height: 20px;
    text-decoration: underline;
}

#submenu a:hover {
    text-decoration: none;
}

/*******************************************************************************
* SEARCH
*******************************************************************************/

#search {
    background: url( /export/system/modules/com.intrice.spo/resources/img/bg_search.gif ) no-repeat;
    position: relative;
    top: -60px;
    left: -40px;
    float: right;
    height: 55px;
    width: 221px;
    margin-bottom: -70px;
    color: rgb( 76, 78, 80 );
    font-size: 12px;
    padding-top: 12px;
    padding-left: 10px;
}

#search td {
    vertical-align: middle;
}

#search a {
    font-size: 11px;
}

#search td.ext_s {
    font-size: 12px;
    text-align: left;
}

#search table {
    font-size: 12px;
    width: 200px;
}

#s_form input {
    border: 1px solid rgb( 119, 119, 119 );
    margin: 0px;
    padding: 0px 0px 0px 3px;
    background: rgb( 255, 255, 255 ) none repeat;
    font-size: 12px;
    height: 18px;
    width: 155px;
}

/*******************************************************************************
* SERVICE MENU
*******************************************************************************/
#servicemenu {
    position: relative;
    width: 10px;
    float: right;
    right: 20px;
    top: -55px;
    height: 60px;
}

/*******************************************************************************
* AUTH
*******************************************************************************/

#auth {
    font-size: 11px;
    color: rgb( 30, 30, 30 );
    text-align:left;
}

#auth input {
    border: 1px solid rgb( 119, 119, 119 );
    margin: 0px;
    padding: 0px 0px 0px 3px;
    background: rgb( 255, 255, 255 ) none repeat;
    font-size: 12px;
    height: 18px;
    width: 115px;
}

/*******************************************************************************
* LOGGED IN
*******************************************************************************/

#loggedin {

    position: relative;
    top: 20px;
    float: right;
    left: -45px;
    font-size: 11px;
    color: #ffffff;
    height: 125px;
    text-align: right;
}

/*
#loggedin td {
    text-align: right;
}
*/

.v_bottom {
    vertical-align: bottom;
    text-align: right;
}

.v_top {
    text-align: right;
    vertical-align: top;
}

#loggedin p {
    font-size: 11px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}

#loggedin strong {
    font-size: 12px;
    color: #ffffff;
}

#loggedin a {

    color: #ffffff;
    font-size: 11px;
    text-decoration: underline;
    font-weight: bold;
}

#loggedin a:hover {
    text-decoration: none;
    font-weight: bold;
}

/*******************************************************************************
* BUTTONS
*******************************************************************************/
#b_search {
    width: 53px;
}

#b_search a {
    display: block;
    width: 30px;
    height: 20px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/button_search.gif ) no-repeat;
    text-decoration: none;
    text-indent: -10000px;
    float: left;
}

#b_search a:hover {
    background: url( /export/system/modules/com.intrice.spo/resources/img/button_search_h.gif ) no-repeat;
}

/*
#b_login {
    width: 60px;
    padding-left: 5px;
}
*/

#b_login input {
    border: none;
    width: 44px;
    height: 20px;
    float: left;
    background:none;
}

#description {
    position: relative;
    top: 34px;
    left: 362px;
    width: 250px;
}

/*******************************************************************************
* NEWSBAR
*******************************************************************************/

#newsbar_h {
    height: 19px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/newsbar_h.gif ) no-repeat;
    padding-bottom: 6px;
}

#newsbar_f {
    height: 19px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/newsbar_f.gif ) no-repeat;
}

#newsbar {
    margin-left: 36px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/newsbar_bg.gif ) repeat-y;
}

#separator_news {
    background: url( /export/system/modules/com.intrice.spo/resources/img/separator_news.gif ) no-repeat;
    position: relative;
    left: 12px;
    text-indent: -10000px;
    height: 2px;
    width: 234px;
    font-size: 0px;
    padding-bottom: 6px;

}

#separator_full_width {
    background: url( /export/system/modules/com.intrice.spo/resources/img/separator_news.gif ) no-repeat;
    position: relative;
    left: 12px;
    margin-right: 12px;
    text-indent: -10000px;
    height: 2px;
    font-size: 0px;
    padding-bottom: 6px;

}

/*******************************************************************************
* UPDATES BAR
*******************************************************************************/

#updatesbar_h {
    height: 19px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/updatesbar_h.gif ) no-repeat;
    padding-bottom: 6px;
}

#updatesbar_f {
    height: 19px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/updatesbar_f.gif ) no-repeat;
}

#updatesbar {
    margin-left: 36px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/updatesbar_bg.gif ) repeat-y;
}

.all_upd {
    text-align: right;
    padding-bottom: 0px;
}

.all_upd a {
    font-size: 12px;
}

/*******************************************************************************
* LINUX ROLLOVER IMAGES
*******************************************************************************/
#maintable {
    padding: 0px;
    margin: 0px;
    width: 635px;
}

#menu_linux {
    text-indent: -10000px;
    vertical-align: top;
}

#menu_linux ul {
    list-style-type: none;
}

#menu_linux ul li {
    padding-bottom: 7px;
    list-style-type: none;
}

.b_download a {
    display: block;
    width: 165px;
    height: 50px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/button_download.gif ) no-repeat;
    text-decoration: none;
}

.b_tour a {
    display: block;
    width: 165px;
    height: 50px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/button_tour.gif ) no-repeat;
    text-decoration: none;
}

.b_license a {
    display: block;
    width: 165px;
    height: 50px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/button_license.gif ) no-repeat;
    text-decoration: none;
}

.b_settings a {
    display: block;
    width: 165px;
    height: 50px;
    background: url( /export/system/modules/com.intrice.spo/resources/img/button_settings.gif ) no-repeat;
    text-decoration: none;
}

#copyright {
    width: 310px;
    text-align: left;
}

#bottom_menu {
    position: relative;
    top: -40px;
    float: right;
    margin-bottom: -55px;
}

#bottom_menu a {
    color: #FFFFFF;
    text-decoration: underline;
}

#bottom_menu a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.formtable {
    border: 1px;
    background: #dfdfdf;
	width:900px;
}

.formtable td {padding:4px; }

.formtable p { padding-left:14px;}

.formtableheader {
    color: #FFFFFF;
    background: #599ed5;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
	padding-left:14px;
}

.formtableheader td {
    padding-left:0px;
    text-align:center;
}

.formtableheader2 {
    color: #FFFFFF;
    background: #f7a437;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}

/* First post in the thread */
.formtablerow0 {
    background: #FFCC99;
    font-size: 12px;
    line-height: 20px;
}

/* First alternating background color for row. */
.formtablerow1 {
    background: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    text-align:left;
}

/* Second alternating background color for row. */
.formtablerow2 {
    background: #F5F5F5;
    font-size: 12px;
    line-height: 20px;
    text-align:left;
}

.formtablerowfinal {
    background: #eeeeee;
    font-size: 12px;
    line-height: 20px;
}

input, textarea, select {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #b2b2b2;
	margin-bottom:3px;
	margin-top:3px;
	vertical-align:middle;
}


/*
input {
    height:16px;
    font-size: 14 px;
}
*/

input {
    text-indent : 1px;
}

input.noborder {
    border : 0px;
}

input.mainoption {
    background-color : #DDDDDD;
    font-weight : bold;
}

input.liteoption {
    background-color : #f5f5f5;
    font-weight : normal;
}


input.fullWidth {
    width: 100%;
}

.categorylink {
    font-weight: normal;
    text-decoration: underline;
    color: #0071ae;
    background-color: transparent;
}

.categorylink:hover {
    font-weight: normal;
    text-decoration: none;
    color: #f2a24e;
    background-color: transparent;
}

pre{
    padding-left: 20px;
    font-size: 12px;
}

#interior ul {
    padding-right: 20px;
    padding-left: 30px;
    font-size: 14px;
}
