/* Site Colors */
/* Light pink - mistyrose -     #FFE4E1  */
/* Pink -     #FFC0CB  */
/* Dark Red - Maroon -      #800000  */
/* Darkest Red -  #660000   */

body {
	background-color: #333333 !important;
}

.container {
	background-color: #FFFFFF;
}

h1 {
	background-color: #FFC0CB;
	display: block;
	height: 70px;
}

h2 {
	color: #800000 !important;}

#menu {
     background-color: #FFFFFF;
     background-image: url("../images/gradient1.gif");
     background-repeat: repeat-x;
}

#collage {
	float: left;
	border: 10px solid #800000;
	margin-right: 10px;
	margin-bottom: 5px;
}

#menuContent {
	width: 90%;
	margin-left: 5px;
}

#menuList {
     list-style-type: none;
     margin-bottom: 60px;
     margin-top: 20px;
     padding-left: 0px;
     margin-left: 0px;
}

#menuList li {
     line-height: 3em;
}

a.menuLink {
     display: block;
     text-decoration: none;
     font-weight: bold;
     padding-top: 3px;
     padding-bottom: 3px;
     padding-left: 1px;
     color: #800000;
     width: 95%;
     font-size: 10pt;
     border-width: 0px;
     border-style: solid;
     margin-left: 5px;
}

a.menuLink:hover {
     border: 1px solid #800000;
     background-color: #FFE4E1;
     color: #800000;
     padding-top: 2px;
     padding-bottom: 2px;
     padding-left: 0px;
}



#footer {
	text-align: center;
}

#cardDesignWrapper, .center {
	text-align: center;
}

.revMsg {
	text-align: center;
	border: 1px solid #800000;  
}

.designerBorder {
	border: 1px solid #800000;
}

.down-10 {
	margin-top: 10px;
}

.tm {
	padding-left: 6px;
}

.fieldLabel {
	text-align: right;
}

.fieldLabelReq {
	color: #FF0000;
}

.right {
	text-align: right;
}

button, .submit {
	background-color: #FFE4E1;
	color: #800000;
}

table.designer {
        border-collapse: collapse;
        border: 1px solid maroon;
}

td.fieldValue {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   text-transform: none;
   color: maroon;
   border: 1px solid maroon;
   text-align: center;
}


TD.designerLink {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12pt;
   font-style: normal;
   font-weight: normal;
   text-transform: none;
   color: maroon;
   padding: 4px;
}

TD.designer {
   border: maroon solid 1px;
}

TH.designer {
   text-align: center;
   border: 1px solid maroon;
}

td.cardTextCell {
	padding: 0;
	margin: 0;
}

.img_frame {
	border: 1px solid #800000;
}

.sampleSummary {
	border: 1px solid #800000;
	margin-bottom: 10px;
}

.border1 {
	border: 1px solid #800000;
}

.planSelector {
	width: 300px;
}
	
.planButton {
	width: 220px;
	margin: 5px auto 5px;
}

.planNavButton {
	width: 135px;
	margin: 2px;
}
		
p.question {
	font-weight: bold;
}

#footer {
	margin-top: 10px;
}

#importTextArea {
	scroll: auto;
}

.left {
	text-align: left;
}

