@import url("menu.css");

@media screen
{
	.pagemaster {
		width: 100%;
		height: 100%;	
		background-color: #666666;
		background-image: url(images/scratches.gif); 
		margin: 0px 0px 0px 0px;
	}

	.skinmaster
	{
		background-color: #000000;
		padding: 0px 0px 0px 0px;
		vertical-align: top;
	}

	.skinobject
	{
		color: white;
	}

	/*-- cell containing login and register --*/
	.LoginTD
	{
		height:20px;
		vertical-align: top;
		color: white;
		padding: 0 17px 0 0;
		background-color: #000000;
	}
	
	.BannerTD
	{
		background-color: #000000;
	}

	.navbar
	{
		border: 0;
		padding: 0px 0px 0px 0px;
	}

	.controlpanel
	{	
		width: 800px;
	}

	.toppane
	{
		width: 100%;
		background-color: transparent;
		padding-left: 6px;
		padding-right: 4px;
		padding-top: 3px;
	}

	.leftpane
	{
		width: 175px;
		background-color: transparent;
		padding-left: 6px;
		padding-right: 4px;
		padding-top: 3px;
	}

	.contentpane
	{
		width: 100%;
		background-color: transparent;
		padding-left: 6px;
		padding-right: 4px;
		padding-top: 3px;
	}

	.rightpane
	{
		width: 175px;
		background-color: transparent;
		padding-left: 6px;
		padding-right: 4px;
		padding-top: 3px;
	}

	.bottompane
	{
		width: 100%;
		background-color: transparent;
		padding-left: 6px;
		padding-right: 4px;
		padding-top: 3px;
	}

	.StandardButton
	{
	  background: #7994cb none; 
	  color: #ffffff;
	  font-family: verdana, sans-serif; 
	  font-size: 11px;
	  font-weight: normal;
	}

	.Head
	{
	   font-family: Tahoma, Arial, Helvetica;
	   font-size:  18px;
	   font-weight: normal;
	   color: #333333;
	}

	/*-- textbox used for search --*/
	#dnn_dnnSEARCH_txtSearch.NormalTextBox
	{
		height:19px;
		background: white;
		width: 100px;
		color: black;
		padding: 4px 8px 0 0;
		border: 1px solid #FFFFFF;
		cursor:text;
	}
	
	#dnn_dnnSEARCH_Search
	{
		color: white;
	}

	#dnn_dnnSEARCH_cmdSearch
	{
		color: white;
	}

	#dnn_dnnSEARCH_optWeb
	{
		foreColor: white;
		color: white;
	}

	#dnn_dnnUSER_cmdRegister
	{
		color: white;
	}

	#dnn_dnnLOGIN_cmdLogin
	{
		color: white;
	}

	#dnn_dnnCOPYRIGHT_lblCopyright
	{
		color: white;
		font-weight: normal;
	}

	#dnn_dnnTERMS_hypTerms
	{
		color: white;
	}

	#dnn_dnnPRIVACY_hypPrivacy
	{
		color: white;
	}
	
	#footer {
		text-align:center;
		vertical-align:middle;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #000000;
		border-top-width: thin;
		border-top-style: solid;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
		background-position: center;
		height: 45px;
		border-top-color: #F0BA00;
		border-right-color: #F0BA00;
		border-bottom-color: #F0BA00;
		border-left-color: #F0BA00;
		line-height: 15px;
		margin: 0px;
	}
	
	.footer a:link
	{
		color:#FFFFFF;
		text-decoration: none;
	}

	.footer a:visited
	{
		color:#FF0000;
		text-decoration: none;
	}

	.footer a:hover
	{
		color:#FF0000;
		text-decoration: underline;
	}

	.footer a:active
	{
		color:#FFFFFF;
		text-decoration: none;
	}	
	
	.title
	{
		color: ##999999
		border:none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		background-image: url(/portals/_default/skins/TheBattAcademy/images/title_bckgrnd.jpg);
		background-repeat: repeat;
		text-transform: none;
	}
	
	.text {
		color:#000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-align: left;
		line-height: 18px;
	}
	.callout2
	{
		color:#FF0000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-style: oblique;
		font-weight: bolder;
		text-align: center;
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 5px;
		margin-left: 10px;
	}
	
	.titleheaders
	{
		font-family: Arial, Helvetica, sans-serif;
		background-color: #B21800;
		font-size: 14px;
		color: #FFFFFF;
		font-style: normal;
		font-weight: bold;
		text-align: center;
	}

	body a:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FF0000;

	}

	body a:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FF0000;
		text-decoration: underline;
	}


	body a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FF0000;
		text-decoration: underline;
	}


	body a:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FF0000;
		text-decoration: underline;

	}

	.parenthesis
	{
		text-align:center;
		margin-top:10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: italic;
		font-weight: bold;
		color: #000000;
	}
	
	.mission
	{
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		width: 800px;
	}

	a:link
	{
		color:#FF0000;
		text-decoration: underline;
	}

	a:visited
	{
		color:#FF0000
	}

	a:hover
	{
		color:#091521;
		text-decoration: underline;
	}

	a:active
	{
		color:#FF0000;
	}	
	
	.fpheaders
	{
		vertical-align:middle;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		text-align: left;
		margin: 0px;
		text-indent: 40px;
		background-image: url(/portals/_default/skins/mata/images/home_bartitle.jpg);
		background-repeat: no-repeat;
	}
	
	.picheader
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
	}

}

@media print
{
	.img
	{
		display:none;
	}
	
	.LoginTD
	{
		display:none;
	}	
	
	.LeftBorder
	{
		display:none;
	}
	
	.RightBorder
	{
		display:none;
	}
	
	.Top
	{
		display:none;
	}

	.Footer
	{
		display:none;
	}
}
