/*
// Created by:   digitaldreamsdesign.net
// Client:       - editHere -
// Author: 			 Calciu Cosmin (DigitalDreamsDesign)
// Last update:  - 
// Supported by: digitaldreamsdesign.net
//							 digitaldreamsdesign.org
//							 digitaldreamsdesign.eu 
*/

/* CSS Style */
*
	{
		outline: none;
	}

.body
	{
		 margin: 0 0 0 0;
		 font-family: verdana;
		 background-color: white;
	}

#loginBox
	{
		background: #E1E1E1;
		font-size: 12px;
		border: 2px solid black;
	}

.gray_text
	{
		color: #454344;
		font-weight: bold;
	}

.orange_text
	{
		color: #F6720E;
		font-weight: bold;
	}

.textBoxes
	{
		width: 150px; 
		border: 1px solid #F6720E; 
		font-family: verdana; 
		font-size: 12px; 
		font-weight: bold; 
		text-align: center;
	}

.button
	{
		font-family: verdana; 
		font-size: 12px; 
		border: 1px solid black; 
		font-weight: bold; 
		background: white;
	}

.bodyLogIn
	{
		 margin: 0 0 0 0;
		 font-family: verdana;
	}

.textLoggedInProp
	{
		font-size: 12px;
		border-top: 2px solid orange;
	}

.welcome
	{
		color: black;
		font-weight: bold;
	}

.logout:link
	{
		color: black;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}
.logout:visited
	{
		color: black;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}
.logout:hover
	{
		color: black;
		text-decoration: underline;
		font-size: 12px;
		font-weight: bold;
	}
.logout:active
	{
		color: black;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}

.box
	{	
		background-color: #F6720E;
		font-size: 12px;
	}

.text
	{
		font-size: 12px;
		background-color: #EDEDED;
	}

.small_link:link
	{
		font-size: 10px;
		text-decoration: none;
		color: #F6720E;
	}
.small_link:visited
	{
		font-size: 10px;
		text-decoration: none;
		color: #F6720E;
	}
.small_link:hover
	{
		font-size: 10px;
		text-decoration: underline;
		color: #F6720E;
	}
.small_link:active
	{
		font-size: 10px;
		text-decoration: none;
		color: #F6720E;
	}

.background
	{
		background-color: #FFFFFF;
	}

.outerBorder
	{
		border: 2px solid black;
	}

.textBackground
	{
		background-color: #EDEDED;
	}

.menu_link:link
	{
		text-decoration: none;
		color: black;
	}
.menu_link:visited
	{
		text-decoration: none;
		color: black;
	}
.menu_link:hover
	{
		text-decoration: underline;
		color: black;
	}
.menu_link:active
	{
		text-decoration: none;
		color: black;
	}
	
#menuBigLink a:link
	{
		text-decoration: none;
		color: white;
	}
#menuBigLink a:visited
	{
		text-decoration: none;
		color: white;
	}
#menuBigLink a:hover
	{
		text-decoration: none;
		color: white;
	}
#menuBigLink a:active
	{
		text-decoration: none;
		color: white;
	}
h2
	{
		color:#003366;
		text-decoration:none;
		text-align: center;
	}
h3 
	{	
		color:#003366;
		text-decoration:none;
		text-align: center;
	}
