/*********************************************************
 * Computer rendering Shared CSS stylesheet
 *********************************************************
 * Version: 1.0
 * Author : S.C. Software Development Partnership S.R.L.
 * CSSVer : 2
 *********************************************************/
 
 *        { font-family: Arial, Helvetica, Sans-Serif; font-size:x-small; }
img       { border-style:none; }
form      { padding:0px; margin:0px; }
a:link,
a:hover,
a:visited { color:#666666; font-size:100%; }

body      { text-align:center; margin:auto; padding:0px; background:#dfdfdf; }
/* {{{ */
    #PageSlot { width:780px; margin:auto; background:#fff; }
    /* {{{ */
        #Wrapper { float:left; clear:both; width:814px; padding:0px 17px; background:#fff; }
        /* {{{ */
            #Header { float:left; clear:both; width:100%; height:100px; margin:20px 0px 0px 0px; }
            /* {{{ */
                #Logo				{ float:left; width:340px; height:65px; 
                					  background:transparent url(../../../share/img/logo.png) 0% 50% no-repeat; }
                #HeaderTitle		{ float:left; width:330px; height:65px; margin:0px; padding:0px; 
                					  font-size:180%; color:#999999; line-height:65px; text-align:left; }
                #AddthisWrapper		{ float:left; width:125px; padding:5px 35px; }
                #MainMenuWrapper	{ padding:0px; }
                #MainMenu			{ float:left; margin:0px; padding:0px; width:100%; height:30px; list-style-type:none;
                					  border-top:dotted 1px #000000; border-bottom:dotted 1px #000000; }
                #MainMenu li		{ float:left; padding-left:5px; line-height:30px; font-size:120%; color:#666666;  }
                #MainMenu li a:link					{ color:#666666; text-decoration:none; }
                #MainMenu li a:visited				{ color:#666666; text-decoration:none; }
                #MainMenu li a:hover				{ color:#666666; text-decoration:underline; }
                #MainMenu li.menuSelected			{ float:left; padding-left:10px; line-height:30px; font-size:120%;  }
                #MainMenu li.menuSelected a:link	{ color:#ff3300; text-decoration:none; }
                #MainMenu li.menuSelected a:visited	{ color:#ff3300; text-decoration:none; }
                #MainMenu li.menuSelected a:hover	{ color:#ff3300; text-decoration:underline; }
            /* }}}-Header */
            #MainBox { float:left; clear:both; width:100%; }
            /* {{{ */
            	#ContentTitle		{ margin:0px; padding:0px; font-size:220%; height:55px; line-height:55px;
									  color:#666666; text-align:left; text-indent:15px;  }
				#ContentWrapper		{ float:left; margin:0px; padding:0px; }
				/* {{{ */
					#ContentLeft	{ float:left; margin:0px; padding:0px; width:573px; }
					/* {{{ */
						#ContentLeft #AddthisWrapper	{ float:right; text-align:right; margin-top:10px; }
					/* }}}-#ContentLeft */
					#ContentRight	{ float:left; margin:0px; padding:0px; width:207px; }
					/* {{{ */
						#sidebar	{ float:left; margin:0px; width:100%; padding:0px 0px; list-style-type:none; }
						#sidebar li	{ float:left; }
						#sidebar li a img	{ border:0px; }
					/* }}}-#ContentRight */
				/* }}}-#ContentWrapper */
            /* }}}-MainBox */
            #Footer { float:left; clear:both; width:100%; height:27px; margin:30px 0px; }
            /* {{{ */
                #FooterMenu			{ float:left; list-style:none; padding:0px; margin:8px auto; color:#ff3300; }
                #FooterMenu li		{ float:left; padding-left:5px; font-size:100%; }
                #FooterMenu li a:link	{ color:#ff3300; text-decoration:none; }
                #FooterMenu li a:visited{ color:#ff3300; text-decoration:none; }
                #FooterMenu li a:hover	{ color:#ff3300; text-decoration:underline; }
                #FooterMenu li.footerRight	{ float:right; }
            /* }}}-Footer */
        /* }}}-Wrapper */
    /* }}}-PageSlot */
/* }}}-Body */
