﻿.SuccessBox
{
  margin: 0 10px 10px 10px;
  padding: 10px;
  border: solid 1px #006400;
  background: #F0FFF0;
  border-color: #006400;
  color : #008000;
  line-height:10px;
}

.SuccessText
{
  color : Green;
  font-size : 12px;
  line-height:10px;
}

.ErrorBox
{
  margin: 0 10px 10px 10px;
  padding: 10px;
  border: solid 1px #dd3c10;
  background: #ffebe8;
  border-color: #dd3c10;
  color : #DC143C;
  line-height:10px;
}

.ErrorText
{
  color : #DC143C;
  font-size : 12px;
  line-height:10px;
}

.InfoBox
{
  margin: 0 10px 10px 10px;
  padding: 10px;
  border: solid 1px #dd3c10;
  color : #000000;
  border-color:#e2c822;
  background: #fff9d7;
  line-height:10px;
}

.InfoText
{
  color : #000000;
  font-size : 12px;
  line-height:10px;
  text-align: left;
}

.LoginBox
{
  margin: 0 10px 10px 10px;
  padding: 5px;
  border: solid 1px #CCCCCC;
  color : #000000;
  border-color:#CCCCCC;
  background: #F7F7F7;
  line-height:10px;
}

.LoginText
{
  color : #000000;
  font-size : 12px;
  line-height:10px;
}

.TextBox
{
  font-size : 11px;
  margin: 0px 0px 2px 0px;
  padding: 2px;
  border: solid 1px #CCCCCC;
  color : #000000;
  border-color:#CCCCCC;
  line-height:12px;
}

.Button
{
  font-size : 11px;
  font-weight :lighter;
  margin: 0 2px 2px 2px;
  padding: 2px;
  border: solid 1px #CCCCCC;
  color : #000000;
  border-color:#CCCCCC;
  line-height:12px;
}

.ButtonLogOut
{
	background: #ffebe8;
  font-size : 10px;
  font-weight :lighter;
  padding: 2px;
  border: solid 1px Red;
  color : Red;
  line-height:10px;
}

.Title
{
  font-size : 12px;
  margin: 1 10px 10px 10px;
  padding: 10px;
  border: solid 1px #dd3c10;
  color : #FFFFFF;
  border-color:Red;
  background: #6D84B4;
  line-height:15px;
  font-weight: bold;
}

.TitleJR
{
  font-size : 10px;
  font-family: Tahoma;
  margin: 1 10px 10px 10px;
  padding: 10px;
  border: solid 1px #dd3c10;
  color : #000000;
  background: #EEEEEE;
  line-height:15px;
  font-weight: bold;
}

.text
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: normal;
	font-size: 11px;
}

.box 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	border-collapse:collapse;
	width:110;
	border: 1px solid #000000;
}

.table
{
	margin: 0 10px 10px 10px;
	padding: 5px;
	border: solid 1px #CCCCCC;
	color : #000000;
	border-color:#CCCCCC;
	background: #F7F7F7;
	line-height:10px;
}

body {
  background: #FFFFFF;
  font-family: tahoma,"lucida grande", verdana, arial, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  text-align: left; 
  }
  
h1
{
	font-size: 13px;
	color: #333;
	margin: 1px;
	padding: 2px;
	height: 12px;
}

p 
{
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-align: left; 
	margin: 1px;
	padding: 1px;
	line-height: 10px;
}

h2 
{
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

.ddl
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	border-collapse:collapse;
	width:110;
	border: 1px solid #000000;
}