/* CSS Document */
@charset "utf-8";
/* CSS Document */
body {
	margin:20px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:11px 'Century Gothic';
	color:#333;
	background-color:#666666;
	}
	
* {
font-size:14px;
}	

div.showlistitems {margin-bottom:15px;padding:5px 10px; cursor:pointer;}
div.listdetails {font-family:Arial;line-height:1.3em;}

.rounded-corners {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

h1 {
	color:#333;
	font:1.5em/1 'Century Gothic';
	font-weight:900;
	font-style:italic;
	margin-bottom:5px;
	
	}
	
#headf a {
	color:#993300;
	font:1.5em/1  'Century Gothic';
	font-weight:900;
	}
	
.head1{
	color:#fff;
	font:1.5em/1  'Century Gothic';
	font-weight:900;
	padding-top:10px;
	}		
	
h2 {
	color:#333;
	font:1.1em/1  'Century Gothic';
	font-weight:700;
	margin:2em 0 .25em;
	}
h3 {
	color:#666;
	font-size:1em;
	font-weight:800;
	margin:3em 0 .35em;
	}
	
p {
	padding-bottom:0.2em;
	}
#Content p+p {margin-top:-1em; text-indent:2.7em;}

ol, ul {
	margin-top:0;
	margin-bottom:1em;
	
	}
#Content p+ol, #Content p+ul {margin-top:0em;}

a {
	color:#09c;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {text-decoration:underline;}


#Footnotes p+p {margin-top:0; text-indent:0;}

.keyPoint {
	margin:0 0 1.5em; padding:0;
	border:1px dashed #666;
	background-color:white;
	}
.keyPoint p {
	font:1.63em/1.8  'Century Gothic';
	margin:.5em 1em;
}
.keyPoint p+p {margin-top:-.5em;}

.markup {
	font:1em/1.25 monospace;
	border:1px dashed #999;
	text-indent:0 !important;
	padding:.3em;
}


div.citems { color:#333333; background-image:url(http://sajha.org/sajha/html/css/arrow.gif); background-position:0 0; background-repeat:no-repeat;font-size:11px;}
div.citems a {display:block;color:#000000;text-decoration:none;padding:2px 0 7px 12px;font-size:12px;width:93%;text-align:left;cursor:pointer;margin:5px 0;font-family:Arial, Helvetica, sans-serif;}
div.citems a:active {display:block;color:#000000;text-decoration:none;padding:2px 0 7px 12px;font-size:11px;width:93%;text-align:left;}
div.citems a:hover {background-color:#DFF4FF;color:#0061a8;background-image:url(images/postbullets.png); background-position:0 0; background-repeat:no-repeat;}
div.citems img {border:0}

div.listname{padding:5px; font-family: 'Century Gothic'; cursor:pointer;}
div.listname a:hover {text-decoration:underline;color:#333333;}
div.restname {font-size:16px;font-weight:bold;color:#0066CC;padding:10px 0;}

input[type=text],input[type=email], select {
    width: 95%;
    padding: 8px 14px;
    margin: 8px 0 8px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-family:'Century Gothic';
}

input[type=submit] {
    width: 95%;
    background-color: #4CAF50;
    color: white;
    padding: 8px 14px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-family:'Century Gothic';
		font-weight:bold;
}

input[type=submit]:hover {
    background-color: #45a049;

}
