/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * This CSS file is for customization purpose only
 *
 * To make it easier to update a YOOtheme template to the latest version use
 * this custom.css file for small CSS modifications.
 *
 * How it works:
 * For example if you want to change a color which is applied in layout.css
 * just copy the original styling into this file right after the commented
 * section. Do this for all CSS modifications.
 *
 * In case you have to update the template save the custom.css file on your computer.
 * De-install and re-install the updated template version. And copy your saved
 * custom.css file back in place. Now compare your modification with the new CSS
 * files and make sure they are working.
 *
 * To load this file when Gzip is enabled in the template parameters do the following:
 * Open css/template.css.php and take a look at the last line. Uncomment follwing line:
 * // include(PATH_ROOT . 'custom.css');
 *
 * To load this file when Gzip is disabled in the template parameters do the following:
 * Open lib/php/yootools.php and take a look at line 100. Uncomment follwing line:
 * // $document->addStyleSheet($baseurl.'/css/custom.css');
 *
 */ 



/*
 * layout.css
 */

hr.dotted-no-margin {
	margin: 10px 0px 10px 0px;
	display: block;
	background: url(../images/typography/line_dotted.png) 0 0 repeat-x;
	height: 1px;
	border: none;
}

/*
 * general.css
 */
.addressbar {
	margin: 20px 0px 0px 0px;
	padding: 0px 60px 40px 45px;
	color: #4176ac;
	text-decoration: none;
	font-weight:bold;
	}


.boardmember {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #4176ac;
	text-decoration: none;
	font-weight:bold;
	}

.boardtitle {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #4176ac;
	text-decoration: none;
		}



.picborder {
	border-color:#999999;
	border: 1px solid;
	background-color: #FFFFFF;
	padding:10px;
	margin-right:10px;
}




div.watermark { 
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('http://www.olexy.net/ucca/images/assets/ucca-logo-bg.gif'); /* ie6png:scale */
        }



/*
 * unsorted lists
 */


ul.arrow-small {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	padding-right: 10px;
	list-style: none;
}

ul.arrow-small li, {
	margin: 5px 0px 5px 0px;
	padding-left: 20px;
	padding-right: 10px;
}

ul.arrow-small li { background: url(../images/typography/list-arrow-small.png) 0 0 no-repeat; }



/*
 * table row colors
 */

 .rowodd{background-color: #d0eafc;}
 .roweven{background-color: #fffdec;}


/* ------------------
 styling for the tables 
   ------------------   */


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}

#box-table-a-state
{
	background: #d0dafd; 
	color: #339;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}



/*
 * menus.css
 */



/*
 * modules.css
 */



/*
 * joomla.css
 */
div.joomla h1.pagetitle {
	font-size: 150%;
}

div.joomla h1.title {
	font-size: 150%;
}


/*
 * extensions.css
 */



/*
 * [color]-[specific].css
 * Place here your color specific CSS changes depending on your choosen color variation
 */



/*
 * ie7hacks.css
 * use IE7 browser hacks to apply the styling only to IE7
 * For example: Star-Plus-HTML-Hack: *:first-child+html #YOURSELECTOR { attribute:value; }
 */



/*
 * ie6hacks.css
 * Use IE6 browser hacks to apply the styling only to IE6
 * For example: Star-HTML-Hack: * html #YOURSELECTOR { attribute:value; }
 */