* {
	font-family: Times, Arial, Helvetica;
	font-size: 14px;
}

body {
	padding: 0px;
	margin: 0px;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #dd7800;
	text-decoration: underline;
}

h2 {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Times, Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #660000;
}

.size_limit {
	width: 900px;
	text-align: left;
}

#crusaderTxt {
	padding-left: 7px;
	padding-bottom: 5px;
	font-size: 12px;
	font-style: italic;
}

#tributeTxt {
	color: #660000;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	margin-top: 40px;
}

#snd_box {
	border: 1px solid transparent;
	cursor: pointer;
	width: 75px;
}

#snd_text {
	color: #575757;
	font-size: 11px;
	text-align: right;
}

#gallery a {
	color: #575757;
	text-decoration: none;
}

#gallery a:hover {
	color: #1c4278;
	text-decoration: underline;
}

#glinks_box {
	margin-bottom: 10px;
	font-size: 12px;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	color: #575757;
}

#glinks nobr, #glinks b {
	font-size: 12px;
	color: #898989;
}

#glinks a {
	font-size: 12px;
}

#clearTabs {
	position: relative;
	top: -1px;
	border-top: 1px solid #d2d2d2;
	margin-bottom: 15px;
	clear: both;
	z-index: -1;
}

#tabs {}

#tabs a {
	display: block;
	float: left;
	padding: 8px 12px 6px 12px;
	margin-left: 5px;
	border: 1px solid #d2d2d2;
	background: #f8f8f8;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #660000;
	cursor: pointer;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	-webkit-box-shadow: inset 0px -3px 10px -2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -3px 10px -2px rgba(0,0,0,0.15);
	box-shadow: inset 0px -3px 10px -2px rgba(0,0,0,0.15);
}

#tabs a:hover {
	background: #efefef;
}

#tabs a:first-child {
	margin-left: 8px;
}

#tabs a.selected {
	border-bottom: 1px solid #fff;
	background: #fff;
	cursor: default;
	
	-webkit-box-shadow: inset 0px 3px 10px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 3px 10px -2px rgba(0,0,0,0.1);
	box-shadow: inset 0px 3px 10px -2px rgba(0,0,0,0.1);
}

#submitBtn {
  background: #349be0;
  background-image: -webkit-linear-gradient(top, #349be0, #1f668f);
  background-image: -moz-linear-gradient(top, #349be0, #1f668f);
  background-image: -ms-linear-gradient(top, #349be0, #1f668f);
  background-image: -o-linear-gradient(top, #349be0, #1f668f);
  background-image: linear-gradient(to bottom, #349be0, #1f668f);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  text-shadow: 1px 1px 0px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 10px 8px 10px;
  border: solid #6b6b6b 1px;
  text-decoration: none;
}

#submitBtn:hover {
  background: #e67722;
  background-image: -webkit-linear-gradient(top, #e67722, #9c5414);
  background-image: -moz-linear-gradient(top, #e67722, #9c5414);
  background-image: -ms-linear-gradient(top, #e67722, #9c5414);
  background-image: -o-linear-gradient(top, #e67722, #9c5414);
  background-image: linear-gradient(to bottom, #e67722, #9c5414);
  text-decoration: none;
}
