/* ~-~-~~-~-~ CSS Document -~-~-~-~-~ *\
|                                      |
|      Created by Ashton Sanders       |
|         WebsitesinaFlash.com         |
|                                      |
\* ~-~-~~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */


/* ~-~-~-~-~- NEEDS EDITING ~-~-~-~-~- */

#logo {margin: auto}


/* ~-~-~-~-~- Layout ~-~-~-~-~- */
* {margin: 0}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-image: url("/images/body_bg.jpg");
	background-color: #AFD1D8;
	background-repeat: repeat-x;
	background-position: 0 78px;
}

div#toppadding {
	display:block;
	height: 80px;
	background-color:#9ac1c8;
}

div#container {
	text-align:left;
	width: 478px;			/* This will change the width of the entire Screen */
	margin: 0 auto;
}

div#window {
	background-image: url("/images/container_bg.jpg");
	background-color: #666666;
	background-repeat: repeat-y;
	border: 1px solid #555555;
}

p {  
	text-align:left;
	margin: 10px;
}

p.login {
	text-align:right;
}

/* ~-~-~-~-~- Title Bar ~-~-~-~-~- */

div#container #titlebar {
	background-image: url("/images/titlebar.jpg");
	background-repeat: no-repeat;
	height: 23px;
	width: 100%;
	color:#FFFFFF;
	font-size: 18px;
	vertical-align: middle;
}

div#titlebar .pagetitle {
	padding: 0 20px;
	font-weight: bold;
}


/* ~-~-~-~-~- Menu Bar ~-~-~-~-~- */

div#container #menu {
	margin: 0 3px 8px 3px;
	background-image: url("http://www.websitesinaflash.com/admin/images/menu_bg.jpg");
	background-repeat: repeat-x;
	height: 75px;
	border: 1px solid;
	border-color: #444444 #CCCCCC #CCCCCC #444444;
	text-align:center;
}

/* ~-~-~-~-~- Content ~-~-~-~-~- */

div#container #paper {
	margin: 0 3px;
	border: 1px solid;
	border-color: #444444 #CCCCCC #CCCCCC #444444;
	background-color:#E8EAF0;
}

div#paper #path {
	text-align: left;
	padding-left: 10px;
	margin-top: 5px;
  font-size: 11px;
 	color: #FFFFFF;
 	background-color: #999999;
}

#path .current {
	color: #AFD1D8;
}

div#paper #content {
	padding: 7px;
}


/* ~-~-~-~-~- Footer ~-~-~-~-~- */
.version {
	color: #CCCCCC;
	font-size: 12px;
	text-align:right;
	padding: 0 12px;
	margin-top: -3px;
	letter-spacing:2px;
}

#footer{
	width: 478px;
	margin: 0 auto;
	border-top: 1px solid #555555;
	font-size: 12px;
	background-color: transparent;
	text-align:center;
}

/* ~-~-~-~-~- Buttons ~-~-~-~-~- */

a.button, a.buttonDis {
	color:#FFFFFF !important;
	display: block;
	background-color: transparent;
	background-image: url('/images/button-bg.gif');
	background-repeat: no-repeat;
	width: 138px;
	height: 24px;
	margin: 2px auto 0 auto;
	padding-top: 2px;
	text-align: center;
	font-size:.43cm;
	font-weight: bold;
	text-decoration: none;
}

a.button:link, a.button:visited {
	color: #FFFFFF;
}

a.button:hover, a.button:active {
	background-position: 0 -29px;
	color: #555555 !important;
}
