﻿/* CSS Document */

html, body
{
	        background:url(../images/bgd.gif);
background-repeat:repeat;

	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #550000;	

}

h1
{
	color:#990000;
	font-size:20px;
	padding:0px;
	margin:13px auto;
}

img
{
	border: 0px;
}


.error_message
{
	color:#DE6B07;
	background-color:#F9F9F9;
	font-weight: bold;	

}

#centered_container /* the top level div */
{
	
    background-image:url(../images/bgdg.gif);background-repeat:repeat;
	position:relative;
	width: 900px;/*needed?*/
	margin:0px auto;
	padding:0px;

    border: 1px solid #666666;
    border-top: 0px solid #666666;
}

#navigation /* second level */
{
    position:relative;

	/*background-image:url(../images/repeating_graphic_solid.gif);
	*/
	width:200px;
	height:100%;
	left:0px;
	top:0px;
	margin:0px;
	float:left;
	padding:0px;
	border-right: 1px solid #666666;


}

#someOtherDiv
{
clear:both;
width:100%;
}


#welcome_box
{
	position:relative;
	width: 280px;
	margin:0px auto;
	padding:10px;
	border: 0px solid #DD0000;
}

a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
	}

.nav_menu_text
{
    color:#CCCCCC;
    letter-spacing:-5.5px;
    word-spacing:0.1px;
    text-align:center;
    text-decoration:none;
    font-size: 3em;
    font-family:Arial;
    font-weight:bolder;
}
.nav_menu_text:hover
{
    color:#CCCCCC;
    letter-spacing:-5.5px;
    word-spacing:0.1px;
    text-align:center;
    text-decoration:none;
    font-size: 3em;
    font-family:Arial;
    font-weight:bolder;
}


#content_container /* second level */
{
background-image:url(../images/ball.gif);
background-repeat:repeat;
    float:left;
    position:relative;
    /* Width Should be inclusive off any borders */
    width: 679px;
    margin:0px;
    padding:10px;
    /*border: 3px solid #DD0000;*/
}

.content_square
{
	position:relative;
	margin:0px;
	padding:10px;
	border: 3px solid #DD0000;
}


.submitButton
{
    background-color:#FEFEFE;
    position:relative;
	margin:20px;
	padding:10px;
	border: 1px solid #DD0000;
    
    float:left;
    
}

.panelStyle
{
    background-color:#FEFEFE;
    position:relative;
	margin:20px auto;
	padding:10px;
	border: 1px solid #DD0000;
    
    float:left;
    
}

#findCustomer
{
     
     
    background-color:#FEFEFE;
    position:relative;
	margin:20px auto;
	padding:10px;
	border: 1px solid #DD0000;
    
    float:left;
    
}
#findCustomer_buttons
{    width: 313px;   
    background-color:#FEFEFE;
    position:relative;
	margin:20px 20px;
	padding:10px;
	border: 1px solid #DD0000;
    
    float:left;
    
}
.entry_status
{
    color:#33BB33;
    font-weight:bold;
    font-size:2em;
}


.not_enough_space
{
    color:Fuchsia;
    font-weight:bold;
    font-size:2em;
}
table
{
    margin:0px;
    padding:0px;
}

/*




.inputText
{
    font-weight: bold;
    font-size: 12pt;
    color: #793d00;
    font-family: Sans-Serif;
}

h1
{
    font-family: Sans-Serif;
    font-weight:bold;
    font-size: 14pt;
    color: #ff8000;
}

#positioning
{
    position: relative;
    float: left;
    top: 20px;
    left: 10px;
}

body
{
    margin-bottom: 50;
    margin-top: 0;
    margin-left: 0;
    margin-right : 0;
    font-family: Sans-Serif;
}*/
