﻿body
{
    font-family: "Trebuchet MS" , Tahoma, Arial, sans-serif;
    font-size: 10pt;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    text-align: center; 
    background-color: #f7f6f6;
    color: #222222;
    line-height: 1.6em;
}

#container
{
    /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    width: 949px;
     /* the auto margins (in conjunction with a width) center the page */
    margin: 0 auto;    
    border: 0px solid #000000;
    /* this overrides the text-align: center on the body element. */
    text-align: left;    
    z-index: 1;
    background-color: #908e8f;
    color: #222222;
}

a
{
    color: #fff;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #fec501;
}

a.white
{
    color: #fff;
    line-height: 1.8em;
}

p
{
    font-family: "Trebuchet MS" , "Lucida Sans Unicode" , "Lucida Grande" , "Lucida Sans" , Arial, sans-serif;
    color: #222222;
}

/*imported from dash commerce css */

table
{
    border-collapse: collapse;
    padding: 0px; /*display:block;*/
}


.textbox
{
    font-size: .9em;
    height: 1.4em;
}


.smalltextbox
{
    font-size: .75em;
    height: 1.2em;
    width: 20px;
}

.multilinetextbox
{
    width: 188px;
    height: 80px;
}

.largemultilinetextbox
{
    width: 350px;
    height: 150px;
}

.longmultilinetextbox
{
    width: 350px;
    height: 75px;
}

.longtextbox
{
    font-size: .75em;
    height: 1.2em;
    width: 200px;
}

.dropdownlist
{
    font-size: .7em;
    color: #5C5C5C;
}

th
{
    vertical-align: top;
}

td
{
    vertical-align: top;
    margin: 0px;
}

td.thin
{
    height: 30px;
    vertical-align: middle;
}

td.fat
{
    height:auto; 
    vertical-align: middle;margin: 5px 0px;
}

h1
{
    color: #fec501;
    font-size: 1.7em;
    letter-spacing: normal;
    margin-bottom: 3px;
    padding: 0px;
}

h2
{
    color: #fec501;
    font-size: 1.3em;
    line-height: normal;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    padding-left: 0px;
}

h3
{
    color: #fff;
    font-size: 1.4em;
    text-align: left;
    width: auto;
    font-weight: normal;
    margin: 0 0;
    padding: 0 0;
}

h3 a:hover
{
    color: #fec501;
    text-decoration: none;
}

h4
{
    color: #fff;
    font-size: 1.05em;
    text-align: left;
    width: auto;
    font-weight: normal;
    margin: 0 0;
    padding: 0 0;
}

h4 a:hover
{
    color: #fec501;
    text-decoration: none;
}


img
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    z-index: 101;
}

hr
{
    color: #ccc;
    height: 1px;
}


form
{
    margin: 0px;
    padding: 0px;
}

input, select
{
    font-size: 1em;
    font-family: Arial, Verdana;
    border: 1px solid #fec501;
}

textarea
{
    font-size: 9pt;
    font-family: 'Lucida Sans';
    border: 1px solid #c5c5c5;
    height: 164px;
    width: 292px;
}




.loadingbox
{
    width: 500px;
    height: 150px;
    border: 1px solid #ccc;
    background: #fff; /* background:#fff url(images/loading.gif) center center no-repeat;*/
    text-align: center;
    color: #646464;
    font-size: 1.1em;
    line-height: 1.4em;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -250px;
    z-index: 101;
}

.transparentDiv
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;    
    background: rgb(10, 10, 10);
    filter: alpha(opacity=25, style=0); 
    -moz-opacity:.25;
    opacity: 0.25;

}


.headlinks
{
    color: #111;
    font-weight: bold;
    font-size: small;
}


.footerlink
{
    font-family: Tahoma, Arial, sans-serif;
    letter-spacing: 0pt;
    font-weight: bolder;
}

.footerlink:hover
{
    color: #848383;
    text-decoration: underline;
}

#footer
{
    font-size: .8em;
    color: #888;
    padding: 10px 0px 40px 0px;
    bottom: 0;
    margin: 0px auto 0px auto;
    float: none;
    clear: both;
    text-align: right;
    height: 74px;
    width: 949px;
    position: relative;
    top: 0px;
    background: #f7f6f6 no-repeat;
    background-image: url('images/SPM-footer.png');
}

#footerbar
{
    width: 929px;
    background: transparent;
    height: 20px;
    text-align: right;
    margin: 12px 0px 5px 0px;
    padding: 0px 20px 0px 0px;
    color: #FFFFFF;
    border: none 0px #fff;
    font-weight: bolder;
    font-size: 1.2em;
}

#footertext
{
    padding: 0 20px 0 0px;
    font-size: 0.78em;
    letter-spacing: normal;
    line-height: 1.4em;
}


#header
{
    margin: 0px 0px 0px 0px;
    height: 253px;
    padding: 5px 0px 0px 5px;
    z-index: 2;
}

#headerimage
{
    position: relative;
    left: 365px;
    top: -81px;
    width: 291px;
    height: 171px;
}

#login
{
    position: absolute;
    top: 25px;
    right: 0px;
    color: white;
    width: 100%;
    text-align: center;
    margin: 0 0;
    padding: 0 0;
}

#menu
{
    position: relative;
    top: 19px;
    z-index: 200;
    left: 26px;
}


#mainwrapper
{
    padding: 0 0 5px 0;
    margin: 0px 0px 0px 0px;
    width: 949px;
    overflow: hidden;
    position: static;
    background-color: #828181;
    background-image: url('images/main_wrapper_back.png');
    background-repeat: repeat-x;
    z-index: 3;
}

#main
{
    /* background:#fff url(images/bg.gif) top left repeat-x;*/
    margin-left: 295px;
    padding: 0px 15px 0px 0px;
    top: 0px;
    z-index: 100;
    width: auto;
    overflow: visible;
    display: block;
    position: static;
}

#leftcolumn
{
    width: 270px;
    float: left;
    height: 570px;
    padding-bottom: 1500px; /* crazy css to make equal colums, see http://www.ejeliot.com/blog/61 */
    margin-bottom: -1500px;
}


.subtitle
{
    margin-top: 0px;
    margin-left: 100px;
    color: #c5c5c5;
    font-size: 1.3em;
    font-family: Arial,Helvetica;
}

#loginbox
{
    padding: 40px;
}

#loginboxwrapper
{
    background: url(images/login.png);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    height: 225px;
    width: 240px;
}
#leftbox
{
    float: left;
    margin: 15px;
}

#header_left
{
    position: relative;
    left: 20px;
    top: 50px;
    width: 153px;
    height: 151px;
    z-index: 99;
}

#header_right
{
    position: relative;
    width: 344px;
    height: 190px;
    bottom: 155px;
    left: 600px;
}



#newsfeed
{
    position: relative;
    z-index: 101;
    top: 104px;
    left: 46px;
    height: 139px;
    width: 196px;
    overflow: hidden;
    background-color: Transparent;
}

#newsimage
{
    width: 239px;
    height: 118px;
    position: relative;
    top: 75px;
    left: 20px;
}

#latestwork
{
    width: 270px;
    height: 380px;
    background-image: url('images/left_column.jpg');
    background-repeat: no-repeat;
}
/**Classes**/

.topText
{
    text-align: center;
    font-size: 8pt;
    margin: 0;
    color: #cccccc;
    background-color: #f7f6f6;
}

.Link
{
    color: GrayText;
    border: solid 1px Gray;
    background: #eee;
    width: 90%;
    padding: 2px 5px;
    margin: 0px 20px 10px 0px;
    font-size: 0.8em;
}

.Link a
{
    color: #646464;
}

.Link a:hover
{
    color: #646464;
    text-decoration: none;
}

.pagesummary
{
    font-size: 0.9em;
    color: inherit;
    bottom: 0;
    font-style: italic;
    font-family: arial;
    margin-bottom: 5px;
    width: 600px;
}


.buttonorange
{
    padding: 2px 0px 0px 0px;
    width: 90px;
    background: url('images/buttonOrange.png') no-repeat;
    height: 31px;
    text-align: center;
    letter-spacing: 0px;
    color: black;
    border: 0px solid #c5c5c5;
}

.buttonorange:hover, .buttonorange:active
{
    cursor: pointer;
    color: White;
}

.buttonblack
{
    padding: 2px 0px 0px 0px;
    width: 90px;
    background: url('images/buttonblack.png') no-repeat;
    height: 32px;
    margin: 0px;
    text-align: center;
    color: white;
    border: 0px solid #c5c5c5;
}

.buttonblack:active, .buttonblack:hover
{
    cursor: pointer;
    text-decoration: underline;
}

#leftnav
{
    background: url('images/leftnavback.png') no-repeat 0px 0px;
    width: 270px;
    height: 160px;
    padding-top: 18px;
}

.leftnavitem
{
    width: 205px;
    height: 20px;
    padding: 10px 10px 10px 55px;
}

.white
{
    color: #fff;
}

.grey
{
 color:#828181;
}

.headlinks
{
    color:#fff;
}

.headlinks:hover
{
    color:#fff;
}
    

/**Admin Styles**/

.Button
{
    padding: 7px 0px 0px 25px;
    width: 297px;
    background-image: url('images/on_off.gif');
    background-position: -322px 0px;
    height: 30px;
    margin-left: 0px;
    text-align: left;
    vertical-align: bottom;
    letter-spacing: 0px;
    margin-top: 0px;
    background-repeat: no-repeat;
    color: #000;
}

.Button:active, .Button:hover
{
    background-position: 0px 0px;
    cursor: pointer;
    color: White;
}

