﻿/*
Default Sproom 1.1 stylesheet

Colors: 
Gray (text): #676767;
Dark gray (text): #242424;
Light green (links): #A5BE29
Light gray (borders): #ADADAD;
Grey (headlines): #7F7F7F;
Dark blue (headlines): #1E516C;
Dark gray (headlines): #878787;
Red (errors): #FF0000;
Grey (legends): #7F7F7F;
Pale green (infobox background): #F7F9EB;
*/
body
{
    margin: 0px;
    font-family: 'Trebuchet MS' , Arial;
    background: #ffffff url('../../../../../shared/images/default/sproom/bg_home.gif') repeat-y 50% -145px;
    font-size: 13px;
    line-height: 18px;
    color: #676767;
    height: 100%;
    text-align: center;
}
#main_wrapper 
{
    height: 100%;
    width: 975px;
    margin: 0 auto;
}
/* Standard elements */
form, table
{
    margin: 0px;
    padding: 0px;
}

img 
{
    border: 0px;
}
div
{
    margin: 0px;
    border: 0px;
    padding: 0px;
}
ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li
{
    background-image: url('../../../../../shared/images/default/sproom/bullet_foldout.gif');
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
    list-style-type: none;
}
ul.bullet
{
    margin: 0;
    padding: 0 0 0 20px;
}
ul.bullet li
{
    background-image: url('../../../../../shared/images/default/sproom/bullet.gif');
    background-position: 0 2;
    background-repeat: no-repeat;
    padding: 0 0 0 15px;
    list-style-type: none;
    margin-bottom: 10px;
}
ol
{
    padding-top: 0px;
    padding-bottom: 0px;
}
input
{
    font-size: 13px;
    color: #676767;
    line-height: 13px;
    padding: 2px 2px;
    height: 22px;
}
input.txtBox
{
    font-size: 13px;
    border: 1px solid #ADADAD;
    height: 22px;
    line-height: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    background-image:url('../../../../../shared/images/default/sproom/form_bg.gif');
	background-repeat:repeat-x;

}

.rightalign 
{
    text-align: right;
}

input.txtBoxReadonly
{
    font-size: 13px;
    border: 1px solid #ADADAD;
    height: 22px;
    line-height: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    background-image:none;
    background-color: #d7d7d7;
}

input.txtBoxRight
{
    border: 1px solid #ADADAD;
    text-align: right;
}
input[type=checkbox] 
{
    vertical-align: middle; 
    position: relative; 
    bottom: 1px;
}
input[type=radio]
{
    height: auto;
}

.login_box
{
    font-size: 11px;
    height: 18px;
    width: 135px;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #ADADAD;
}
    
select
{
    font-family: 'Trebuchet MS', Arial;
    font-size: 13px;
}
table.maintable
{
    width: 975px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
table.menutable
{
    width: 975px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.content_table
{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.login_table
{
    width: 280px;
}

.login_table tr td
{
    vertical-align: middle;
}
td
{
    text-align: left;
    vertical-align: top;
    font-size: 13px;
    line-height: 18px;
}
.right_align
{
    text-align: right;
}

/* Frontpage elements */
.frontpage 
{
    width: 830px; 
    margin-top: 10px;
}
.frontpage h1
{
    font-size: 24px; 
    font-weight: bold; 
    color: #9CAE5A;   
    margin-top: 10px; 
}
.frontpage h2
{
    font-size: 24px; 
    font-weight: bold; 
    color: #9CAE5A;    
}
.box_element 
{
    width: 270px; 
    height: 152px; 
    float: left;    
}
.light_background
{
    background-image: url('../../../../../shared/images/default/sproom/box_element_light.gif');
}

.dark_background 
{
    background-image: url('../../../../../shared/images/default/sproom/box_element.gif');
}

.box_element div 
{
    padding: 10px;
}
.box_element h1
{
    font-size: 17px; 
    font-weight: normal;
    color: #676767;
    margin-top: 0px;
    margin-bottom: 5px;
}
.box_element .price
{
    font-size: 24px; 
    line-height: 30px;
    font-weight: bold;
    color: #676767;
    margin-top: 0px;
    margin-bottom: 5px;
}



/* Basic text */
h1
{
    font-size: 20px;
    color: #7F7F7F;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
h2
{
    font-size: 15px;
    color: #A5BE29;
    font-weight: bold;
    width: 325px;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    margin-bottom: 5    px;
}

h3
{
    font-size: 15px;
    color: #676767;
    text-align: left;
    font-weight: lighter;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
a:link, a:active, a:visited, a:hover 
{
    color: #A5BE29;
    text-decoration: none;
    border-bottom: 1px dotted #A5BE29;
}
a.small:link, a.small:visited, a.small:active, a.small:hover
{
    font-size: 11px;
    text-decoration: none;
}
.small
{
    font-size: 11px;
}
.error
{
    color: #ff0000;
}
#footer
{
    float: right;
    margin-top: 10px; 
    padding-right: 20px;
    font-size: 10px;
    color: #676767;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited
{
    color: #676767;
    text-decoration: none;
    border-bottom:1px dotted #676767;
}
/* buttons */
.sproom_button_large
{
    font-weight: bold;
    font-size: 13px;
    width: 108px;
    height: 26px;
    color: #ffffff;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    background-image: url('../../../../../shared/images/default/sproom/button_large.gif' );
    letter-spacing: 1px;
}

.sproom_button_xsmall
{
    font-weight: bold;
    font-size: 11px;
    width: 36px;
    height: 21px;
    color: #ffffff;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    background-image: url(        '../../../../../shared/images/default/sproom/button_xsmall.gif' );
    letter-spacing: 1px;
}
.sproom_button_small
{
    font-weight: bold;
    font-size: 11px;
    width: 66px;
    height: 21px;
    color: #ffffff;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    background-image: url(        '../../../../../shared/images/default/sproom/button_small.gif' );
    letter-spacing: 1px;
}

.sproom_button_large_bw
{
    font-weight: bold;
    font-size: 13px;
    width: 108px;
    height: 26px;
    color: #ffffff;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    background-image: url(   '../../../../../shared/images/default/sproom/button_large_bw.gif' );
    letter-spacing: 1px;
}

.sproom_button_xsmall_bw
{
    font-weight: bold;
    font-size: 11px;
    width: 36px;
    height: 21px;
    color: #ffffff;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    background-image: url(        '../../../../../shared/images/default/sproom/button_xsmall_bw.gif' );
    letter-spacing: 1px;
}
.sproom_button_small_bw
{
    font-weight: bold;
    font-size: 11px;
    width: 66px;
    height: 21px;
    color: #ffffff;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    background-image: url(        '../../../../../shared/images/default/sproom/button_small_bw.gif' );
    letter-spacing: 1px;
}

/* fieldset and legend */
fieldset
{
    border: 1px solid #E7E7DF;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
    color: #545454;
}

fieldset a
{
    font-size: 13px;
    color: #1E516C;
    text-decoration:none;
    border-bottom:1px dotted #1E516C;
}

fieldset.balance 
{
    font-size: 12px;
    text-align: center;
}

fieldset.balance span.amount 
{
    font-size: 18px;
    font-weight: bold;
}

legend
{
    color: #A5BE29;
    border-style: none;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    padding: 7px;

}

.legend_title
{
    vertical-align: middle;
}

/* infobox */
.infobox
{
    background-color: #F7F9EB;
    border-top: 1px solid #A5BE29;
    border-bottom: 1px solid #A5BE29;
    width: auto;
}


/* vertical menu items */
div.menuitem
{
    position: relative;
    padding-bottom: 10px;
}

div.menuitem a:link, div.menuitem a:visited, div.menuitem a:active
{
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    color: #000000;
    background-color: #ffffff;
    position: absolute;
    top: 1px;
    left: 20px;
    border: 0px;
}
div.menuitem a:hover
{
    text-decoration:none;
    border-bottom:1px dotted #000000;
    cursor: pointer;
    background-color: #F7F9EB;
}
div.menuitem img
{
    position: absolute;
    left: 0px;
    top: 0px;
}

.menu_item
{
    height: 30px; 
    border-bottom: 0px solid #A5BE29;
    vertical-align: middle;
    margin: 0px;
}
.menu_item_content  {
 padding-top: 6px;
}
    
.menu_item a, .menu_item a:visited, .menu_item a:active, .menu_item a:hover
{
    border: 0px;
    text-decoration: none;
    color: #000000;
}
/* FAQ style */
.faq_question
{
    color: #545454;
    font-weight: normal;
    font-size: 13px;
    width: 430px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-left: 2px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
}
.faq_answer
{
    border: 0px;
    width: 500px;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    position: relative;
}
.faq_answer_content
{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #676767;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    border: 0px;
    border-top: 1px solid #A5BE29;
    border-bottom: 1px solid #A5BE29;
    margin-left: 28px;
}

/* Services table */
table.services
{
    border: 0px solid #ADADAD;
}

table.services tr
{
    height: 40px;
}

table.services tr td
{
    border-bottom: 1px solid #ADADAD;
    vertical-align: middle;
    padding-left: 5px;
}

table.services td.header
{
    border-bottom: 5px solid #A5BE29;
    font-weight: bold;
    padding-left: 0px;
}

table.services tr.servicegroup_row td 
{
    background-color: #F7F9EB;
    font-variant: normal;
    font-weight: bold;
    font-size: 13px;
    padding-left: 0px;
}
