body {
  background: white;
  
  font-family: verdana, arial, helvetica, sans-serif;
}

/*

  LOGIN PAGE ONLY

*/
#loginBoxWrapper {
  height: 100%;
  padding-top: 10%;
  text-align: center;
}

#loginBox {
  margin-left: auto;
  margin-right: auto;
  
  width: 506px;
  min-width: 506px;
  height: 298px;
  
  background-image: url(/_img/cust/loginBackground.jpg);
  background-repeat: no-repeat;
}

#loginBox form {
  padding-left: 115px;
  padding-top: 153px;
}

input#usernameInput {
width: 125px;
font-size: 16px;
font-weight: bold;
background: transparent;
border:0px;
}

input#passwordInput {
margin-top: 21px;
width: 125px;
font-size: 16px;
font-weight: bold;
background: transparent;
border: 0px;
}

button#loginSubmit {
margin-top: 13px;
width: 80px;
height: 40px;
background: transparent;
color: transparent;
border: 1px solid white;
}

/*

  BACKGROUND CONTAINER

*/
#backgroundContainerWidthEnforcer {
  min-width: 720px;
}

#backgroundContainerTile {
  width: 100%;
  background-image: url(/_img/cust/backgroundContainerTile.gif);
  background-repeat: repeat-x;
}
#backgroundContainerRight {
  background-image: url(/_img/cust/backgroundContainerRight.gif);
  background-repeat: no-repeat;
  background-position: top right;
}
#backgroundContainerLeft {
  background-image: url(/_img/cust/backgroundContainerLeft.jpg);
  background-repeat: no-repeat;
  background-position: top left;  
}


/*

  APPLICATION AREA

*/

#applicationArea {
  height: 575px;  
  padding: 12px;
}



/*

  Masthead and Greeting
  
*/


#mastheadGreeting {
  height: 60px;
  margin-bottom: 10px;
}
#mastheadGreeting img {
  float: left;
}
#mastheadGreeting #welcomeMessage {
  float: right;
  text-align: right;
  
  color: rgb(135,132,132);
}
#mastheadGreeting #welcomeMessage #welcomeMessageUser {
  font-size: 13px;
}
#mastheadGreeting #welcomeMessage #welcomeMessageCustomer {
  color: black; 
  font-size: 28px; 
  font-weight: bold;
}



/*

  Main Top Navigation

*/

#customerNav {
  margin-bottom: 8px;
  border-bottom: 1px solid rgb(220,219,219);
}
#customerNav img{
  border: 0;
}
#customerNav a{
  text-decoration: none;
}



/*
  h2
*/


h2 {
  margin: 0;
  margin-bottom: 10px;
}
h2 img {
  display: block;
}


/*
  
  Inner Controls (Pagination)
  
*/

#innerControls {
  margin-bottom: 20px;
}



/*

  Pagination

*/

#customerPagination {
  text-align: left;
  margin-bottom: 10px;
}
#customerPagination img{
  vertical-align: middle;
  border: 0;
}
#customerPagination span {
  font-size: 13px;
  font-weight: bold;
}
#customerPagination span.current {
  color: black;
}
#customerPagination span a {
  text-decoration: none;
  color: rgb(115,112,111);
}
#customerPagination span a:hover {
  text-decoration: none;
  color: rgb(238,0,0);
}


/*

  Thumbnail Pages

*/


#styleThumbnails{

}
.styleThumbFrame{
  float: left;

  width: 88px;
  height: 104px;
  
  margin-bottom: 8px;
  
  background-image: url(/_img/cust/thumbnailFrame.gif);
  background-repeat: no-repeat;
}
.styleThumbFrame img{
  display: block;
  width: 58px;
  height: 72px;
  margin-top: 16px;
  margin-left: 15px;

  border: 0;
}



/*

  PREVIEW BLOCK

*/
#previewBlockContainer {
  float: right;
  width: 315px;
  
  margin-left: 10px;
  margin-bottom: 100px;
 
}
#previewBlockTile {
  background-image: url(/_img/cust/previewBlockTile.gif);
  background-repeat: repeat-y;
}
#previewBlockBottom {
  background-image: url(/_img/cust/previewBlockBottom.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}
#previewBlockTop {
  background-image: url(/_img/cust/previewBlockTop.gif);
  background-repeat: no-repeat;
  background-position: top;  
}
#previewBlockContents {
  padding: 18px;
  text-align: center;
}
#previewImage {
  margin-bottom: 10px;
}
#previewImage img {
  display: block;
}
#previewControls {
  margin-bottom: 10px;
}
#previewControlsPulldown{
  margin-bottom: 10px;
}
#previewControls select {
  width: 275px;
}
#previewControlsButtons {
  height: 38px;
  min-height: 38px;
  margin-bottom: 10px;
}
#previewControlsButtons img{  
  border: 0;
}
#previewControlsInfo {
  clear: both;  
  border-bottom: 1px solid rgb(185,183,183);
  padding-bottom: 3px;
  text-align: left;
}
.previewControlsInfoLine {
  border-top: 1px solid rgb(185,183,183);
  padding-top: 3px;
  padding-bottom: 2px;
}
.previewControlsInfoLine img {
  vertical-align: middle;
}
.previewControlsInfoLine span {
  font-size: 14px;
  font-weight: bold;
  color: rgb(135,132,132);
}
