/* PAGE LAYOUT */
body {
	margin:0;
	padding:0;
	text-align:center;
}

#all {
	width: 780px;
	margin:auto;
}

#top {
	height: 66px;
}

#column {
	float:right;
	width: 130px;
	padding-top:20px;
	text-align:left;
}

#content {
	width:630px;
	text-align:left;
	padding: 10px 0px;
}

#content-tools {
	width:100%;
	text-align:left;
	padding: 10px 0px;
}

#foot {
	clear:both;
	padding:5px;
	text-align:center;	
	margin-bottom:10px;
}
#sub-foot {
	clear:both;
	padding:5px;
	text-align:center;	
	margin-bottom:10px;
}

/* APPEARENCE */

body, table {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	color: #E01F91;
}
a:hover {
	color:#999999;
}
a img {
	border:0;
}

body {
	background-image: url(../images/head-bg.gif);
	background-repeat: repeat-x;
}
#top {
	
}
#content {
	
}
#foot {
	font-size:10px;
	background-image: url(../images/foot-bg.gif);
	background-repeat: repeat-x;
	border: solid #CCC;
	border-width: 0 1px 1px 1px;
}

#column ul {
	margin-left: 0;
	list-style: none;
}
#column li {
	/*padding-left:12px;*/
	margin:0;
	padding:0;
}
#column a {
	text-decoration:none;
}
#column a:hover {
	
}
.menu-top {
	background: url(../images/menu-top.gif) no-repeat;
	vertical-align:top;
	text-align:center;
	color: #000;
	font-weight:bold;
}
.menu-body {
	background:url(../images/menu-body.gif) repeat-y;
}
.menu-foot {
	background:url(../images/menu-foot.gif) no-repeat;
}
.bodyblock-top {
	background: url(../images/bodyblock-top.gif) no-repeat;
	vertical-align:top;
	text-align:center;
	color: #FFF;
	font-weight:bold;
}
.bodyblock-body {
	background:url(../images/bodyblock-body.gif) repeat-y;
}
.bodyblock-foot {
	background:url(../images/bodyblock-foot.gif) no-repeat;
}
.bodyblocksmall-top {
	background: url(../images/bodyblocksmall-top.gif) no-repeat;
	vertical-align:top;
	text-align:center;
	color: #FFF;
	font-weight:bold;
}
.bodyblocksmall-body {
	background:url(../images/bodyblocksmall-body.gif) repeat-y;
}
.bodyblocksmall-foot {
	background:url(../images/bodyblocksmall-foot.gif) no-repeat;
}
p.tight {
	margin-bottom:4px;
}
.results-top {
	font-weight:bold;
	background: url(../images/results-head.gif) no-repeat;
	vertical-align:top;
	text-align:center;
	color: #E01F91;
	font-weight:bold;
}
.results-body {
	background:#FFE0EF url(../images/results-body.gif) bottom no-repeat;
	border-left: 1px solid #993366;
	border-right: 1px solid #993366;
}
.results-body hr {
	border: none 0;
	border-top: 1px dashed #993366;
	width: 95%;
	height: 1px;
}
.results-body a {
	font-weight:bold;
	text-decoration:none;
}
.results-foot {
	background:url(../images/results-foot.gif) no-repeat;
}
.search-top {
	font-weight:bold;
	background: url(../images/search-top.gif) no-repeat;
	vertical-align:top;
	text-align:center;
	color: #E01F91;
	font-weight:bold;
}
.search-top2 {
	background: url(../images/search-top2.gif) no-repeat;
}
.search-body {
	background:#FFF url(../images/search-body.gif) repeat-y;
}
.search-body hr, hr.dashed {
	border: none 0;
	border-top: 1px dashed #999999;
	width: 95%;
	height: 1px;
}
.search-foot {
	background:url(../images/search-foot.gif) no-repeat;
}
h1, h2, p {
	margin: 0 0 12px 0;
	padding: 0;
}
h1 {
	font:bold 16px Tahoma, Arial, Helvetica, sans-serif;
	color: #E01F91;
	border-bottom:1px dashed #DDD;
	padding: 3px 0;
}
h2 {
	font:bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #E01F91;
}

td, th {
	vertical-align:top;
}
.th-left {
	text-align: right;
	border-right: 1px solid #E01F91;
}
.th-top {
	text-align: left;
	color:#FFFFFF;
	background: #DC0079 url(../images/th-top-bg.gif) bottom repeat-x;
}
.th-top a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.icon {
	position:relative;
	top:2px;
	left: -3px;
}
.msg {
	font-weight: bold;
	padding-left: 16px;
	background:url(../images/error.gif) 2px 0 no-repeat;
}
.highlight1 {
	font-weight: bold;
}
.highlight2 {
	font-weight: bold;
	color: #E01F91;
	font-size: 14px;
	text-transform: uppercase;
}
.highlight3 {
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #E01F91;
}
.highlight4 {
	font-weight: bold;
	color: #E01F91;
}
hr {
	border-width: 1px 0 0 0;
	border-style:dashed;
	border-color:#CCCCCC;
	height: 0;
	margin-left: 0;
    margin-right:auto;
    width: 70%
}
.insert-right {
	float:right;
	padding: 0 0 0 10px;
	margin: 0;
	color:#FFFFFF;
}
.insert-left {
	float:left;
	padding: 0 10px 0 0;
	margin: 0;
	color:#FFFFFF;
}
.insert-top {
	background: url(../images/insert-top.gif) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.insert-body {
	background: #E01F91 url(../images/insert-body.gif) bottom no-repeat ;
	color:#FFFFFF;
}
.insert-body a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.insert-body ul {
	margin-left: 0;
	padding-left: 18px;
	list-style: url(../images/white-tick.gif);
}
.insert-bottom {
	background: url(../images/insert-bottom.gif) no-repeat;
}
.page_nums {
	text-align:center;
}
.bar {
	background: #DC0079 url(../images/th-top-bg.gif) bottom repeat-x;
}

/* Forms */

input {
	width: 200px;
	background-color:#EFEFEF;
	border:1px solid #DDD;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
input.small {
	width: 100px;
}
.image_button {
	position:relative;
	top:3px;
}
select {
	min-width:200px;
	background-color:#EFEFEF;
	border:1px solid #DDD;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
select.small {
	min-width: 100px;
	width: 100px;
}
textarea {
	width: 200px;
	height: 100px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color:#EFEFEF;
	border:1px solid #DDD;
}
textarea.code {
	font: "Courier New", Courier, mono;
	width:100%;
}
textarea .tall {
	height: 300px;
}
.button {
	width:auto;
	background-color: #DC0079;
	color:#FFFFFF;
}
.login_table {
	width: 400px;
	/*margin: auto;*/
}
#button_iframe {
	width: 100%;
	height: 70px;
	overflow-x:hidden;
	overflow-y:auto;
	border:1px solid;
	border-top-color:#666;
	border-right-color:#CCC;
	border-bottom-color:#CCC;
	border-left-color:#666;
}
.table-hover {
	background-color:#FEEDF7;
}
.noStyle {
	width: auto;
	min-width: 1px;
	height:auto;
	background-color:transparent;
	border:0;
}
.alt_line {
	background-color: #F5F5F5;
}
#ticker_container {
	cursor: pointer;
}

.boxed {
	background-color:#EFEFEF;
	border:1px solid #DDD;
}

/* TOOLS */

#content-tools div.scrolling	
{	
	overflow-x:scroll;
	overflow-y:hidden;
	width:640px;
	float:left; 
}
#content-tools .scrolling table, #content-tools .menu table { 
	width:100%; 
}
#content-tools .scrolling{ 
	overflow:auto; 
}
#content-tools .fixed td, #content-tools .fixed th, #content-tools .scrolling td, #content-tools .scrolling th { 
	white-space:nowrap; 
}
#content-tools .fixed th, #content-tools .scrolling th { 
	text-align:center; 
}
#content-tools .fixed { 
	float:right;
	width:70px; 
}
#content-tools .fixed table { 
	width:100%; 
}
#content-tools .fixed td, #content-tools .scrolling td { 
	text-align:left; 
	height:26px;  
}
#content-tools .menu
{ 
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC; 
}
#content-tools .menu td
{ 
	text-align:center;
	white-space:normal; 
}
#content-tools .form table
{ 
	width:100%;
	padding:4px; 
}
#content-tools .form table tr th
{ 
	vertical-align:middle;
	padding-right:10px; 
}
#content-tools  .odd_row { 
	background-color:#F0F0F0;
}

