
/*
body, html {
  background-color:#929292;
  text-align:center;
  font-family:arial;
  font-size:12px;
  background-image:url(/images/template/public/mainbg.gif);
  background-position:top;
  background-repeat:repeat-x;
  background-color:#000000;
  margin:0;
  padding:0;
}
*/



/*
 * Holds all of the main page and aligns it to the center
 */
#PageHolder {
  width:818px;
  margin:0 auto;
  padding:25px 0;
}


/*
 * Login bar and top menu
 */
#PageHolder #LoginBar {
  width:818px;
  height:30px;
  overflow:hidden;
}

#PageHolder #LoginBar #Holder {
  overflow:hidden;
  margin-top:6px;
}

#PageHolder #LoginBar #Holder #Menu {
  float:left;
  margin-left:30px;
  padding-top:1px;
}

#PageHolder #LoginBar #Holder #Menu a {
  font-size:12px;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration:none;
  padding-right:10px;
}

#PageHolder #LoginBar #Holder #Menu a:hover {
  color:#E0E0E0;
}

#PageHolder #LoginBar #Holder #Login {
  float:right;
  margin-right:30px;
  font-size:12px;
  font-weight:bold;
  color:#FFFFFF;
  margin-top:1px;
}

#PageHolder #LoginBar #Holder #Login input.text {
  vertical-align:top;
  font-size:10px;
  padding:1px 2px;
  background-color:#BFBFBF;
  border:1px solid #7E7E7E;
  margin:0;
}

#PageHolder #LoginBar #Holder #Login input.submit {
  vertical-align:middle;
  font-size:9px;
  padding:0 2px;
  background-color:#BFBFBF;
  border:1px solid #7E7E7E;
  margin:0;
  cursor:pointer;
}

/*
 * Logo below login bar
 */

#PageHolder #GradLeft {
  width:818px;
  background-image:url(/images/template/public/logogradleft.gif);
  background-position:left;
  background-repeat:repeat-y;
}

#PageHolder #GradLeft #GradRight {
  width:818px;
  background-image:url(/images/template/public/logogradright.gif);
  background-position:right;
  background-repeat:repeat-y;
  text-align:center;
}

#PageHolder #Logo {
  width:798px;
  margin:0px auto;
}


#PageHolder #Content {
  width:798px;
  margin:0 auto;
}

#PageHolder #Content #NavigationHolder {
  width:100%;
  height:23px;
  /*
  background-image:url(/images/template/public/navbg.gif);
  text-align:center;
  */
  overflow:hidden;
}

#PageHolder #Content ul#Navigation {
  height:23px;
  overflow:hidden;
  list-style:none;
  display:block;
  margin:0 auto;
  padding:4px 0;
  width:auto;
  text-align:center;
}

#PageHolder #Content ul#Navigation li {
  height:23px;
  display:inline;
  overflow:hidden;
}


/*
#PageHolder #ContentHolder #Content ul#Navigation li a {
  padding:4px 8px;
  font-weight:bold;
  font-size:12px;
  color:#a70101;
  text-decoration:none;
}
*/

/*
#PageHolder #ContentHolder #Content ul#Navigation li a:hover {
  color:#7f0a1b;
  text-decoration:underline;
}
*/

#PageHolder #Content ul#Navigation li a.HasBorder {
  background-image:url(/images/template/public/navbg.gif);
  background-position:top right;
  background-repeat:no-repeat;
}

#PageHolder #Content #ManageBar {
  height:45px;
  width:100%;
  background-image:url(/images/template/managebarbg.gif);
  background-repeat:repeat-x;
  overflow:hidden;

}

#PageHolder #Content #ManageBar #ProfileText{
  padding:10px 0 0 10px;
  overflow:hidden;
}

#PageHolder #Content #Page {
  width:100%;
}

#PageHolder #Content #Page #MainTable {
  width:100%;
}


#PageHolder #PageFooter {
  width:818px;
  padding-top:25px;
  background-image:url(/images/template/public/contentfooter.gif);
  background-position:top;
  background-repeat:no-repeat;
  margin-bottom:25px;
  color:#FFFFFF;
	text-align:center;
}

/* Content widget styles */

.SmallColumnHeader {
  color:#FFFFFF;
  background-color:#195f9d;
  padding:4px 7px;
  margin-bottom:5px;
  overflow:hidden;
  text-transform: uppercase;
}

.SmallColumnHeader .Text {
}

.SmallColumnContent {
  padding:5px 0;
}

.SmallColumnContent .Text {
  padding:3px;
  text-align:left;
  overflow:hidden;
}

.SmallColumnFooter {
}

.GroupCategoryLink {
  text-decoration:none;
  color:#333333;
}

.GroupCategoryLink:hover {
  text-decoration:underline;
  color:#000000;
}


  /* ######### Style for Drop Down Menu ######### */


#MemberNavHolder {
  background-image: url(/images/template/membernavbg.gif);
  padding-top: 0px;
  background-repeat: repeat-x;
  background-color:#d9d9d9;
  height: 32px;
}

#chromemenu{
width: 100%;
color: black;

}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#chromemenu ul{
  /*border: 1px solid #000000;*/

  width: 770px;
  /* background: url(chromebg.gif) center center repeat-x; Theme Change here*/
  margin-left: 0;
  padding-left: 0;
  margin: 0;
  float: left;
  font: bold 12px;
}


#chromemenu ul li{
  display: inline;
}


#chromemenu ul li a{
  float: left;
  color: #2b3942;
  padding: 4px 12px 4px 7px;
  text-decoration: none;
  font-weight:bold;
  /* border-right: 1px #000000 solid; */
  background: url(/images/template/membernavdivider.gif) center right no-repeat;
}

#chromemenu ul li a:hover{
  background: url(/images/template/membernavbghover.gif) center right repeat-x;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
  /*content: " v";*/
  /*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



.dropmenudiv{
  position:absolute;
  top: 0px;
  border: 1px solid #CCC; /*Theme Change here*/
  border-bottom-width: 0;
  border-color: #CCC;
  font:normal 12px;
  line-height:18px;
  z-index:100;
  background-color: white;
  width: 200px;
  visibility: hidden;
  margin-top:-3px;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a, .dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #CCC; /*Theme Change here*/
  padding: 1px 0;
  text-align: left;
  text-decoration: none;
  font-weight:bold;
  color: #444444 ! important;
}

.dropmenudiv a:hover{ /*Theme Change here*/
  background-color: #9ecae5;
  text-decoration: none;
  color: #444444 ! important;
}

.top_txt {

  padding-bottom: 5px;
  color: #FFF;
  font-weight: bold;
  }

.top_txt a {
  color: #FFF;
  }

/* MEMBER LINK NAVIGATION */

#modelNav {
  margin: 0px auto;
}

#modelNav ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#modelNav li {
  margin: 0 0 0.2em 0;
}

#modelNav a {
  font-weight: bold;
  display: block;
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #555555;
  width: 9.5em;
  padding: 0.2em 0.8em;
  text-decoration: none;
  margin: 0px auto;
}

#modelNav a:hover {
  background-color: #8dbfe0;
  color: #FFFFFF;
  border:1px solid #5B0000;
}

/*
A {
  color:#a40d23;
}

A:hover {
  text-decoration:none;
}
*/

.BlockTitle2 {
  font-size:16px;
  font-weight:bold;
  margin-bottom:5px;
  clear:both;
  verflow:hidden;
  color: #ac303d;
  text-align:left;
}


.padding {
	padding: 15px;
}

.Explorer {
	width: 100%;
	border: 2px solid #ccc;
	border-collapse: collapse;
}

.Explorer td {
	padding: 10px;
	border: 2px solid #ccc;	
	vertical-align: top;
}

.FolderList {
	width: 250px;
	border: 0;
}

.FileList {
	border: 0;
	width: 100%;
}

.FileList tr:hover {
	background-color: #eee;
}

.FolderList img, .FileList img {
	border: 0;
}
 
.FolderList th, .FileList th {
	text-align: left;
}
 
.FolderList td, .FileList td {
	padding: 1px;
	border: 0;
}
 
.FolderList td.Folder {
	background-image: url(/images/LibraryFolderList.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
 

a.folderOpen {
	background-color: #A40D23;
	padding: 3px;
	color: #FFF;
	display: block;
	float: left;
}

a.folderOpen:hover {
	color: #FFF;
}

a.folderClosed {
	padding: 3px;
	display: block;
	float: left;
}

.MainTable {
  border-collapse: collapse;
  border: 1px solid #8CB2E4;
  margin-left: 1px;
  width: 100%;
  font-size: 11px;
  color: #000;
}

.MainTable th {
  border-right: 1px solid #CCC;
  background-image: url(/templates/Default/images/admin360/SortableTableHeaderBG.gif);
  background-position: center;
  background-repeat: repeat-x;
  height: 24px;
  text-align: left;
  padding-left: 5px;
}

.MainTable th a {
  color: #000;
  font-weight: normal;
}

.MainTable td.firstTD {
  border-right: 1px solid #CCC;
}

.MainTable td {
  padding: 5px;
  border-right: 1px solid #DDD;
}

.MainTable th.sortable, .MainTable th.sortable-text, .MainTable th.sortable-sortFileSize,
.MainTable th.sortable-date, .MainTable th.sortable-keep,
.MainTable th.sortable-date-dmy, .MainTable th.sortable-numeric,
.MainTable th.sortable-currency, .MainTable th.sortable-sortByTwelveHourTimestamp,
.MainTable th.sortable-sortIPAddress, .MainTable th.sortable-sortEnglishLonghandDateFormat,
.MainTable th.sortable-sortScientificNotation, .MainTable th.sortable-sortImage {
 padding-right: 18px;
  cursor: pointer;
}

.MainTable th.sortable:hover, .MainTable th.sortable-text:hover, .MainTable th.sortable-sortFileSize:hover,
.MainTable th.sortable-date:hover, .MainTable th.sortable-keep:hover,
.MainTable th.sortable-date-dmy:hover, .MainTable th.sortable-numeric:hover,
.MainTable th.sortable-currency:hover, .MainTable th.sortable-sortByTwelveHourTimestamp:hover,
.MainTable th.sortable-sortIPAddress:hover, .MainTable th.sortable-sortEnglishLonghandDateFormat:hover,
.MainTable th.sortable-sortScientificNotation:hover, .MainTable th.sortable-sortImage {
 background-image: url(/templates/Default/images/admin360/SortableTableHeaderASC.gif);
  background-position: right;
  background-repeat: no-repeat;
}


.MainTable tr {
  border-bottom: 1px solid #CCCCCC;
}

.MainTable tr.alt {
  background-color: #F3F3F3;
}

.MainTable tr:hover {
  background-color: #FCE5BA;
}

.MainTable th.forwardSort, .MainTable th.forwardSort:hover{
  background-image: url(/templates/Default/images/admin360/SortableTableHeaderASC.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.MainTable th.reverseSort, .MainTable th.reverseSort:hover {
  background-image: url(/templates/Default/images/admin360/SortableTableHeaderDESC.gif);
  background-position: right;
  background-repeat: no-repeat;
}


