﻿/* ------------------------------------------------------------
	common
------------------------------------------------------------ */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	background: #fff url(../images/body-bg.gif) repeat-x 0 0;
	}
	
img {
	border: 0;
	}

p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #566c11;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #c0c0c0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	padding: 6px 0 6px 0;
	margin: 0;
	font-weight: lighter;
}
.h2-line {
	padding: 6px 0 6px 0;
	margin: 0;
	border-bottom: 1px dotted #c0c0c0;
	}

tr, td {
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
	}
/* ------------------------------------------------------------
	common
------------------------------------------------------------ */


/* ------------------------------------------------------------
	page structure
------------------------------------------------------------ */
#wrap {
	margin: 0px;
	padding: 0px 15px;
	text-align: center;	
	}

#wrapinner {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	text-align: left;
	}
	
#body-wrap {
	padding: 20px 20px 20px 12px;
	margin: 0;
	}


#ftr  {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	height: 23px;
	margin: 30px 20px 0 12px;
	padding: 10px 0 0 0px;
	clear: both;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	}
/* ------------------------------------------------------------
	page structure
------------------------------------------------------------ */


/* ------------------------------------------------------------
	links
------------------------------------------------------------ */
a:link, a:visited {
	color: #1A83AD;
	text-decoration: none;
	}
	
a:hover {
	color: #1A83AD;
	text-decoration: underline;
	}
/* ------------------------------------------------------------
	links
------------------------------------------------------------ */


/* ------------------------------------------------------------
	header
------------------------------------------------------------ */
#header{
	width: 740px;
	height: 98px;
	padding: 0;
	margin: 0;
	background: #fff url(../images/body-bg.gif) repeat-x 0 0;
	}

#header h1	{
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	}

#header h1 span {
	visibility: hidden;
	}
	
#header h1 a:link, #header h1 a:visited	{
	display: block;	
	width: 200px;
	height: 98px;
	background: url(../images/logo.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#header h1 a:hover	{
	background: url(../images/logo.gif) top left no-repeat;
	}
	
#logo {
	float: left;
	}

#login {
	float: right;
	padding: 48px 0 0 0;
	}
	
#login a:link, #login a:visited	{
	display: block;	
	width: 67px;
	height: 24px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 0px;
	padding: 0;
	border: 0;
	}
	
#login a:hover	{
	text-decoration: none;
	}
/* ------------------------------------------------------------
	header
------------------------------------------------------------ */


/* ------------------------------------------------------------
	span's
------------------------------------------------------------ */
.highlight {
	color: #1A83AD;
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	}
/* ------------------------------------------------------------
	span's
------------------------------------------------------------ */


/* ------------------------------------------------------------
	forms's
------------------------------------------------------------ */
.textbox {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
    border-right: 1px solid #CCCCCC;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;    
    color: #2E415F;
	background-image:  url(../images/field_bg.gif);
	height: 17px
	}

.textbox_error {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
    border-right: 1px solid #CCCCCC;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;    
    color: #2E415F;
	height : 17px
	}
	
.textarea {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
    border-right: 1px solid #CCCCCC;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;    
    color: #2E415F;
	}

.textarea_error {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #333333;
    border-right: 1px solid #CCCCCC;
    background-color: #CCFF00;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;    
    color: #2E415F;
	}



/* ------------------------------------------------------------
	nav
------------------------------------------------------------ */
#globalnav {
	width: 740px;
	height: 26px;
	}

#globalnav ul {
	margin: 0;
	padding: 0 0 0 10px;
	height: 26px;
	background-image: url(../images/nav-bg.gif);
	}
	
#globalnav li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	}
	
#globalnav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	height: 20px;
	width: 100px;
	padding: 6px 20px 0 3px;
	text-decoration: none;
	}
	
#globalnav li a:hover {
	color: #1A83AD;
	}
	
/* self-clearing floats */
#content-wrap:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }	
	
/* Hides from IE-mac \*/
* html #content-wrap {height: 1%;}
/* End hide from IE-mac */
/* ------------------------------------------------------------
	nav
------------------------------------------------------------ */










