*
{
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	font-size: 90%;
	line-height: 130%;
	font-family: "Trebuchet MS", Helvetica, avant garde, georgia, times, serif;
	background-color: #fff;
	letter-spacing: 0px;
}







.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #000;
	border: 0;
}

a img {
	border: 0px;
}

img.icon {
	margin: 0px 0px -3px 0px;
}

img.inline-l,img.inline-r {
	border: 1px solid #333;
}

img.inline-l {
	margin: 0 10px 10px 0;
	float: left;
}

img.inline-r {
	margin: 0 0 10px 10px;
	float: right;
}

p,div,h1,h2,h3,h4,h5,h6,img {
	margin: 0px;
}

p {
	margin: 0 0 10px 0;
}

* html br {
	margin: 0 0 10px 0;
	display: block;
}

#flash {
	width: 100%;
	height: 100%;
}

#flashContent {
	margin: 10px;
}

#all {
	padding: 5px;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
	line-height: 30px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
}

h2 {
	font-size: 1.5em;
	line-height: 20px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	display: block;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	line-height: 19px;
	display: block;
}

h3 a {
	color: #000000;
}

pre,code {
	letter-spacing: 1px;
	font-size: 1.2em;
}

code {
	white-space: pre;
}

del {
	color: #999;
}

ins {
	text-decoration: none;
	font-style: italic;
}

table {
	width: 98%;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	text-align: left;
	border-bottom: 3px solid #eee;
	padding: 0 0 2px 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

td {
	padding: 5px 0 5px 5px;
	text-align: left;
}

td.icon {
	width: 16px;
}

tr.tr1 td
{
	background-color: #f6f6f6;
	border-color: #eee;
	border-width: 1px 0 1px 0;
	border-style: solid;
}
table a {
    display:block;
    width:100%;
    height:100%;	
}

ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	list-style: square;
}

ol {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

li {
	margin: 0;
	padding: 0 0 0 0;
}

dl {
	margin: 0 0 10px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0;
}

#menu {
	margin:0 0 10px 0;
	overflow: hidden;
	padding:0 0 0 0;
}
#home {
    background-image: url(../images/abclogo_iphone.png);
    background-repeat: no-repeat;
 	background-position: 0 0;
    height: 31px;
    /*
    position: absolute;
    left: 10px;
    */
    padding: 0;
    background-color: #d0e6f4;
    display: block;
    margin-bottom: 2px;
    
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#menu li {
	display: inline;
	padding: 0;
	margin:0 5px 0 0;
}
#menu li.active a {
    font-weight:bold;	
    color: #409cd0;
}

#menu-site {
    font-size:1.1em;
    padding:0 0 5px 0;
    margin:0 0 5px 0;
    border-bottom:1px solid #409cd0;	
}
#menu-site li {
    margin:0 10px 0 0;	
}


#menu-modulegroup {
    font-size:1em;	
    margin:0 0 10px 0;
}



#menu-module a {
	color: #777;
	font-family: Arial, Helvetica;
	font-size: 90%;
}

#menu-module li.active a {
	color: #000;
	font-weight: normal;
}


/*
*/
.module-map
{
	margin-top: 5px;
}

.module-map,
.module-map ul
{
	list-style: none;
	padding: 0;
}

.module-map a
{
	
}

.section
{
	color: #409cd0;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.module-group
{
	color: #999;
}

ul.modules
{
	list-style: bullet;
	padding-left: 10px;
}


/*
*/


.paginationControl a
{
	font-weight: normal;
}


/*
*/

.tabs
{
	overflow: hidden;
	background-image: url(../images/ddd.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.tabs a,
.tabs span
{
	float: left;
	padding: 3px 8px;
	border-color: #ddd;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	margin-left: 5px;
	background-color: #fff;
}

.tabs span
{
	color: #777;
}

.tabs a
{
	background-color: #f6f6f6;
	
	background-image: url(../images/ddd.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


table
{
	font-size: 90%;
}

table td
{
	font-family: Arial, Helvetica;
}

/*
*/


.disabled {
    color: #ccc;
}
.current {
    font-weight:bold;	
}
.prev, .next {
	
}

#text {
	width: 100%;
	float: left;
}
select {
    /*display:none;*/	
    min-width: 200px;
}

form dd,
form dt {
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0 1px 0;
}

.hidden {
	display: none;
}



input.text {
	border: 1px solid #ccc;
}

p.error {
	color: red;
}

form ul.error {
	color: red;
	list-style: none;
	margin: 0;
	padding: 0;
}

textarea,
input
{
	width: 96%;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ccc;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	
}

#Submit
{
	width: 120px;
	float: right;
	margin-right: 10px;
}

textarea
{
	height: 200px;	
}

#loginwrapper {
	border: 0pt none;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	margin: 0pt;
	outline-color: invert;
	outline-style: none;
	outline-width: 0pt;
	padding: 0pt;
	vertical-align: baseline;
}

#login {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 100px auto;
	padding: 5px;
	width: 320px;
}