﻿/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

/* * { padding: 0; margin: 0; } */

body {
 font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #eeeee4;
 margin: 0px; padding: 0px;
}
#wrapper { 
 margin: 0px auto;
 width: 922px;
}
#header {
 width: 920px;
 color: #333;
 padding: 0px;
 border: none 0px;
 border-top: solid 4px black;
 border-bottom: solid 4px black;
 
 
 margin: 10px 0px 0px 0px;
 background: #DAC8BF;
 background-color: #08007e;
}
#navigation {
 width: 900px;
 color: #333;
 padding: 0 10px;
 border: 1px solid #2c2c2c;
 margin: 0px 0px 0px 0px;
 background: #2c2c2c;
}

#content {
	background: #f3f3e7;
	background-image: url(contentbgtop.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 900px;
	color: #333;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	min-height: 300px;
}
#footer { 
 width: 900px;
 color: #666666;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 background:url(footerbg.jpg) repeat-x;
 padding-top: 59px;
 font-size: 0.8em;
}

h3 { margin-top: 0em; }



li { margin-left: 20px; } /* margin hack */

/* TAB MENU   
----------------------------------------------------------*/
ul#menu { margin: 0px; padding: 0px; }
ul#menu li { display: inline; list-style: none; margin-left: 0px; }
ul#menu li a { padding: 10px 10px; font-weight: bold; text-decoration: none; line-height: 2.8em;  color: #eee; }
ul#menu li a:hover { background-color: #000066; text-decoration: none; }
ul#menu li a:active { background-color: #6666bb; text-decoration: none; }
ul#menu li.selected a { background-color: #fff; color: #000; }

#login { float: right; background-color: #030036; margin: 5px; padding: 10px 50px 10px 10px; border: ridge 2px white; color: White;
 background-image: url(loginflag.gif);
 background-repeat: no-repeat;
 background-position: right top;
 -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; 
}

table.Grid {  margin: 20px 0; border: solid 1px black;  }
table.Gird caption { background-color: #dde; font-weight: bold; padding: 5px; font-weight: bold; font-variant: small-caps; border: solid 1px black; border-bottom: none;  }
table.Grid td, th { font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
table.Grid thead tr td, table.Grid th { background-color: #dde; font-weight: bold; }
table.Grid td, th { padding: 5px 15px; }
table.Grid tbody tr { background-color: White; }

hr { margin: 20px 0; }


.MainContent { display: inline-block; width: 450px; padding: 14px; margin-right: 10px; padding-right: 40px;   }
.SideBar { vertical-align: top; display: inline-block; width: 340px;  }
.Box { min-height: 40px; display: inline-block;  background-color: White; border: solid 2px #DDD; padding: 10px; padding-right: 30px; width: 100%; margin: 10px 0; background-image: url(sidebarflag.gif); background-position: top right; background-repeat: no-repeat; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;  }
.Box .Item { margin: 5px 0; padding: 3px; }
.Box .ItemOdd {  }
.Box .ItemEven { background-color: #eee; }
.Box input[type="text"], .Box textarea { background-color: #FFFFCC; }
 
.Information { background-color: #ffffCC; border: solid 1px orange; color: Black; padding: 1em; color: #331111; }
.Block { display: inline-block; width: 130px; }
/* .BlockNarrow { display: inline-block; width: 20%; } */


.MainContent h2 
{
font-size: 1.3em;
font-family:Helvetica, Arial, sans-serif;
color:#403f3b;
padding-bottom:2px;
margin-top:5px;
margin-bottom:10px;
border-bottom:1px solid #e5e6d6;
}


form p {  margin: 2px;  }

.Translate { color: Orange ! important; cursor: pointer; background-color: White; } 

button.FakeButtonLink a { color: Black; text-decoration: none; }



#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
