﻿body
{
    margin: 15px;
    font-family: Arial;
    font-size: small;
    background-color: #FFFFFF;
    color: #666666;
}

a
{
    color: #666666;
}

a:hover
{
    color: #999999;
}


h1, h2,h3, h4, h5, h6
{
    margin: 5px auto 5px auto;
    border-style: none none solid none;
    background-color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    color: #336699;
    border-bottom-width: thin;
    border-bottom-color: #336699;
}

h1
{
    font-size: x-large;
}

h2
{
    font-size: large;
}

h3
{
    font-size: medium;
}

h4
{
    font-size: small;
}

h5
{
    font-size: x-small;
}

h6
{
    font-size: xx-small;
}

p.blue
{
    color: #3366CC;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: #E0E0E0;
    padding: 10px;
    border-bottom: 1px #3366CC solid;
    border-top-color: #3366CC;
    border-top-style: solid; border-top-width: 1px
}



#container
{
    position: absolute;
    left: 50%;
    width: 900px;
    margin-left: -450px;
    top: 60px;
}

#displaywindow
{
    width: 680px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

#top_header
{
    background: #FFFFFF url(     "../images/titan_menu.png" );
    color: #D1D3D7;
    background-repeat: repeat-x;
    font-size: small;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 80px;
    border-bottom-style: solid;
    border-bottom-width: thick;
    border-bottom-color: #336699;
    font-family: Arial;
}

#top_header ul
{
    margin: 0px;
    float: right;
    list-style-type: none;
} 

#top_header li
{
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 0px;
} 

#top_header li a
{
    display: block;
    float: left;
    padding: 0px 10px 0px 10px;
    font-size: small;
    color: #FFFFFF;
}

#menu
{
    padding-right: 10px;
    padding-left: 5px;
}

#logo
{
    height: 50px;
    width: 100%;
}

#logo img
{
    border-style: none;
}

/* footer div formatting */

#footer
{ 
    font-size: xx-small;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #666666; 
    border-top-style: solid; 
    border-top-width: 1px;
    border-color: #666666; 
    
}


#footer ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
} 

#footer li
{ 
    margin: 0px; 
    padding: 0px 0px 0px 0px;
    color: #FFFFFF;
} 

#footer li a
{
    display: block;
    float: left;
    padding: 3px 10px 2px 10px;
    color: #FFCC00;
}

#footer p
{
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#adspace
{
    background-image: url(    "../images/SSGBanner.jpg" );
    background-repeat: no-repeat;
    height: 75px;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #999999;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}



#login_box
{
    width: 90%;
    position: relative;
    margin-left: 5%;
    left: 0;
    top: 0;
    margin-right: 5%;
    margin-bottom: 2%;
}

#login_info
{
    width: 90%;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
}

#login_existing
{
    position: relative;
    width: 44%;
    background-color: #FFFFFF;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
}

#login_new
{
    border: 1px #000000 ridge;
    position: absolute;
    top: 0;
    left: 50%;
    width: 38%;
    margin-left: 3%;
    margin-right: 3%;
    background-color: #E0E0E0;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
}

#login_email
{
    width: 90%;
    position: relative;
    margin-top: 10%;
    background-color: #BBD1FF;
    padding-left: 5%;
    padding-right: 5%;
}

#login_password
{
    position: relative;
    width: 90%;
    margin-top: 10%;
    background-color: #BBD1FF;
    padding-left: 5%; padding-right: 5%
}

#account_head
{
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
#account_footer
{
    position: relative;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

#account_info
{
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: x-small;
}

#account_contactinfo
{
    position: relative;
    top: 0;
    background-color: #E0E0E0;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    left: 0;
}

#account_address
{
    background-color: #CAFFFF;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#account_email
{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFFFCE;
}

#account_phone
{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
#account_userpermission
{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#accordionPanel
{
}

#barOne
{
    width: 217px;
    height: 160px;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #999999;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #999999;
}

#barTwo
{
    width: 218px;
    height: 160px;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #999999;
    
}

#barThree {
    width: 217px;
    height: 160px;
    border-left-style: dashed;
    border-left-width: 1px;
    border-left-color: #999999;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #999999;
}

/* Start of classes used in the edit account page */

#border ul
{
    margin: 0px; 
    padding: 0px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: small; 
    color: #FFF; 
    line-height: 30px; 
    white-space: nowrap;
}

#border li
{
    list-style-type: none;
    display: inline;
    background-color: #BECEEF;
    padding: 7px 10px;
}

#border li a:link
{
    color: #FFF;
}


#border li a
{
    text-decoration: none; 
    padding: 7px 10px; 
    color: #FFF;
}

#border li a:visited
{
    color: #CCC;
}

#border li a:hover
{
    font-weight: bold; 
    color: #FFF; 
    background-color: #3366FF;
}

.multiview_box
{
    position: relative;
    width: 95%;
    margin: 2.5%;
    top: 0px;
    left: 0px;
    font-size: small;
}

.multiview_menu_box
{
    position: relative;
    left: 0;
    top: 0;
}

.multiview_content_box
{
    position: relative;
    width: 70%;
    left: 0;
    margin-left: 15%;
    margin-right: 15%;
}

.multiview_panel_color
{
    color: #FFFFFF;
    background-color: #3366CC;
}

.multiview_heading_noborder
{
    border-style: none;
}
span.likeheading
{
    margin: 5px auto 5px auto;
    border-style: none none solid none;
    background-color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    color: #336699;
    border-bottom-width: thin;
    border-bottom-color: #336699;
    font-size: small;
}


/*End of classes used for edit account page */


.adbar
{
   /*
    border-style: none solid none solid;
    border-width: 1px;
    border-color: #C0C0C0;
    */
}

.centre
{
    margin-right: auto;
    margin-left: auto;
}

.right
{
    text-align: right;
    float: right;
}

.isospan
{
    margin: 3px;
    display: list-item;
    text-align: center;
    font-size: small;
}

.centre_button
{
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 10px; margin-bottom: 10px
}

.tinytext
{
    font-size: x-small;
}

.mission
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #336699;
	padding: 20px;
	background-color: #E0E0E0;
}

.treemenu
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999966;
    position: relative;
    top: 0px;
}

.disclaimer
{
    font-size: x-small;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gridbutton
{
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

.imagefloatright
{
    margin: 10px;
    float: right;
    clear: both;
}

.panelbottommargin

{
    margin-bottom: 10px;
}

ul.decimal
{
    list-style-type:   decimal;
}

.uledit
{
    margin: 5px;
    list-style-type: none;
}

.alert
{
    color: #FF0000;
    font-weight: bold;
    font-size: small;
}

.attention
{
    color: #686846;
    font-weight: bold;
}



.underline
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
}

.treemenuroot
{
    border: 1px groove #336699;
    background-color: #CCCCCC;
    background-repeat: repeat-x;
    color: #336699;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5px;
}


.hovertreemenu
{
    
}

.minimenu
{
    background-image: url(      '../images/titan_link.png' );
    background-repeat: repeat-x;
    color: #FFFFFF;
    width: 217px;
    height: 25px;
    margin-right: 2px;
    margin-left: 2px;
    font-weight: bold;
    text-decoration: none;
}



/* Form classes */

span.head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: left;
    color: #336699;
    font-weight: bolder;
}

span.contact
{
}

p.miniform
{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

p.minitext
{
    font-size: small;
    color: #808080;
    font-family: 'Gill Sans MT';
}

.margintopandbottom
{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Manual finder styles */



a.manualfinder
{
    text-decoration: none;
    color: #336699;
}

h3.manualfinder
{
    margin: 10px auto 20px auto;
    border-style: none none solid none;
    background-color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    color: #336699;
    border-bottom-width: thin;
    border-bottom-color: #336699;
}

h4.manualfinder
{
    margin: 10px auto 10px auto;
    border-style: none none solid none;
    background-color: #FFFFFF;
    font-family: Cambria;
    font-weight: bold;
    color: #336699;
    border-bottom-width: thin;
    border-bottom-color: #336699;
}

.accordionHeader
{
    border-style: none none solid none;
    border-width: 1px;
    border-color: #000000;
    padding: 5px;
    width: 665px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: medium;
}

.accordionHeaderSelected
{
    border-style: none none solid none;
    border-width: 1px;
    border-color: #000000;
    padding: 5px;
    width: 665px;
}

.accordionContent
{
    padding: 5px;
    width: 665px;
    height: 300px;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    font-family: Arial;
}


.classytext
{
    margin: 10px;
    font-size: small;
}


/* Configurator styles section */

.selectionheading
{
    font-family: Arial;
    font-size: medium;
    color: #336699;
}

.detaillistitem
{
    font-family: Arial;
    font-size: small;
    color: #666666;
    width: 100px;
    text-align: right;
}

.listitems
{
    font-family: Arial;
    font-size: small;
    color: #666666;
}

.minitext
{
    font-size: small;
    color: #808080;
    font-family: 'Gill Sans MT';
}

.colouredlistitem
{
    font-family: Arial;
    font-size: small;
    color: #336699;
}


/* Paging style for group page */


.pager
{
    display: block;
    text-align: center;
}

/* main page adlinks */

.heading
{
    border: 1px groove #336699;
    display: block;
    text-align: center;
    background-color: #C0C0C0;
    color: #336699;
    font-weight: bold;
    font-family: Arial;
}

.noline
{
    text-decoration: none;
}

/* Knowledgebase styles */

#kbhead
{
	position: relative;
	background-color: #BECEEF;
	height: 100px;
}

#kbtopics
{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

#kbsolutions
{
	position: relative;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	font-size: x-small;
	padding-bottom: 10px;
	padding-top: 10px;
}

#searchbyproduct
{
	position: absolute;
	width: 25%;
	top: 0;
	left: 0;
	padding: 5px;
}

#searchbycategory
{
	position: absolute;
	left: 27%;
	top: 0;
}

#searchbykeyword
{
	position: absolute;
	top: 0;
	width: 25%;
	left: 54%;
	padding: 5px;
}

#searchbutton
{
	position: absolute;
	top: 0;
	left: 81%;
	padding: 5px;
}