﻿body
{
	text-align:center;
	font-family: Century Gothic, Verdana, Arial;
	font-size: 13px;
	color: white;
	background-color: #4B4B4B;
}

.mainContainer
{
	width:50%;
	text-align:center;
	margin:0 auto;
}

/* This a reference of the css equivalent of various .Net Styles. */
galleryStyleAttributes
{
	background-color:Black; /* Equivalent to .Net BackColor */
	border-color:Black; /* Equivalent to .Net BorderColor */
	border-style:ridge; /* Equivalent to .Net BorderStyle */
	border-width:thin; /* Equivalent to .Net BorderWidth */
	
	/* Equivalent to .Net Font */
	font-weight:bold; /* Equivalent to .Net Font > Bold */
	font-style:italic; /* Equivalent to .Net Font > Italic */
	font-family:Arial; /* Equivalent to .Net Font > Name and Font > Names */
	font-size:large; /* Equivalent to .Net Font > Size */
	text-decoration:overline line-through underline; /* Equivalent to .Net Font > Overline and Font > Strikeout and Font > Underline respectively */
	
	color:White; /* Equivalent to .Net ForeColor */
	height:auto; /* Equivalent to .Net Height */
	text-align:center; /* Equivalent to .Net HorizontalAlign */
	vertical-align:middle; /* Equivalent to .Net VerticalAlign */
	width:auto; /* Equivalent to .Net Width */
}

/***************************************************
 * ICBM Styles
 ***************************************************/

a:link 
{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover
{
	text-decoration: none;
	color: #EA138C;
}
a:active
{
	text-decoration: none;
	color: #FFFFFF;
}

.loginStatus a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.loginStatus a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
.loginStatus a:hover
{
	text-decoration: none;
	color: #EA138C;
}
.loginStatus a:active
{
	text-decoration: none;
	color: #FFFFFF;
}

table.main
{
	width:560px;
	height:570px;
	border:0;
	padding:0px;
	text-align:center;
	border-collapse: collapse;
}

td
{
	padding:0;
}

td.loginStatus
{
	text-align:right;
	color: #FFFFFF;
	font-size: 12px
}

td.mainMenu
{
	width: 135px;
}

td.mainTopLeft
{
	background-image:url(images/top_left.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 26px;
}

td.mainTopCenter
{
	background-image:url(images/top.gif);
	background-repeat: no-repeat;
	width: 383px;
	height: 26px;
}

td.mainTopRight
{
	background-image:url(images/top_right.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 26px;
}

td.mainMiddleLeft
{
	background-image:url(images/left.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 519px;
}

td.mainMiddleCenter
{
	background-image:url(images/background.gif);
	background-repeat: no-repeat;
	width: 383px;
	height: 519px;
}

td.mainMiddleRight
{
	background-image:url(images/right.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 519px;
}

td.mainBottomLeft
{
	background-image:url(images/bottom_left.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 25px;
}

td.mainBottomCenter
{
	background-image:url(images/bottom.gif);
	background-repeat: no-repeat;
	width: 383px;
	height: 25px;
}

td.mainBottomRight
{
	background-image:url(images/bottom_right.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 25px;
}

/*input[type="text"],
input[type="password"],
textarea,
select
{
	font-family: Century Gothic, Verdana, Arial;
	font-size: 13px;
	background-color:#FFFFFF;
	color: #4B4B4B;
	border:0;
	width:195px;
}*/

.membersField input, .functionsField input, textarea, select
{
	font-family: Century Gothic, Verdana, Arial;
	font-size: 13px;
	background-color:#FFFFFF;
	color: #4B4B4B;
	border:0;
	width:195px;
}

/*input[type="password"]
{
	font-family: Century Gothic, Verdana, Arial;
	font-size: 13px;
	background-color:#FFFFFF;
	color: #4B4B4B;
	border:0;
	width:195px;
}

textarea
{
	font-family: Century Gothic, Verdana, Arial;
	font-size: 13px;
	background-color:#FFFFFF;
	color: #4B4B4B;
	border:0;
	width:195px;
}

select
{
	font-family: Century Gothic, Verdana, Arial;
	font-size: 13px;
	background-color:#FFFFFF;
	color: #4B4B4B;
	border:0;
	width:195px;
}*/