/************************************************************/
/* Begin Global CSS Rules                                   */
/*----------------------------------------------------------*/

.statusMsg {
  margin: 0px 0px 15px 0px;
  padding: 5px 10px 5px 10px;
  color: #419F27;
  border: 1px solid #419F27;
}
.errorMsg {
  margin: 0px 0px 15px 0px;
  padding: 5px 10px 5px 10px;
  color: #CC1616;
  border: 1px solid #CC1616;
}
.warningMsg {
  margin: 0px 0px 15px 0px;
  padding: 5px 10px 5px 10px;
  color: #1616CC;
  border: 1px solid #1616CC;
}

a.blue:link, a.blue:visited {
  color: #02517A;
  text-decoration: none;
}
a.blue:hover {
  color: #02517A;
  text-decoration: underline;
}
a.white:link, a.white:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a.white:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
a.gray:link, a.gray:visited {
  color: #444444;
  text-decoration: none;
} 
a.gray:hover {
  color: #02517A;
  text-decoration: underline;
}

img {
  border: 0px;
}
img.imgBorder0 {
  padding: 0px !important;
  border: 1px solid #666;
}
img.imgBorder1 {
  padding: 1px !important;
  border: 1px solid #666;
}
img.imgBorder2 {
  padding: 2px !important;
  border: 1px solid #666;
}

ol.adminMainMenu {
} 
ol.adminMainMenu li {
  padding-bottom: 10px;
  font-size: 1.2em;
}
ol.adminMainMenu li .description {
  padding: 5px 0px 0px 10px;
  font-size: 0.8em;
}

hr {
  border: 0;
  color: #9E9E9E;
  background-color: #9E9E9E;
  height: 1px;
  width: 100%;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
}

.oddRow {
  background: #ffffff;
}
.evenRow {
  background: #cccccc;
}

form {
  display: inline;
}
legend {
  font-size: 1.2em;
  font-weight: bold;
}

input.inputText50 {
  width: 50px;
  padding: 2px 2px 2px 2px;
  font-family: inherit;
  font-size: inherit;
  color: #444444;
  border: 1px solid #aaaaaa;
}
input.inputText100 {
  width: 100px;
  padding: 2px 2px 2px 2px;
  font-family: inherit;
  font-size: inherit;
  color: #444444;
  border: 1px solid #aaaaaa;
}
input.inputText150 {
  width: 150px;
  padding: 2px 2px 2px 2px;
  font-family: inherit;
  font-size: inherit;
  color: #444444;
  border: 1px solid #aaaaaa;
}
input.inputText250 {
  width: 250px;
  padding: 2px 2px 2px 2px;
  font-family: inherit;
  font-size: inherit;
  color: #444444;
  border: 1px solid #aaaaaa;
}
input.inputText350 {
  width: 350px;
  padding: 2px 2px 2px 2px;
  font-family: inherit;
  font-size: inherit;
  color: #444444;
  border: 1px solid #aaaaaa;
}
input.inputTextFull {
  width: 100%;
  padding: 2px 2px 2px 2px;
  font-family: inherit;
  font-size: inherit;
  color: #444444;
  border: 1px solid #aaaaaa;
}
textarea.width300 {
  width: 300px;
  padding: 2px 2px 2px 2px;
  font-family: inherit;
  font-size: inherit;
  color: #444444;
  border: 1px solid #aaaaaa;
}
textarea.widthFull400 {
  width: 100%;
  height: 400px;
  padding: 2px 2px 2px 2px;
  font-family: inherit;
  font-size: inherit;
  color: #444444;
  border: 1px solid #aaaaaa;
}
textarea.widthFull50 {
  width: 100%;
  height: 50px;
  padding: 2px 2px 2px 2px;
  font-family: inherit;
  font-size: inherit;
  color: #444444;
  border: 1px solid #aaaaaa;
}
select {
  border: 1px solid #aaaaaa;
}

.managerHomeLinks {
  margin: 10px 0px 10px 0px;
  text-align: right;
}
.managerLinks {
  margin: 10px 0px 20px 0px;
}

.nowrap {
  white-space: nowrap;
}

.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

.moderationAlert {
  margin: 10px 0;
}
.moderationAlert span {
  padding: 2px 10px;
  font-weight: bold;
  background: yellow;
}

.pagination {
  display: block;
  margin: 10px 0 10px 0;
}
.pagination .paginationLeft {
  float: left;
  margin-left: 20px;
}
.pagination .paginationRight {
  float: right;
  margin-right: 20px;
}
.pagination .paginationRight .paginationPrev {
  display: inline;
  padding: 0 0 0 10px;
  background: url(../images/globalMgr/navArrowLeft.gif) no-repeat left 0.15em;
}
.pagination .paginationRight .paginationPage {
  display: inline;
  padding: 0 10px 0 10px;
}
.pagination .paginationRight .paginationNext {
  display: inline;
  padding: 0 10px 0 0;
  background: url(../images/globalMgr/navArrowRight.gif) no-repeat right 0.15em;
}

/*----------------------------------------------------------*/
/* End Global CSS Rules                                     */
/************************************************************/


/************************************************************/
/* Begin User Manager CSS Rules                             */
/*----------------------------------------------------------*/

table.loginForm {
  width: 450px;
  margin: 0px 0px 20px 0px;
  border-collapse: collapse;
}
table.loginForm tr {
}
table.loginForm tr td {
  margin: 0px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #666666;
}
table.loginForm tr td.intro {
  padding: 10px;
  background: #dddddd;
}
table.loginForm tr td.label {
  width: 40%;
  text-align: right;
}
table.loginForm tr td.field {
  width: 60%;
  text-align: left;
}
table.loginForm tr td.buttons {
  padding: 10px 0px 10px 0px;
  text-align: center;
}
.userMessage {
  font-size: 1.1em;
}

/*----------------------------------------------------------*/
/* End User Manager CSS Rules                               */
/************************************************************/


/************************************************************/
/* Begin Cotnent Manager CSS Rules                          */
/*----------------------------------------------------------*/

.contentEdit {
  float: right;
  padding-right: 10px;
}
.contentEdit a {
  width: 24px;
  height: 24px;
  background: url(../images/contentMgr/icon_edit.png);
}
.filterOption {
  margin: 0px 0px 20px 0px;
  padding: 10px;
  background: #EEEEEE;
  border: 1px solid #666666;
} 
.revisionHistoryBlock {
  padding: 8px 10px 8px 10px;
} 

/*----------------------------------------------------------*/
/* End Content Manager CSS Rules                            */
/************************************************************/


/************************************************************/
/* Begin Highlight Cotnent Manager CSS Rules                */
/*----------------------------------------------------------*/

.highlightEmbeddedDiv {
  margin: -10px 0 40px 0;
  padding: 10px 10px 10px 25px;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e3e3e3));
  background: -moz-linear-gradient(top, #f9f9f9, #e3e3e3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #aaaaaa;
  border-left: 12px solid #F28500;
}
.highlightEmbeddedDiv h1 {
  margin-bottom: 15px;
  font-size: 1.3em;
  line-height: 1.3;
}
.highlightEmbeddedDiv p {
  margin-bottom: 20px;
}

/*----------------------------------------------------------*/
/* End Highlight Content Manager CSS Rules                  */
/************************************************************/


/************************************************************/
/* Begin BBS Manager CSS Rules                              */
/*----------------------------------------------------------*/

table.bbsMsg {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
  border-top: 3px solid #aaaaaa;
}
table.bbsMsg td {
  padding: 5px;
  border: none;
}
table.bbsMsg td.title {
  padding: 10px 20px;
  font-weight: bold;
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
}
table.bbsMsg td.bottom {
  height: 5px;
  padding: 0;
  font-size: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #cccccc;
}
table.bbsMsg td.msg {
  padding: 10px 30px 30px 30px;
}
table.bbsMsg td.images {
  padding: 10px 30px 20px 30px;
}
table.bbsMsg td.images .imgBlock {
  padding: 0 0 20px 0;
}
table.bbsMsg td.images .imgBlock .imgThumb {
  padding: 0;
}
table.bbsMsg td.images .imgBlock .imgDesc {
  padding: 10px 0;
}
table.bbsMsg td.replies {
  padding: 0;
}
table.bbsMsg td.replies table.replyList {
  width: 100%;
  border-collapse: collapse;
  border-top: 3px solid #aaaaaa;
  border-bottom: 3px solid #aaaaaa;
}
table.bbsMsg td.replies table.replyList td {
  padding: 5px;
  border-bottom: 1px dotted #aaaaaa;
}
table.bbsMsg td.replies table.replyList td.replyOwner {
  width: 120px;
  color: #777777;
  background-color: #eeeeee;
}
table.bbsMsg td.replies table.replyList td.replyText {
  vertical-align: top;
  background-color: #ffffff;
}
table.bbsMsg td.replies table.replyList td.replySubPadding {
  width: 35px;
  vertical-align: top;
  color: #777777;
  background: #eeeeee url(../images/bbsMgr/down_right_arrow.gif) no-repeat 27px 5px;
}
table.bbsMsg td.replies table.replyList td.replySubOwner {
  width: 85px;
  vertical-align: top;
  color: #777777;
  background-color: #eeeeee;
}
table.bbsMsg td.replies table.replyList td.replySubText {
  padding-left: 30px;
  vertical-align: top;
  background-color: #ffffff;
}
table.bbsMsg td.replies table.replyList td.replyText table.commentReplyForm {
  width: 100%;
}
table.bbsMsg td.replies table.replyList td.replyText table.commentReplyForm td {
  border: none;
}
table.bbsMsg td.replies table.replyList td.replyText table.commentReplyForm td textarea {
  width: 100%;
  height: 50px;
  color: #555555;
  border: 1px solid #999999;
}
table.bbsMsg td.replyForm {
  padding: 20px 5px;
}
table.bbsMsg td.replyForm textarea {
  width: 100%;
  height: 80px;
  color: #555555;
  border: 1px solid #999999;
}

/*----------------------------------------------------------*/
/* End BBS Manager CSS Rules                                */
/************************************************************/
