/* access.css - www.christianmontoya.com */
/* this is an open source design */

body {
background:#000;
}

#container {
background:#000;
}

#left {
background:#000;
color:#ff0;
font-size:1.3em;
font-weight:bold;
}

#right {
background:#000;
color:#fff;
font-size:1.1em;
font-weight:bold;
border-left:1px solid #fff;
border-right:1px solid #fff;
border-bottom:1px solid #ccc;
line-height:1.5;
}

.top { position:absolute; top:-1000px; left:0; }

#bottom { background-color:#000; font-size:.9em; color:#ccc; }

#bottom a { color:#ff9; }

#nav { width:75%; margin:0 15px 10px auto; padding-top:4em; }

#nav li { display:block; text-align:right; margin-bottom:.5em; list-style-type:none; }

#nav li a { text-decoration:underline; padding-right:31px; color:#ff0; }

#nav li a:link {}
#nav li a:visited {}
#nav li a:focus { background: url(asterik2.gif) top right no-repeat; }
#nav li a:hover { background: url(asterik2.gif) top right no-repeat; }
#nav li a:active {}

#current { padding-right:31px; color:#ff6; 
background: url(asterik.gif) top right no-repeat; }

#right p, #right li, #right h1, #right h2, #right dt, #right dd {
margin:0 5px 1em 15px;
}

#right h1 { 
margin:0 10px 0 10px;
font-size: 1.4em;
border-bottom:1px dashed #ccc;
margin-bottom:.9em;
font-size:1.4em;
}

#right ul li { list-style-type:square; }

#right dt { text-decoration:underline; }

#right h2 { font-size:1.2em; text-decoration:underline; }

#right ul, #right ol { padding-left:20px;}

#right a { color:#ff3; text-decoration:none; font-weight:bold; }

#right a:link {}
#right a:visited {}
#right a:focus {text-decoration:underline;}
#right a:hover {text-decoration:underline;}
#right a:active {}

form { margin:1em 3em 0 3em; }

input, textarea, .btn {	border:1px solid #060; background:#fff; font-size:1.2em; }

.btn { font-weight:bold; background: #000; color: #ff6; }

label, input, textarea { margin-bottom:.5em; padding:.2em; }

label { margin-left: -.3em; }

acronym { border-bottom: 1px dashed #060; }

#switchit { font-size:.95em; text-align:right; margin:2px 10px 5px 0; }
#switchit a { padding-left:5px; border-left:1px dashed #fff; }