﻿/*
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Footer
  Navigation
  Headings
  Content Area
  Forms
  Clear  
  
  Unsorted Classes
  Unsorted Id's */
/* ---------- @ HTML Elements -----------*/
html
{
    font-size: 100%;
    margin: 0;
    padding: 0;
}

body
{
    font-size: 1em;
    line-height: 1.375em;
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #ccc;
    background: #FFFFFF url(../images/Tampax-background.jpg) repeat top center;
}

body a:link, a:active, a:visited
{
    text-decoration: none;
}

body a:hover
{
    text-decoration: underline;
}

:focus
{
    outline: 0;
}

ul
{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

li
{
    /*padding-left: 7px;
    margin-bottom: 5px;*/
}

p
{
    margin: 10px 0;
    padding: 0;
}









/* ---------- @ Page Structure -----------*/
#bodyContent
{
}

#header
{
    width: 800px;
    height: 192px;
    background: transparent url(../images/header.jpg) no-repeat top left;
    text-indent: -1000em;
    margin: 0;
    padding: 0;
}

#loginPanel
{
    border: 5px solid #70CDF8; /*padding: 12px 0px; /*width: 100%;*/ /*width: 775px;*/
    margin: 0 auto !important;
    width: 770px;
    background-color: #FFFFFF;
}

.bluebox
{
    border: 5px solid #70CDF8;
    background-color: #FFFFFF;
    padding: 5px;
}

#leftcol
{
    float: left;
    width: 210px; /*padding: 20px 17px 3px 13px;*/
    padding: 0 10px 0 0;
}

#maincontent
{
    min-height: 450px;
    padding: 0 10px;
}

#rightcol
{
    /*background-color: #fff; /*padding: 15px 10px 3px 0px;*/
    margin: 0;
    width: 550px;
    float: left;
    padding: 0 20px 0 10px;
}

#wrapper
{
    background: #01A4E7 url(../images/Tampax-web-background-2.jpg) no-repeat 0px 192px;
    color: #000;
    width: 800px; /*910px;*/
    margin: 0 auto !important;
    padding: 0;
}














/* ---------- @ Footer -----------*/
#footer
{
    padding: 10px;
    padding-top: 30px;
    font-size: 0.75em;
    color: #FFFFFF;
}
#footer a
{
    font-size: 1.0em;
    color: #FFFFFF;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
















/* ---------- @ Navigation -----------*/
#navbar
{
    padding: 12px 0px; /*width: 100%;*/ /*width: 775px;*/
    display: block;
    float: right; /*height: 33px;*/
    color: #FFFFFF;
}

#navbar ul
{
    margin: 0; /*padding: 5px;*/
    float: right;
    padding-right: 10px;
    padding-bottom: 10px;
}

#navbar li
{
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 11px;
}

#navbar li a
{
    /*font-weight: bold;*/ /*font-size: 0.75em;*/
    padding: 0; /*line-height: 1em;*/
    margin: 0;
    text-decoration: none;
    color: #FFFFFF;
}

#navbar li a:hover
{
    border-bottom: solid 6px #EC008C;
    cursor: pointer;
}

.navbarSelected
{
    border-bottom: solid 6px #EC008C;
}

.navbarUnSelected
{
    border-bottom: solid 6px transparent;
}

.hrPink
{
    color: #EC008C;
    background-color: #EC008C;
    height: 5px;
    border: 0;
    width: 220px;
}

.greyDate
{
    font-size: 0.675em;
    color: #999999;
    float: right;
}











/* ---------- @ Headings -----------*/
h1, h2, h3, h4, h5, h6
{
    margin: 0;
    margin-bottom: 0.375em;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.5em;
    color: #FFFFFF;
}

h3
{
    font-size: 1.125em;
    color: #EC008C;
}

h4
{
    font-size: 1.0em;
}

h5
{
    font-size: 0.875em;
}
















/* ---------- @ Content Area -----------*/
/*#HomeMainContent ul
{
    margin: 0 0 0 18px;
    padding: 0 0 8px 0;
}
*/
#HomeSidePanel
{
    float: left;
    width: 337px;
    background: #ec008c url(../static/images/pinkcurvetop2.gif) no-repeat top left;
    font-size: 0.75em;
    font-weight: bold;
}

#HomeSidePanelBottom
{
    background: transparent url(../static/images/pinkcurvebottom2.gif) no-repeat bottom left;
    padding: 5px;
}

#HomeMainPanel
{
    float: left;
    width: 500px;
    margin: 0 0 0 13px;
    font-size: 0.75em;
    font-weight: bold;
}

.panelSolid
{
    background-color: #F2F2F2; /*#05C7F2; /*#F288CD;*/
}

.ulInThisSection
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
}

.ulInThisSection li
{
    margin: 0;
    padding: 0;
    padding-bottom: 0.25em;
}

#countdown
{
    font-size: 1em;
    color: #05C7F2;
}









/* ---------- @ Forms -----------*/
.pinkbutton
{
    background-color: #ec008c; /*font-size: 1.25em;*/
    color: #fff;
}

.pinkbuttonLarge
{
    background-color: #ec008c;
    font-size: 1.4em;
    color: #fff;
    border:0;
    padding:5px;
}

.pinkText, .pinkText a, a.pinkText
{
    color: #ec008c;
}

.whiteLink, .whiteLink a
{
    color:#FFFFFF;
    text-decoration:none;
}

.whiteLink a:hover
{
    text-decoration:underline;
}


.errorMessage
{
    color: #02AFEB;
}

.blackText
{
    color: #000;
}

.blueLink
{
    color: #41BAEF;
    font-size: 0.875em;
    text-decoration: none;
}
.blueLink:hover
{
    text-decoration: underline;
}

.blueText
{
    color: #41BAEF;
    font-size: 1.0em;
}

#LoginBox td
{
    padding: 3px;
}








/* ---------- @ Float & Clear -----------*/
.clear_float
{
    clear: both;
}

.floatright
{
    float: right;
}

.floatleft
{
    float: left;
}














/* ---------- @ Unsorted Classes -----------*/
.Big
{
    /*font-size: 1.25em;*/
}

.header
{
    display: none;
}

.marginright
{
    margin-right: 10px;
}

.progressBar
{
    height: 15px;
    background-color: #fd0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.surveyQuestion
{
}

.surveyQuestionTitle
{
    /*font-size: 0.875em;*/
    font-weight: bold;
    padding: 10px 0 0 0;
}

.surveyQuestionOption
{
    /*font-size: 0.75em;*/
}

.surveyQuestionOption table
{
    /*font-size: 1em;*/
}

.surveyQuestionOptionHiLite
{
    background-color: #0ff;
}

.wizard
{
    margin: 0;
    padding: 0;
}

/* ---------- @ Unsorted Id's -----------*/
#progressBarBackground
{
    width: 350px;
    height: 15px;
    background-color: #fff;
    border: 2px solid #ccc;
    margin: 0;
    padding: 0;
}

#teamchallengecup
{
    float: right;
}

/****RATINGS*/
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating
{
    cursor: pointer;
    margin: 2em;
    clear: both;
    display: block;
}
div.rating:after
{
    content: '.';
    display: block;
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
}
div.cancel, div.star
{
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden;
}
div.cancel, div.cancel a
{
    background: url('../SimpleBlog/images/delete.gif') no-repeat 0 -16px;
}
div.star, div.star a
{
    background: url('../SimpleBlog/images/star.gif') no-repeat 0 0px;
}
div.cancel a, div.star a
{
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 0px;
}
div.star_on a
{
    background-position: 0 -16px !important;
}
div.star_hover a, div.star_live a:hover
{
    background-position: 0 -32px;
}
/* Read Only CSS */
div.star_readonly a, div.star_readonly a:hover
{
    cursor: default !important;
}
/* Partial Star CSS */
div.star
{
    background: transparent !important;
    overflow: hidden !important;
}
/* END jQuery.Rating Plugin CSS */

.BlogCommentInput
{
    width: 80%;
    height: 80px;
    border: 1px solid #ccc;
    padding: 10px;
}

object, embed{
	/*display:inline;*/
	margin:0 auto;
	padding:0;
}
#flashcontent{
	padding:0;
	margin:0;
	width:370px;
	height:249px;
	border: 5px solid #70CDF8;
    background-color: #FFFFFF;
}
