/* CSS Document */
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* classes for overall */
#idShell {
  width: 980px;
  overflow-y: auto;
  *height: 1;
  *overflow-y: visible;
  margin: 20px auto;
}
div#ModalBackground{
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  border: none;
  z-index: 1;
}
div#Dialog {
	width: 250px;
  text-align: center;
  vertical-align: middle;
  display: none;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*    advertisement styles   */
div#idBannerAd {
  margin-bottom: 7px;
  text-align: center;
  vertical-align: middle;
}
img.sky {
  margin-bottom: 7px;
}
img.box {
  margin-bottom: 7px;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*    main content styles   */
#idMainContainer {
  margin: 7px 0px;
  padding-left: 7px;
  padding-right: 7px;
  overflow: hidden;
}
/* below are used with #idMainContainer */
.WithGreenBG {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #e8eeae;
}
.WithSidebarOnly {
  background-image: url(/common/images/bg-with-sidebar.gif);
  background-repeat: repeat-y;
}
.WithNavOnly {
  background-image: url(/common/images/bg-with-nav.gif);
  background-repeat: repeat-y;
}
.WithNavAndSidebar {
  background-image: url(/common/images/bg-with-nav-sidebar.gif);
  background-repeat: repeat-y;
}
div.HideVerticalRules {
  width: 100%;
  height: 7px;
  clear: both;
  background-color: White;
  font-size: 10%;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
#idContent {
  overflow: hidden;
  _height: 1px;
  _overflow-y: visible;   
}
/* below are used to automaticaly set styles for #idContent */
#idMainContainer.WithGreenBG #idContent {
  width: 575px;
  margin: 0px auto;
  padding: 21px;
  background-color: White;
}
#idMainContainer.WithSidebarOnly #idContent {
  width: 762px;
}
#idMainContainer.WithNavOnly #idContent {
  width: 756px;
  margin-left: 208px;
  *margin-left: 205px;
}
#idMainContainer.WithNavAndSidebar #idContent {
  margin-left: 208px;
  width: 553px;
  *margin-left: 205px;
}
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*    sidebar styles   */
#idSidebar {
  float: right;
  width: 187px;
  overflow: hidden; /* overflow should be auto as commented out below, but, Safari needs it to be hidden to prevent scrollbars from showing */
  /*overflow-y: auto; */
  _height: 1px;
  _overflow-y: visible; 
  margin: 0px;
  padding: 0px 2px; 
  text-align: center; 
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*    general styles    */
table {
  margin: 0px;
}
td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}
p {
	text-align: left;
	margin-top: .6em;   /* note margin on TOP */
	margin-bottom: .6em  /* note margin on BOTTOM */
}
p.BottomOnly {
	margin-top: 0px;   /* note margin on TOP */
}
p.TopOnly {
	margin-bottom: 0px  /* note margin on BOTTOM */
}
a img {
	border: none;
	cursor: hand;
}
h1 {
}
h2 {
}
h3 {
}
h3 a {
}
h4 {
}
h5 {
}
h6 {
	margin: 0px;
}
ul {
	margin: 0px 0px 0px 1.2em;
	*margin: 0px 0px 0px 1.3em;
	padding: 0px;
	list-style: disc;
	list-style-position: outside;
}
ul li {
	margin: 0px;
	padding: 0px;
}
ol {
	margin: 0px 0px 0px .2em;
	*margin: 0px;
	padding: 0px;
	padding-left: 2.0em;
	*padding-left: 2.5em;
	list-style: decimal;
	list-style-position: outside;
}
ol li {
	margin: 0px;
	padding: 0px;
}
hr {
	margin: .6em 0px;
	height: 1px;
	border: none;
	background-color: #CCC;
	*height: 0px;
	*border: 1px solid #CCC;
	clear: both;
}
hr.Hidden {
	margin: 0px;
	*position: relative;
	*top: -.6em;	
	height: 1px;
	border: none;
	background-color: transparent;
	*height: -1.2em;
	*border-bottom: 1px solid transparent;
}
.Hidden {
  visibility: hidden;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* common styles */
.FloatRight {
	float: right;
	margin-right: 2px;
}
.FloatLeft {
	float: left;
}
.Bordered {
  border: 1px solid #CCC;
}
img.ProfileImage {
  border: 10px solid #e0edaf;
}
div.Image200 {
  width: 200px;
}

.LtGreenBox {
  background-color: #e0edaf;
}

.LtBlueBox {
  background-color: #d5e2e9;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* styles for forms */
form {
	margin: 0;
}
textarea {
	width: 400px;
	height: 120px;
  background-color: White;
  border: 1px solid #CCC;
}
input {
  background-color: White;
  border: 1px solid #CCC;
}
input.Text {
  width: 250px;
}
select {
  background-color: White;
  border: 1px solid #CCC;
}
select.Text {
  width: 250px;
}
button {
  cursor: hand;
}
.Image {
  margin: 5px 0em 0px -.6em;
  *margin: 0px -1.4em;
	background: transparent;
	border: none;
}
.AsText {
  margin: 0px;
	background: transparent;
	border: none;
	font-size: 116%;
	font-weight: bold;
}
.Button3D {
  margin-right: 10px;
  border: none ;
}

