/*@charset "UTF-8";*/
/* CSS Document */

/* General */
html, body, p, ol, ul, dl, li, tr, td, form
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #303030;
	line-height: 1.3em;
	/*line-height: normal;*/
}

body
{
	margin: 2px;
	padding: 0;
}
/* Do something if small screen */
@media screen and (max-width:479px) 
{
	html, body, div, p, blockquote, ol, ul, dl, li, tr, td, form
	{
		color: #303030;
	}	
}


a
{
	color: #303030;
	text-decoration: none;
}

.footer
{
	font-size: 10px;
}

/* layout */
.outcell
{
	background:#ffffff;
	width: 100%;
	/*border: 1px solid #00FF00;*/
	overflow: hidden;
}

.midsub
{
	background:#ffffff;
	width: auto;
	border-top: 2px solid #C0C0C0;
	border-right: 2px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	border-left: 2px solid #C0C0C0;
}

.leftcell, .leftcell_last, .leftsub
{
	float:left;

	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 2px solid #000000;

	margin:0;
	padding:0;

	width: 70px;
	height: 145px;
}
.leftcell_last
{
	border-bottom: 2px solid #000000;
}
.leftsub
{
	border: 0;
	background: #DCDCDC;
	width: 50px;
	height: 55px;
}

.rightcell, .rightcell_last, .rightsub
{
	overflow:hidden;

	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 2px solid #000000;
				
	margin:0;
	padding:0;

	width: auto;
	height: 145px;
}
.rightcell_last
{
	border-bottom: 2px solid #000000;
}
.rightsub
{
	border: 0;
	background: #DCDCDC;
	height: 55px;
}

.topbanner 
{
	background: #064ff9;
	color: #FFFFFF;
	text-shadow: black 0.05em 0.05em 0.1em;
	font-weight: bold;
	width: 100%;
	height: 25px;
	padding: 5px 0 0 0;
	text-indent: 1em;
}

  .prod02col
  {
    padding: 2px 2px 2px 7px;
  }
  .prod02col a, a:hover
  {
    text-decoration: none;
  }
  .prod02tab
  {
    padding: 2px 2px 2px 7px;
    border-top: solid 1px #CCC;
  }
  .prod02tab a, a:hover
  {
    text-decoration: none;
  }

/* Text elements */
.pagetitle
{
	text-align: left;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 250px;
	height: 75px;
	background: url(images/logo_m.png) no-repeat top right;
}

.apptitle
{
	margin-top: 5px;
	font-size: 20px;
	color: #064ff9;
	text-shadow: gray 0.05em 0.05em 0.1em;
	font-weight: bold;
}

/******** Images ********/
/* Icon */
#fsicon
{
	border: none;
	margin: 0;
	padding 0;

	width: 48px;
	height: 48px;
	background: url(images/fs_dr_srv.png) 0 0;
}

#dricon
{
	border: none;
	margin: 0;
	padding 0;

	width: 48px;
	height: 48px;
	background:url(images/fs_dr_srv.png) -48px 0;
}

#srvicon
{
	border: none;
	margin: 0;
	padding 0;

	width: 48px;
	height: 48px;
	background:url(images/fs_dr_srv.png) -96px 0;
}

/* Buttons */
.buttongrn
{
	border: solid 1px #5a9259;
    clear: both;
    width: auto;
    height: 23px;
    background: url(images/grn1x23.png) repeat-x top left;
}
.buttonred
{
	border: solid 1px #925a59;
    clear: both;
    width: auto;
    height: 23px;
    background: url(images/red1x23.png) repeat-x top left;
}
.buttongrn a, .buttonred a
{
    color: #FFFFFF;
    text-align: center;
    padding: 2px 5px 0 5px;
    display: block;
    text-decoration: none;
}
.buttongrn a:hover, .buttonred a:hover
{
	color: #d0d0d0;
}

.buttonhome, .buttonhelp
{
	position: fixed;
	top: 2px;
	width: 20px;
	height: 20px;
}

.buttonhome
{
	right: 22px;
	background: url(images/home_m.png);
}
.buttonhelp
{
	right: 2px;
	background: url(images/help_m.png);
}
