/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved. 
'**************************************
'
*/

html, body {
	height: 99%;
}
body { 
	font-family: Comic Sans MS;
	background-color:#ccc;
	BACKGROUND: #eee url('AngelSmall.jpg') repeat-x repeat-y repeat-z;
	ALINK: #FFFF00;
	LINK: #00FFFF;
	VLINK: #33CCFF;
	TEXT: #FFFFFF
}

img { 
	border: 0;
}
td { 
	vertical-align: top;
}

div.header { 
	padding: 0px;
	text-align: center;
	font-family: Comic Sans MS;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #555;
	background: #eee url('AngelSmall.jpg') repeat-x repeat-y repeat-z;
	border: 0px solid #ddd;
}

div.footer {
  margin: 20px;
  text-align: center;
}

div#flashcontent {
	width:100%;
	height:80%;
}

centered {margin: auto}

TABLE.file-table {
	margin: auto;
	background-color:#d7dbdd;
	font-family: Comic Sans MS;
	font-size:16px;
	font-variant:
	small-caps;
	font-weight: bold;
}

TABLE.file-table TD {
	color:#5A666E;
	padding:2px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #AFB5B8;
	border-right:1px solid #AFB5B8;
}

TABLE.file-table TD a {
	color:#5a666e;
	text-decoration:none;
	font-weight:bold; 
}

TABLE.file-table TR.row2 {
	background-color: #E6E8E9;
}

TABLE.file-table TD.header-row {
	background-color: #39536B; 
	color: #FFF; 
	text-align: center;
	font-weight:bold;
	font-size: medium;
	border-top:1px solid #93A1AA;
	border-left:1px solid #93A1AA;
	border-bottom:1px solid #2F3B42;
	border-right:1px solid #2F3B42;
}
