/*
Filename:		NewStyles.css
Author:		    Jay Walter
Date:			Nov. 19, 2008
Description:	Contains new styles for CBGrad pages: Order 2, 3, & 4
Copyright 2008 TSF Consulting, Inc. All rights reserved.
**********************************************************************************************************************
Modifications:
Jay  11/18/2008  Order2 Styles
Jay  11/19/2008  Original
Jay  04/13/2009  Add NewItem class
Jay  04/22/2009  Add textBox and asterisk classes
Jay  01/05/2011  Add "AddtoNewStyles.css" (Styles from Photo Announcement pages)
Jay  02/28/2011  Various changes to OrderPhotoAnn.aspx styles (for IE7 issues)
Jay  05/04/2011  Changes to the drop-shadow styles for Order2Text.asp
Jay  07/26/2011  Changed Test Bar (.testBar) to be a corner ribbon instead of a banner across the whole page.
**********************************************************************************************************************
*/

:focus {
    outline: none;
}
body {
    overflow-x: hidden;
    margin: 0;
}
body, table, input, textarea, select, option {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
input, textarea, select, option {
	padding-left: 2px;
}
textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #999999 #cccccc #cccccc #999999;
	padding: 4px;
}
input[type="button"], input[type="submit"], .button { /*         //// Button */
	height: 24px;
	padding: 0px 20px 1px 20px;
}
input[type="text"], input[type="password"] { /*         //// Text box */
	border-width: 1px;
	border-style: solid;
	border-color: #999999 #cccccc #cccccc #999999;
	height: 17px;
	padding: 3px 0px 0px 4px;
}
/*
input[type="text"]:focus {                              //// Text box (focused) Doesn't work because some fields have custom borders/formatting
	border: solid 2px #00a8cc;
	height: 17px;
	padding: 3px 0px 0px 4px;
	margin: -1px;
}
*/
select { /*                                             //// Drop-down box */
	border-width: 1px;
	border-style: solid;
	border-color: #999999 #cccccc #cccccc #999999;
    padding: 2px 2px 2px 1px;
}
.subTitle { /* Field groups or headers */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}
.title1 { /* Field groups or headers */
	font-weight: bold;
}
.title2 { /* Field labels */	
}
.largeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.largerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.smaller { /* Small captions or foot-notes */
	font-size: 10px;
}
.fakeLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #00a8cc;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.fakeLinkHover {
	font-family: Arial, Helvetica, sans-serif;
	color: #33b9d6;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.style1 {
	color: #000000;
	line-height: 20px;
}
.NewItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
}
.asterisk {
	font-weight: bold;
	color: #cc0000;
}
/*
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #00a8cc;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #33b9d6;
	font-weight: bold;
	text-decoration: none;
}
*/
a, a:link, a:visited {
    /*font: normal 11px Tahoma;*/
    color: #00aacc;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:active {
    color: #0088aa;
}

.header {
    font: 18px Arial;
}
.subHeader {
    font: 14px Arial;
    margin: 0 0 10px 0;
}
.container {
	position: relative;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
}
#homeFooter, #homeFooter table {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	vertical-align: top;
	background-color: #ffffff;
}
#homeFooter a:link, #homeFooter a:visited, #homeFooter a:active {
	color: #00a8cc;
	font-weight: bold;
	text-decoration: none;
}
#homeFooter a:hover {
	color: #33b9d6;
	font-weight: bold;
	text-decoration: none;
}
#schoolNameHeader {
    color: #333333;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    height: 76px;
}
.testBar {
    position: fixed;
    font-size: 0;
    z-index: 1001;
    width: 150px;
    height: 150px;
    top: 0;
    right: 0;
    background: url(../images/testSystemFlag.png) no-repeat right top;
}
.globalDDBox {
    width: 160px;
    height: 23px;
    color: #666666;
    background-image: url(../Images/globatHat_ddBox.png);
    padding-left: 12px;
    cursor: default;
}
.globalDDBoxHover {
    width: 160px;
    height: 23px;
    color: #666666;
    background-image: url(../Images/globatHat_ddBox_hover.png);
    padding-left: 12px;
    cursor: pointer;
}
.globalDDBoxItem {
    color: #000000;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #e6e6e6;
    padding: 6px 9px 6px 9px;
    background-color: #ffffff;
    cursor: default;
}
.globalDDBoxItemHover {
    color: #ffffff;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #e6e6e6;
    padding: 6px 9px 6px 9px;
    background-color: #00a8cc;
    cursor: pointer;
}
.globalBalfourLink {}
.globalBalfourLink:link, .globalBalfourLink:visited, .globalBalfourLink:active {
    color: #666666;
    font-weight: normal;
}
.globalBalfourLink:hover {
    color: #666666;
    font-weight: normal;
    text-decoration: underline;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.ddBox_display {
    color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #999999 #cccccc #cccccc #999999;
	height: 20px;
	padding: 0px 21px 0px 4px;
    cursor: default;
    background-image: url(../Images/ddBoxArrow.gif);
    background-position: right 8px;
    background-repeat: no-repeat;
}
.ddBox_display:hover {
	height: 20px;
	padding: 0px 21px 0px 4px;
    background-color: #eeeeee;
    background-image: url(../Images/ddBoxArrow.gif);
    background-position: right 8px;
    background-repeat: no-repeat;
}
.ddBox_options {
    position: relative;
    left: 0px;
    top: 21px;
    width: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
    padding: 2px 0px 2px 0px;
    background-color: #ffffff;
}
.ddBox_options div {
    color: #000000;
    padding: 1px 4px 1px 4px;
    background-color: #ffffff;
}
.ddBox_options div:hover {
    background-color: #eeeeee;
}

/**********************************************************************************************************************/
/* Order2 Styles

/************************** Boxes **************************/

.whiteBox_t {
	background-image: url(../Images/More%20corners/white_outside.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.whiteBox_b {
	background-image: url(../Images/More%20corners/white_outside.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 100%;
}
.whiteBox_l {
	background-image: url(../Images/More%20corners/white_outside.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0 0;
}
.whiteBox_r {
	background-image: url(../Images/More%20corners/white_outside.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 100% 0;
}
.whiteBox_bl {
	background-image: url(../Images/More%20corners/white_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.whiteBox_br {
	background-image: url(../Images/More%20corners/white_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.whiteBox_tl {
	background-image: url(../Images/More%20corners/white_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.whiteBox_tr {
	background-image: url(../Images/More%20corners/white_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
}
.goldBox_t {
	background-image: url(../Images/More%20corners/gold_outside.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.goldBox_b {
	background-image: url(../Images/More%20corners/gold_outside.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
.goldBox_l {
	background-image: url(../Images/More%20corners/gold_outside.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
.goldBox_r {
	background-image: url(../Images/More%20corners/gold_outside.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
.goldBox_bl {
	background-image: url(../Images/More%20corners/gold_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.goldBox_br {
	background-image: url(../Images/More%20corners/gold_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.goldBox_tl {
	background-image: url(../Images/More%20corners/gold_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.goldBox_tr {
	background-image: url(../Images/More%20corners/gold_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
	color: #b96800;
}
/************************ End boxes ************************/
#AttentionContainer {
	z-index: 10;
	position: relative;
	top: -3px;
	left: 15px;
	visibility: visible;
	background-color: #FF0000;
}
#Attention {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	width: 420px;
	visibility: visible;
}
/************************ Drop-shadow box ************************/
#shadowT {
    background: url(../images/dropShadowImages/shadowT.png) repeat-x 0 0;
}
#shadowR {
    background: url(../images/dropShadowImages/shadowR.png) repeat-y 10px 0px;
}
#shadowB {
    background: url(../images/dropShadowImages/shadowB.png) repeat-x 0px 5px;
}
#shadowL {
    background: url(../images/dropShadowImages/shadowL.png) repeat-y 0 0;
}
#shadowTR {
    width: 20px;
    height: 20px;
    background: url(../images/dropShadowImages/shadowTR.png) no-repeat 0 0;
}
#shadowBR {
    width: 20px;
    height: 20px;
    background: url(../images/dropShadowImages/shadowBR.png) no-repeat 0 0;
}
#shadowBL {
    width: 20px;
    height: 20px;
    background: url(../images/dropShadowImages/shadowBL.png) no-repeat 0 0;
}
#shadowTL {
    width: 20px;
    height: 20px;
    background: url(../images/dropShadowImages/shadowTL.png) no-repeat 0 0;
}
.shadowedBox {
	border: solid 1px black;
	padding: 10px;
	background-image: url(../Images/dropShadowImages/transGradient.png);
}
/************************ End drop-shadow box ************************/

/* /////////////////////////////////////////// My ingenious fake buttons (on the Photo Announcment pages) //// */
 
a.blueBtn {
    display: inline-block;
    width: 56px;
    color: #ffffff;
    font: 12px Arial;
    text-align: center;
    font-weight: bold;
    border: solid 1px #007799;
    border-color: #0088aa #007799 #006688 #007799;
    border-radius: 3px;
    text-shadow: 1px 1px 0px #007799;
    background: #00b5d4 url(../Images/btnBg.png) 0 0;
    padding: 4px 8px 4px 8px;
    cursor: pointer;
}
a.blueBtn:hover {
    color: #ffffff;
    background-color: #11ccee;
}
a.greyBtn, a.disabledBtn {
    display: inline-block;
    width: auto;
    color: #666666;
    font: 12px Arial;
    text-align: center;
    font-weight: bold;
    border: solid 1px #cccccc;
    border-color: #cccccc #b2b2b2 #999999 #b2b2b2;
    border-radius: 3px;
    text-shadow: none;
    background: #ffffff url(../Images/btnBg.png) 0 0;
    padding: 4px 8px 4px 8px;
    cursor: pointer;
}
a.disabledBtn {
    cursor: default;
    color: #999999;
}
a.greyBtn:hover {
    color: #555555;
    border-color: #bbbbbb #a2a2a2 #888888 #a2a2a2;
    background: #eeeeee url(../Images/btnBg.png) 0 0;
}
a.blueBtn.large {
    width: auto;
    padding: 6px 36px 6px 36px;
}
a.greyBtn.large {
    padding: 6px 12px 6px 12px;
}
a.disabledBtn.large {
    padding: 6px 36px 6px 36px;
}
.toolboxBtn {
    border: solid 1px #000000;
    border-radius: 3px;
    background: #00b5d4 url(../Images/btnBg.png) 0 0;
    padding: 0;
    cursor: pointer;
}
.toolboxBtn:hover {
    background-color: #11ccee;
}
.toolboxBtnDisabled {
    display: inline-block;
    border: solid 1px #333333;
    border-radius: 3px;
    background: #777777 url(../Images/btnBg.png) 0 0;
    padding: 0;
}

/* /////////////////////////////////////////////////////////////////////// Progress Bar Tabs //// */

.tab {
    /* Color needs to get its value from the school record
    color: #ffffff; */
    white-space: nowrap;
    height: 30px;
	cursor: pointer;
}
.tab .l {
    float: left;
    height: 30px;
    width: 4px;
    background: url(../Images/tab_l.png);
}
.tab .r {
    float: right;
    height: 30px;
    width: 4px;
    background: url(../Images/tab_r.png);
}
.tab .mid {
    font: 12px Arial;
    height: 23px;
    background: url(../Images/tab_mid.png);
    margin: 0 4px 0 4px;
    padding: 7px 16px 0 16px;
}
.tab:hover .l {
    background: url(../Images/tab_l_hover.png);
}
.tab:hover .r {
    background: url(../Images/tab_r_hover.png);
}
.tab:hover .mid {
	background: url(../Images/tab_mid_hover.png);
}
.tabThere {
    color: #000000;
    white-space: nowrap;
    height: 30px;
	cursor: default;
}
.tabThere .l {
    float: left;
    height: 30px;
    width: 4px;
    background: url(../Images/tabActive_l.png);
}
.tabThere .r {
    float: right;
    height: 30px;
    width: 4px;
    background: url(../Images/tabActive_r.png);
}
.tabThere .mid {
    font: bold 12px Arial;
    height: 23px;
    background: #ffffff;
    margin: 0 4px 0 4px;
    padding: 7px 16px 0 16px;
}
.tabDiv { /* Tab division */
    width: 1px;
    background: url(../Images/tabDiv.png);
}
.tabLeftovers {
    background: url(../Images/headerBgShad.png) repeat-x 0 bottom;
}

/**********************************************************************/

.tabBottom {
    /* Color needs to get its value from the school record
    color: #ffffff; */
    white-space: nowrap;
    height: 30px;
	background: url(../Images/tabBottom.png);
	padding: 0 20px 0 20px;
	cursor: pointer;
}
.tabBottom:hover {
	background-image: url(../Images/tabBottom_hover.png);
}
.tabBottom:active {
}
.tabBottom .mid {
    font: 12px Arial;
}
.tabThereBottom {
    color: #000000;
    white-space: nowrap;
    height: 30px;
	cursor: default;
}
.tabThereBottom .l {
    float: left;
    height: 30px;
    width: 4px;
    background: url(../Images/tabActiveBottom_l.png);
}
.tabThereBottom .r {
    float: right;
    height: 30px;
    width: 4px;
    background: url(../Images/tabActiveBottom_r.png);
}
.tabThereBottom .mid {
    font: bold 12px Arial;
    height: 23px;
    background: #ffffff;
    margin: 0 4px 0 4px;
    padding: 7px 16px 0 16px;
}
.tabDivBottom {
    width: 1px;
    background: url(../Images/tabDivBottom.png);
}
.tabLeftoversBottom {
    background: url(../Images/footerBgShad.png) repeat-x 0 top;
}

/* ///////////////////////////////////////////////////////// Other CSS //// */

#exOrderCon {
    position: relative;
    height: 0px;
    width: 0px;
}
#exOrder {
    position: absolute;
    z-index: 20;
    color: #ffffff;
    text-align: left;
    top: 15px;
    left: 0px;
    width: 200px;
    background-color: #0098c4;
    padding: 10px 0 10px 0;
}
#exOrder a, #exOrder a:link, #exOrder a:visited, #exOrder a:active {
    display: block;
    padding: 2px 15px 2px 15px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}
#exOrder a:hover {
    color: #ffffff;
    background: #00bbee;
}
#headerUpdateBtn {
    height: 20px;
    background: url(../Images/blueBtn_tile.gif);
    cursor: pointer;
}
#headerUpdateBtn:hover {
    background: url(../Images/blueBtn_tile_hover.gif);
}
.photoAnnLayoutIcon {
    display: inline-block;
    width: 88px;
    height: 62px;
    margin: 0 10px 0 0;
    background-position: -1px -1px;
    border: solid 1px #999999;
    border-radius: 3px;
}
.photoAnnLayoutIcon:hover {
    width: 86px;
    height: 61px;
    background-position: -2px -1px;
    border: solid 2px #999999;
}
.photoAnnLayoutIconSel {
    display: inline-block;
    width: 86px;
    height: 61px;
    margin: 0 10px 0 0;
    background-position: -2px -1px;
    border: solid 2px #00aacc;
    border-radius: 3px;
}
.photoAnnLayoutIconDisabled {
    width: 90px;
    height: 64px;
    background-color: #eeeeee;
    border-radius: 3px;
}
#expBtn, #expBtn2 {
    background: url(../Images/expBtnBg.gif);
    border: solid 1px #cccccc;
    border-color: #b2b2b2 #999999 #b2b2b2 #cccccc;
    border-radius: 0 3px 3px 0;
}
#expBtnArrow, #expBtnArrow2 {
    width: 14px;
    height: 9px;
    background: url(../Images/expBtnArrowR.gif) no-repeat 5px 0;
}
.colorCombo {
    position: relative;
}
.colorCombo .sec {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    background: url(../Images/colorComboBoxBg.png) no-repeat 0 0;
}
.colorCombo .prim {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../Images/colorComboBoxBg.png) no-repeat 0 0;
    z-index: 1;
}
.colorCombo:hover > * {
    background: url(../Images/colorComboBoxBg_hover.png) no-repeat 0 0;
}
.colorCombo.sel > * {
    width: 26px;
    height: 26px;
    border: solid 2px #00aacc;
    background: none;
}

/* // Style for Order2 "Add..." buttons // */
#addDeg {
    padding: 10px 0 10px 0;
}
#addCer > td {
    color: #000000;
    padding: 15px 0 10px 0;
}

/* ////////////////////////////////////////////////////////////// Home page slideshow styles //// */

#slides > div {
    position: absolute;
    top: -304px;
    left: -590px;
    width: 590px;
    height: 304px;
}
#slide01 {
    background: url(../images/slideshow/001.jpg) no-repeat 0 0;
}
#slide02 {
    background: url(../images/slideshow/005.jpg) no-repeat 0 0;
}
#slide03 {
    background: url(../images/slideshow/002.jpg) no-repeat 0 0;
}
#slide04 {
    background: url(../images/slideshow/003.jpg) no-repeat 0 0;
}
#slide05 {
    background: url(../images/slideshow/004.jpg) no-repeat 0 0;
}
