/**
 * Text CSS file
 *
 * @author  George Alin Costea
 * @company Advocy
 * @version 1.0
 * @CSS 2
 * @IEHACKS 0
 */

/**** HEADERS ****/
h1 { font-size: 16px; font-weight: bold; color: white; text-align: left;
     margin: 15px; }
h2 { font-size: 12px; font-weight: bold; color: white; text-align: left;
     margin:0px 5px 5px 0px; }
h1 a:link,
h1 a:visited	{ font-size: 16px; font-weight: bold; color: white; text-align: left;
				  margin: 0px; text-decoration:none; }
h1 a:hover	{ font-size: 16px; font-weight: bold; color: white; text-align: left;
			  margin: 0px; text-decoration:underline; }

/**** Paragraphs ****/
p.black    { font-size: 12px; color: black; text-align: left; margin:5px 15px 15px 15px; }
p.white    { font-size: 12px; color: white; text-align: left; margin:5px 15px 15px 15px; }
p#footerP  { float: right; margin: 0px; color: gray; }
p.imgCP    { float:left; clear:both; font-size: 11px; color: white; text-align: left; margin:5px;
             *width: 222px; _margin: 2px 0px 2px 4px; }
.imgCP strong { font-size: 11px; color: white; text-align: left; font-weight:bold; }
/**** Anchors ****/
a.nav:link        { font-size: 14px; font-weight: bold; color: white; text-align: left;
                    margin: 0px 15px 15px 15px; background-image: url(../img/arrow.gif);
                    background-position: 0% 45%; background-repeat: no-repeat;
                    padding-left: 10px; text-decoration: none; }
a.nav:visited     { font-size: 14px; font-weight: bold; color: white; text-align: left;
                    margin: 0px 15px 15px 15px; background-image: url(../img/arrow.gif);
                    background-position: 0% 45%; background-repeat: no-repeat;
                    padding-left: 10px; text-decoration: none; }
a.nav:hover       { font-size: 14px; font-weight: bold; color: black; text-align: left;
                    margin: 0px 15px 15px 15px; background-image: url(../img/arrow.gif);
                    background-position: 0% 45%; background-repeat: no-repeat;
                    padding-left: 10px; text-decoration: none; }

a.arr:link        { font-size: 11px; font-weight: bold; color: white; text-align: left;
                    margin: 0px 15px 15px 15px; background-image: url(../img/arrow.gif);
                    background-position: 0% 50%; background-repeat: no-repeat;
                    padding-left: 10px; text-decoration: none; }
a.arr:visited     { font-size: 11px; font-weight: bold; color: white; text-align: left;
                    margin: 0px 15px 15px 15px; background-image: url(../img/arrow.gif);
                    background-position: 0% 50%; background-repeat: no-repeat;
                    padding-left: 10px; text-decoration: none; }
a.arr:hover       { font-size: 11px; font-weight: bold; color: black; text-align: left;
                    margin: 0px 15px 15px 15px; background-image: url(../img/arrow.gif);
                    background-position: 0% 50%; background-repeat: no-repeat;
                    padding-left: 10px; text-decoration: none; }

a.footerA:link    { font-size: 11px; font-weight: normal; color: gray; text-align: left;
                    margin: 0px 0px 0px 0px; text-decoration: none; }
a.footerA:visited { font-size: 11px; font-weight: normal; color: gray; text-align: left;
                    margin: 0px 0px 0px 0px; text-decoration: none; }
a.footerA:hover   { font-size: 11px; font-weight: normal; color: black; text-align: left;
                    margin: 0px 0px 0px 0px; text-decoration: none; }

a.green:link    { font-size: 12px; font-weight: normal; color:#3f5943; text-align: left;
                    margin: 0px 0px 0px 0px; text-decoration: underline; }
a.green:visited { font-size: 12px; font-weight: normal; color:#3f5943; text-align: left;
                    margin: 0px 0px 0px 0px; text-decoration: underline; }
a.green:hover   { font-size: 12px; font-weight: normal; color:black; text-align: left;
                    margin: 0px 0px 0px 0px; text-decoration: none; }

a.home:link    { font-size: 12px; font-weight: bold; color:black; float: right; padding:0px 15px 0px 0px;
                    margin: 0px 0px 0px 0px; text-decoration: underline; }
a.home:visited { font-size: 12px; font-weight: bold; color:black; float: right; padding:0px 15px 0px 0px;
                    margin: 0px 0px 0px 0px; text-decoration: underline; }
a.home:hover   { font-size: 12px; font-weight: bold; color:#3f5943; float: right; padding:0px 15px 0px 0px;
                    margin: 0px 0px 0px 0px; text-decoration: none; }


a.white:link      { font-size: 11px; font-weight: normal; color: white; text-align: left;
                    margin: 5px 10px 10px 0px; *margin:5px 5px 10px 0px; text-decoration: none; padding: 0px; }
a.white:visited   { font-size: 11px; font-weight: normal; color: white; text-align: left;
                    margin: 5px 10px 10px 0px; *margin:5px 5px 10px 0px; text-decoration: none; padding: 0px; }
a.white:hover     { font-size: 11px; font-weight: normal; color: white; text-align: left;
                    margin: 5px 10px 10px  0px; *margin:5px 5px 10px 0px; text-decoration: underline; padding: 0px; }
a.normal          { font-size: 12px; font-weight: bold; color: white; text-decoration: none; padding: 0px; }
a.black          { font-size: 11px; font-weight: normal; color: black; text-decoration: none; padding: 0px; }
a.black:hover    { font-size: 11px; font-weight: normal; color: black; text-decoration: underline; padding: 0px; }

/**** OTHER ****/

li    { font-size: 12px; color: black; text-align: left; margin:5px 15px 15px 45px; }


.iTxt2            { font-size:12px; border:solid 1px gray; width:200px; }
.iSelect          { font-size:12px; border:solid 1px gray; width:200px; }
.iSelect option   { font-size:12px; }
.iTxtA            { font-size:12px; border:solid 1px gray; width:300px; height:100px; }
.iBut2            { font-size:12px; border-style:outset; float:right; margin:5px 0px 0px 0px;
                    text-align:center; padding:1px; }
#registerTbl      { float:left; clear:both; margin:20px 0px 0px 0px; }
.label            { font-size:12px; font-weight:bold; color:#254059; }

div.box1 ul li    { list-style-type: circle; margin: 0; padding: 0; margin-left: 40px; margin-bottom:5px;}
div.box1 h2       { padding-left: 10px; }
