﻿

.H1
{
	font-family:Verdana;
	font-size:medium ;
	font-weight:bold;
	color:Black ;
}
.TextTableCellLeftTop
{
	vertical-align:top;
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
}
.SmallOnWhite
{
	font-family:Verdana;
	font-size:small;
	font-weight: normal ;
	color: Gray;
}
.BodyOnWhite 
{
	font-family:Verdana;
	font-size:small;
	font-weight: normal ;
	color:  Black ;
}
.LargeOnWhite
{
	font-family:Verdana;
	font-size: large;
	font-weight: bold;
	color: Gray;
}
.LargeOnBlue
{
	font-family:Verdana;
	font-size: large;
	font-weight: bold;
	color: White;
}
.MasterSmallFont 
{
	font-family: Verdana;
	font-size: small;
	 color: #ee5f00;
}
.subNotes
{
	font-family:Verdana;
	font-size: x-small ;
	font-weight: normal ;
	color: Gray;
	text-align:center;
}
.DropMenuItemBackground
{
	background-image:"~/Images/menudropback.png";
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ul.list-of-links 
{
	 font-family:Calibri;
	 font-size:small;
	border-bottom:1px dotted #B2B2B2;
	vertical-align:top ;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current 
{
	font-family:Calibri;
	 font-size:small;
	background-color:#E5E5E5;
	width: 202px;
	vertical-align:top;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.news-title
{
font-family:Calibri;
	font-size:medium;
	font-style:normal ;
	font-weight:bold;
	text-align:left;
	color:#5D7B9D;


}

.news-header_title
{
	font-family:Calibri;
	font-size:large;
	font-style:normal ;
	font-weight:bold;
	text-align:left;
	color:#5D7B9D;
	}

.news-date 
{
	font-family:Calibri;
	font-size:small;
	font-style:normal ;
	font-weight:bold;
	color:#5D7B9D;
}

.news-content
{
	font-family:Calibri;
	font-size:small;
	font-style:normal ;
	font-weight:normal ;
	text-align:left; 
	color:#5D7B9D;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}
