/**Begin CSS Style*****************************************/
/**DO NOT MODIFY ANYTHING IN THIS SECTION.**/


html, body {height: 100%; font: normal 10px Arial;}

body {
  margin: 0;
  padding: 0;
  background: #214663 url(images/background1.gif);
  line-height: 170%;
  font: normal 12px Arial;
  color: #444445;
}

h1 {
  font: bold 12pt Arial;
  color: #FFFFFF;
  margin: 3px 20px 7px 20px;
}

h2 {
  font: bold 11pt Arial;
  color: #FFFFFF;
  margin: 2px 10px 2px 2px;
}

h3 {
  font: bold 10pt Arial;
  text-transform: uppercase;
  color: #25507C;
  margin: 0;
}

#nolink {
	font: bold 12px Arial;
	color: #C0C0C0;
	text-align: left;

	padding: 5px 0 5px 20px;
	margin: 0;
	background: transparent url(images/icons/icon_nolink.gif) no-repeat center left;
}

#linkforward {
	font: bold 12px Arial;
	color: #C0C0C0;
	text-align: left;
	height: 20px;
	margin: 0;
	line-height: 20px;
}

#linkforward a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(images/arrowbullet.gif) no-repeat center left;
}

#linkforward a:hover	{
	color: #808080;
	text-align: right;
}

#linkit {
	font: bold 12px Arial;
	color: #C0C0C0;
	height: 25px;
	margin: 0;
	line-height: 25px;
}

#linkit a {
	color: #4F8A9D;
	font-weight: bold;
}

#linkit a:hover	{
	color: #808080;
	text-align: right;
}

#linkitpdf {
	font: bold 12px Arial;
	color: #C0C0C0;
	height: 25px;
	margin: 0;
	line-height: 25px;
}

#linkitpdf a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_pdf.gif) no-repeat center left;
}

#linkitpdf a:hover	{
	color: #808080;
	text-align: right;
}

#linkitdoc {
	font: bold 12px Arial;
	color: #C0C0C0;
	height: 25px;
	margin: 0;
	line-height: 25px;
}

#linkitdoc a {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_doc.gif) no-repeat center left;
}

#linkitdoc a:hover	{
	color: #808080;
	text-align: right;
}

#goback {
	font: bold 12px Arial;
	color: #FFFFFF;
	text-align: center;
	height: 22px;
	margin: 0;
	line-height: 22px;
}

#goback a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 4px 20px;
	background: url(images/arrowbulletL.png) no-repeat left top;
}

#goback a:hover	{
	color: #C0C0C0;
}

a.smalllinks:link, a.smalllinks:visited, a.smalllinks:active {color: #FFFFFF;}
a.smalllinks:hover {color: #FFFF00;}


.maincontent{
padding: 10px 10px 2px 10px;
font: normal 14px Arial;
}

.footercontent{
padding: 0px 10px 0px 10px;
text-align:center;
font: bold 8pt Arial;
color: #ffffff;
}

.adscontent{
padding: 8px 8px 0px 8px;
}

.imageborder {
  border: 3px solid #7FAEDD;
}


.imageright {
  margin: 5px 0px 10px 10px; 
  float: right; 
  border: 3px solid #7FAEDD;
}

.imageleft {
  margin: 5px 10px 10px 0px;
  float: left;
  border: 3px solid #7FAEDD;
}


.imagecenter {
  margin: 5px 0px 5px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 3px solid #7FAEDD;
}


.menu{
cursor:pointer;
text-align:left;
font-family:Arial;
color: #FFFFFF;
font-size:10pt;
font-style:normal;
text-decoration:none;
font-weight:bold;
}

a.mainmenu:link, a.mainmenu:visited, a.mainmenu:active, a.mainmenu:hover{
cursor: pointer;
text-align: left;
font: normal 10pt Arial;
color: #FFFFFF;
font-style:normal;
text-decoration: none;
display: block;
width: 100%;
height: 20px;
padding: 2px 0 0px 5px;
}

.dropmenu{
background: transparent url('images/buttonblank.png') no-repeat top left;
display: block;
width: 100%;
font: bold 12px Arial; /* Change 13px as desired */
color: #FFFFFF;
line-height: 22px;
height: 33px; /* Height of button background height */
padding: 4px 0 0 8px;
text-decoration: none;
cursor: pointer;
margin: 0 0 -4px 3px;
text-align:left;
}

* html .dropmenu{
margin: 0 0 -2px 3px;
}

#dropmenulink a {
background: transparent url('images/buttonblank.png') no-repeat top left;
display: block;
width: 100%;
font: bold 12px Arial; /* Change 13px as desired */
color: #FFFFFF;
line-height: 22px;
height: 30px; /* Height of button background height */
padding: 4px 0 0 8px;
text-decoration: none;
cursor: pointer;
margin: 0 0 -1px 3px;
text-align:left;
}

* html #dropmenulink a {
margin: 0 0 1px 3px;
}

.glossymenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 152px;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 12px Arial; /* Change 13px as desired */
color: #344E7B;
display: block;
width: auto;
padding: 3px 0 5px 4px;
text-decoration: none;
margin: 0 0 0 6px;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 145px;
}

.glossymenu li a:visited, .glossymenu li a:active{
font: bold 12px Arial; /* Change 13px as desired */
color: #344E7B;
text-decoration: none;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
color: #1B3B5B;
font: bold 12px Arial; /* Change 13px as desired */
text-decoration: none;
}

a:link, a:visited, a:active	{
	color : #000080;
	font-weight : normal;
	text-decoration : underline;
}

a:hover	{
	color : #FF0000;
}


a.one:link	{
		color : #FFFFFF;
		font-weight : normal;
		text-decoration : none;
}

a.one:visited	{
		color : #FFFFFF;
		font-weight : normal;
		text-decoration : none;
}

a.one:hover	{
		color : #FF0000;
		font-weight : normal;
		text-decoration : none;

}


a.two:link	{
		color : #000080;
		font-weight : bold;
		text-decoration : none;
		font-family: Arial;
		font-size: 10pt;
}

a.two:visited	{
		color : #000080;
		font-weight : bold;
		text-decoration : none;
		font-family: Arial;
		font-size: 10pt;
}

a.two:hover	{
		color : #FF0000;
		font-weight : bold;
		text-decoration : none;
		font-family: Arial;
		font-size: 10pt;

}


a.three:link	{
		color : #000080;
		font-weight : bold;
		text-decoration : underline;
		font-family: Arial;
		font-size: 10pt;
}

a.three:visited	{
		color : #000080;
		font-weight : bold;
		text-decoration : underline;
		font-family: Arial;
		font-size: 10pt;
}

a.three:hover	{
		color : #FF0000;
		font-weight : bold;
		text-decoration : underline;
		font-family: Arial;
		font-size: 10pt;
}

.idtext1
{font: normal 6pt Arial; font-style: normal; color: #000000;}

.generaltext
{font-family:Arial;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext1
{font-family:Verdana;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext2
{font-family:Verdana;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext3
{font-family:Arial;font-size:8pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext4
{font-family:Arial;font-size:10pt;font-weight:bold;font-style:normal;text-decoration:none;}
.headertext
{font-family:Verdana;font-size:13pt;font-weight:bold;font-style:italic;text-decoration:none;}
.headertext2
{font-family:Arial;font-size:12pt;font-weight:bold;font-style:normal;text-decoration:none;}
.menutext
{font-family:Verdana;font-size:10pt;font-weight:bold;font-style:normal;text-decoration:none;}
.menutext2
{font-family:Verdana;font-size:8pt;font-weight:bold;font-style:normal;text-decoration:none;}
.menutext3
{font-family:Arial;font-size:8pt;font-weight:bold;font-style:normal;text-decoration:none;}
.footertext
{font-family:Veranda;font-size:8pt;font-weight:normal;font-style:normal;text-decoration:none;}
.footertext2
{font-family:Verdana;font-size:1pt;font-weight:normal;font-style:normal;text-decoration:none;}

.cheddar
{background-color: #CCFFCC;}
.colby
{background-color: #FFECFF;}
.mozzarella
{background-color: #ECF5FF;}
.pepper
{background-color: #FFECC6;}
.string
{background-color: #F0E1D2;}
.swiss
{background-color: #EAEAFF;}


/****Title******************************************************************/

.roundedcornr_box_719954 {
	background: url(images/roundedcornr_719954_tl.png) no-repeat top left;
}
.roundedcornr_top_719954 {
	background: url(images/roundedcornr_719954_tr.png) no-repeat top right;
}
.roundedcornr_bottom_719954 {
	background: url(images/roundedcornr_719954_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_719954 div {
	background: url(images/roundedcornr_719954_br.png) no-repeat bottom right;
}
.roundedcornr_content_719954 {
	background: url(images/roundedcornr_719954_r.png) top right repeat-y;
}

.roundedcornr_top_719954 div,.roundedcornr_top_719954,
.roundedcornr_bottom_719954 div, .roundedcornr_bottom_719954 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_719954, .roundedcornr_bottom_719954 {
	margin-top: -19px;
}
.roundedcornr_content_719954 { padding: 0 15px; }


/****Main******************************************************************/

.roundedcornr_box_305158 {
	background: url(images/roundedcornr_305157_tl.png) no-repeat top left;
}
.roundedcornr_top_305158 {
	background: url(images/roundedcornr_305157_tr.png) no-repeat top right;
}
.roundedcornr_bottom_305158 {
	background: url(images/roundedcornr_305157_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_305158 div {
	background: url(images/roundedcornr_305157_br.png) no-repeat bottom right;
}
.roundedcornr_content_305158 {
	background: url(images/roundedcornr_305157_r.png) top right repeat-y;
}

.roundedcornr_top_305158 div,.roundedcornr_top_305158,
.roundedcornr_bottom_305158 div, .roundedcornr_bottom_305158 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_305158, .roundedcornr_bottom_305158 {
	margin-top: -19px;
}
.roundedcornr_content_305158 { padding: 0 15px;}



/****Footer******************************************************************/

.roundedcornr_box_305157 {
	background: url(images/roundedcornr_305157_tl.png) no-repeat top left;
}
.roundedcornr_top_305157 {
	background: url(images/roundedcornr_305157_tr.png) no-repeat top right;
}
.roundedcornr_bottom_305157 {
	background: url(images/roundedcornr_305157_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_305157 div {
	background: url(images/roundedcornr_305157_br.png) no-repeat bottom right;
}
.roundedcornr_content_305157 {
	background: url(images/roundedcornr_305157_r.png) top right repeat-y;
}

.roundedcornr_top_305157 div,.roundedcornr_top_305157,
.roundedcornr_bottom_305157 div, .roundedcornr_bottom_305157 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_305157, .roundedcornr_bottom_305157 {
	margin-top: -19px;
}
.roundedcornr_content_305157 { padding: 0 15px; text-align:center; font-family:Arial;font-size:8pt;font-weight:normal;font-style:normal;text-decoration:none; color:#000000;}


a.footer:link, a.footer:visited, a.footer:hover, a.footer:active	{
	color: #C0C0C0;
	font: normal 8pt Arial;
	text-decoration: none;
}

/* ######### Style for Menu ######### */

.indentmenu{
font: 8pt Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;
background: black url(images/menuback.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 0px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/menubackdown.png) center center repeat-x;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border-top: 3px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom: 1px solid #7E9939;
font: bold 8pt Arial;
line-height:18px;
z-index:100;
background: white;
width: 175px;
visibility: hidden;
margin: -4px 0 0 0;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-top: 0 solid #678b3f;
border-bottom: 3px solid #FFFFFF; /*THEME CHANGE HERE*/
color: #FFFFFF;
font: normal 8pt Arial;
text-align:left;
text-decoration: none;
background: #C6D25A url(images/menusubgreen.png) center repeat-x;
height: 18px;
padding: 4px 0 0 0;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
height: 25px;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background: #C60000;
color: white;
text-decoration: none;
}

.dropmenudiv a:visited { /*THEME CHANGE HERE*/
color: white;
text-decoration: none;
}


/*- Menu Tabs F--------------------------- */

    #tabsF {
	margin: 0px;
	font: normal 8pt Arial;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	}

    #tabsF ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	}

    #tabsF li {
	display:inline;
	margin: 0px;
	padding: 0px;
	}

    #tabsF a {
	float:left;
	margin: 0;
	padding: 0px 0 0 0px;
	width: 130px;
	white-space: nowrap;
	text-decoration: none;
	}
    #tabsF a span {
	float:left;
	display:block;
	background:url("images/menubackborder.png") no-repeat right top;
	width: 100%;
	font: normal 8pt Arial;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin: 0px 0 0 0;
	padding: 15px 0 16px 0px;
	cursor: pointer;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -45px;
      font: normal 8pt Arial;
      color: #ffffff;
      text-decoration: none;
      }
    #tabsF a:hover span {
      background-position:100% -45px;
      font: normal 8pt Arial;
      color: #ffffff;
      text-decoration: none;
      }


    #tabsFL a {
	background:url("images/menuback.png")  no-repeat left top;
	float:left;
	margin: 0;
	padding: 0px 0 0 0px;
	width: 123px;
	white-space: nowrap;
	text-decoration: none;
	}
/* Holly Hack for IE \*/
* html #tabsFL a { width: 128px; }
/* End */

    #tabsFL a span {
	float:left;
	display:block;
	background:url("images/menubacklast.png") no-repeat right top;
	font: normal 8pt Arial;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	padding: 15px 0 16px 0px;
	cursor: pointer;	}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsFL a span {float:none;}
    /* End IE5-Mac hack */
    #tabsFL a:hover span {
      color:#FFF;
      }
    #tabsFL a:hover {
      background-position:0% -45px;
      font: normal 8pt Arial;
      color: #ffffff;
      text-decoration: none;
      }
    #tabsFL a:hover span {
      background-position:100% -45px;
      font: normal 8pt Arial;
      color: #ffffff;
      text-decoration: none;
      }


    #tabsFF a {
	float:left;
	background:url("images/menuleft.png")  no-repeat left top;
	margin: 0 0 0 0px;
	padding: 0px 0 0 10px;
	width: 123px;
	white-space: nowrap;
	text-decoration: none;
	}
/* Holly Hack for IE \*/
* html #tabsFF a { width: 128px; }
/* End */

    #tabsFF a span {
	float:left;
	display:block;
	background:url("images/menubackborder.png") no-repeat right top;
	font: normal 8pt Arial;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	padding: 15px 0 16px 0px;
	cursor: pointer;
	}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsFF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsFF a:hover span {
      color:#FFF;
      }
    #tabsFF a:hover {
      background-position:0% -45px;
      font: normal 8pt Arial;
      color: #ffffff;
      text-decoration: none;
      }
    #tabsFF a:hover span {
      background-position:100% -45px;
      font: normal 8pt Arial;
      color: #ffffff;
      text-decoration: none;
      }


/* ######### CSS for Lightbox ######### */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	cursor: pointer;
	}

#lightbox a img{ border: none; cursor: pointer;}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink, #nextLink:visited { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-size:11px; font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
background-color: #FFFFFF;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
font-weight: bold;
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
font-weight: bold;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border: 1px solid #2b66a5;
font-weight: bold;
cursor: pointer;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}


/* Iconize 0.5 */

/* websites (pictures and movies) */
a[href *="youtube.com/watch?"], a[href *="sevenload.com/videos/"], a[href *="metacafe.com/watch/"] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_film.gif) no-repeat center left;
}

a[href *="flickr.com/photos/"], a[href *="zooomr.com"], a[href *="imageshack.us"], a[href *="bubbleshare.com"], a[href *="sevenload.com/bilder/"] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_pic.gif) no-repeat center left;
}

/* extensions */

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_doc.gif) no-repeat center left;
}

a[href$='.txt'] {
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_txt.gif) no-repeat center left;
}

a[href$='.xls'] {
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_xls.gif) no-repeat center left;
}

a[href$='.rss'], a[href$='.atom'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_feed.gif) no-repeat center left;
}

a[href$='.opml'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_opml.gif) no-repeat center left;
}

a[href$='.phps'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_phps.gif) no-repeat center left;
}

a[href$='.phps'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_phps.gif) no-repeat center left;
}

a[href$='.torrent'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_torrent.gif) no-repeat center left;
}

a[href$='.vcard'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_vcard.gif) no-repeat center left;
}

a[href$='.exe'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_exe.gif) no-repeat center left;
}

a[href$='.dmg'], a[href$='.app'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_dmg.gif) no-repeat center left;
}

a[href$='.pps'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_pps.gif) no-repeat center left;
}

a[href$='.pdf'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_pdf.gif) no-repeat center left;
}

a[href$='.xpi'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_plugin.gif) no-repeat center left;
}

a[href$='.fla'], a[href$='.swf'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_flash.gif) no-repeat center left;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_archive.gif) no-repeat center left;
}

a[href$='.ical'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_ical.gif) no-repeat center left;
}

a[href$='.css'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_css.gif) no-repeat center left;
}

a[href$='.ttf'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_ttf.gif) no-repeat center left;
}

/*
a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'], a[href$='.svg'], a[href$='.eps'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_pic.gif) no-repeat center left;
}
*/

a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_film.gif) no-repeat center left;
}

a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_music.gif) no-repeat center left;
}

/* messenger */
a[href ^="aim:"] {
	padding: 5px 0 5px 20px;
    background: transparent url(images/icons/icon_aim.gif) no-repeat center left;
}

a[href ^="msnim:"] {
	padding: 5px 0 5px 20px;
    background: transparent url(images/icons/icon_msn.gif) no-repeat center left;
}

a[href ^="xmpp:"] {
	padding: 5px 0 5px 20px;
    background: transparent url(images/icons/icon_jabber.gif) no-repeat center left;
}

a[href *="icq.com"] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_icq.gif) no-repeat center left;
}

a[href *="edit.yahoo.com/config/send_webmesg?"] { 
	padding: 5px 0 5px 20px;
	background: transparent url(images/icons/icon_yim.gif) no-repeat center left;
}

a[href ^="callto:"] {
	padding: 5px 0 5px 20px;
    background: transparent url(images/icons/icon_call.gif) no-repeat center left;
}

a[href ^="skype:"] {
	padding: 5px 0 5px 20px;
    background: transparent url(images/icons/icon_skype.gif) no-repeat center left;
}

a[href ^="gg:"] {
	padding: 5px 0 5px 20px;
    background: transparent url(images/icons/icon_gadugadu.gif) no-repeat center left;
}

/* email */
a[href ^="mailto:"] {
	padding: 5px 0 5px 20px;
    background: transparent url(images/icons/icon_mailto.gif) no-repeat center left;
}

/* use this class to make sure that images won't get iconized */

.imageLink {
	padding-right: 0px !important;
	background: none !important;
}


/**End CSS Style*****************************************/
