/******************************************************************************
MyPss Inc: Project and Document Management
http://www.MyPss Inc.com
Copyright (C) 2006 James Kern

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

MyPss Inc, Inc. and Praxis Inc, hereby disclaims all copyright
interest in the program 'MyPss Inc' written
by James Kern, Edward Kline, Ryan Gilfether, Ray Gorospe, Patrick Waddingham

06 September 2006
James Kern, President of MyPss Inc
Jack Chapman, President of Praxis
*****************************************************************************/
.Title {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; font-weight: bold}
.SubTitle {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; font-weight: bold}
.Body {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: normal;}
.smallblack { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 6pt; color: #555555; text-decoration: none}
.smallblue { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 8pt; color: #003366; text-decoration: none}
.smallwhite { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 8pt; color: #FFFFFF; text-decoration: none}
body,div,span,a,td{
font-family: Verdana, Helvetica, Arial, sans-serif;
}
.footer {font-family: Arial, Helvetica; font-size: 8pt; color: #808080; text-decoration: none}

 

input.login {
	width: 30%;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	border-color:#ffffff;
/*	width:300px;*/
}

table.login {
	background-color: #FFFFF5;
	width: 100%;
}

.login td {
	padding-top: 2px;
	font-size: 10pt;
}

div.waiting {
	background:url(../images/loading.gif) top left no-repeat;
	height:10px;
	border:0px solid green;
	width: 150px;
}
div.error {
	color:red;
	text-align:center;
	font-weight: bold;
	font-size: 8pt;
	height:20px;
width:300px;
}

.wrap0 {
  float:left;
/*  margin-left: 0px;
  margin-top: 0px;*/
  width: 320px;
  height:140px;
  /*background:url(../images/shadow.gif) right bottom no-repeat;*/
  }
.wrap1 {
  /*background:url(../images/shadow180.gif) no-repeat;*/
  }
.wrap2 {
  /*background:url(../images/corner_bl.gif) -16px 100% no-repeat;*/
  }
.wrap3 {
  padding:2px 6px 6px 2px;
  /*background:url(../images/corner_tr.gif) 100% -16px no-repeat;*/
  }
.box {
	padding: 10px;
	background: #FFFFFF;
	/*border: 1px solid;*/
	border-color:#ccc #999 #999 #ccc;
}
body.branded
{
	margin:0px;
	padding:0px;
}
body.branded #masthead {
	/*background-image: url(../images/header_background.gif);
	background-color: #9EC42A;*/
/*	background-image: url(../images/logo.jpg);*/
	background-repeat: no-repeat;
	height:60px;
	padding:10px 0px 10px 10px;
	text-align:left;
	color:#FFFFFF;
	font: 2em Arial;
	font-weight:bold;
	/*border-bottom:solid 2px #9EC42A;*/
}
#masthead a {
	display:block;
	margin: auto;
    color:#FFFFFF;
	width:100%;
	text-decoration: none;
}

body.branded .version
{
	font-size: 10pt;
	color: #007770;
}
body.branded #loginDiv
{
	margin-left: 0px;
	width:200px;
}

.javascript_warning
{
	color:red;
	font-weight: bold;
}

/*
body.branded .javascript_warning
{
	color:red;
	font-weight: bold;
}
*/
body.branded #jsWarning
{
	display: block;
	margin-left: 0px;
	clear: left;
}