

/*<group=Global>*/

/* Set all paddings and Margins to zero */

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-align: left;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #E8E8E8;
}

/* Different Background for Admin Section - includes local nav gradient */

body#admin {
	background-repeat: repeat-x;
	background-image: url(../images/admin_body_bg.gif);
}

p {
	margin-bottom: 15px;
}

img {
	border-style: none;
}

a:link {
	color: #729801;
	text-decoration: underline;
}

a:visited {
	color: #729801;
	text-decoration: underline;
}

a:hover {
	color: #033;
	text-decoration: underline;
}

a:active {
	color: #FF451A;
	text-decoration: underline;
}
	
/*</group>*/

/*<group=General Layout>*/

/*<group=Page Background Control>*/

#darkhalf {
	padding-bottom: 25px;
	margin-top: 25px;
	padding-top: 25px;
	padding-left: 25px;
	clear: both;
	background-color: #E8E8E8;
}

#light {
	background-color: #F3F4F5!important;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}
	
/*</group>*/

/*<group=Pagewrap>*/

/* Restrict elements to 800px width while allowing container background to stretch full width. Re-used inside of darkhalf */

.page{
	width:800px;
	}
	
/*</group>*/

/*<group=Headings>*/

h1, h2, h3, h4, h5 {
	color: #FF451A;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
	font-size: 14px;
	padding-bottom: 15px;
	padding-top: 15px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
	margin-bottom: 5px;
}
	
/*</group>*/

/*<group=Welcome Toolbar>*/

#welcome{
	width: 800px;
	background-color:#FF451A;
	height:25px;
	font-size: 10px;
	}

#welcome p{
	color: #E8E8E8;
	float: left;
	margin-left:25px;
	margin-top: 5px;
	margin-right: 10px;
	font-weight: bold;
	margin-bottom: 0px;
}

#welcome ul{
	list-style:none;
	padding-top:5px;
	}

#welcome li{
	color: #E8E8E8;
	padding-right:5px;
	float:left;
	}

#welcome li a:link{
	color: #FFFFFF;
	text-decoration: underline;
	}

#welcome li a:visited{
	color: #FFFFFF;
	text-decoration: underline;
	}

#welcome li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/*</group>*/

/*<group=Branding Bar>*/

#branding {
	height: 95px;
	background:url(../images/head_bg.gif);
	background-repeat: repeat-y;
	}

#clientbranding{
	padding-left:25px;
	padding-top:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 200;
	float:left;
	width: 600px;
}

#cllogo {
	position: absolute;
	left: 600px;
	top: 50px;
}
	
/*</group>*/

/*<group=Tabs>*/

/* Set bottom margin to 0 to accomodate local nav */

#admin #tabs {
	margin-bottom: 0px;
}

#tabs {
	float:left;
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(../images/tabs_bg.gif);
	background-position: 0px 0px;
	margin-bottom: 28px;
}

#tabs ul{
	height: 30px;
	list-style:none;
	
	}

#tabs li{
	float:left;
	height:28px;
	padding: 0px 0px 0px 1px;
	margin-left: 0px;
	display: inline;
}

#tabs a{
	color:#333333;
	float:left;
	display:block;
	text-decoration: none;

	}

/* Commented Backslash Hack
    hides rule from IE5-Mac \*/

#tabs a {float:none;}

/* End IE5-Mac hack */


#tabhome {
	
	background: url(../images/tab_home.gif) 0px 0px no-repeat;
	width: 85px;
	height: 30px;
}

#login #tabhome, #login #tabcalendar, #login #tablinks, #login #tabadmin, #login #tabteam {
	display: none;
}


#tablogin {
	background: url(../images/tab_login.gif) no-repeat 0px 0px;
	width: 87px;
	height: 30px;
	display: none;
}

#login #tablogin {
	display: block;
}

#tabteam {
	background: url(../images/tab_team.gif) no-repeat 0px 0px;
	width: 122px;
	height: 30px;
	
}


#tabcalendar {
	background: url(../images/tab_calendar.gif) no-repeat 0px 0px;
	width: 88px;
	height: 30px;
		
}


#tablinks {
	background: url(../images/tab_links.gif) no-repeat 0px 0px;
	width: 72px;
	height: 30px;
	
}


#tabadmin{
	background: url(../images/tab_admin.gif) no-repeat 0px 0px;
	width: 75px;
	height: 30px;
	
}

#tabs a:hover {
	background-position: 0px -30px;
}

#tabs a:active {
	background-position: 0px -60px;
}


/* Active Style */
/* The following 2 styles set which tab on the page is "active" */
/* The tab that is "active" should have an id of "current" */
/* This will need to be generated by coldfusion*/


	#tabs #current a {
	background-position: 0px -90px;
}

	.tabspacer {
		background: none!important;
		width: 25px;
	 }

/* Hide Link Text that has been replaced by Images */

#tabs span {
	display: none;
}
	
/*</group>*/

/*<group=Local Nav Bar>*/

#localnav {
	clear:left;
	height: 28px;
	margin-top: 0px;
	display: block;
	width: 800px;
}

#localnav ul{
	list-style:none;
	padding-top:5px;
	margin-left: 145px;
}

#localnav li{
	float:left;
	margin-right:12px;
	}

#localnav li a:link{
	margin-top:10px;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
/*</group>*/

/*<group=Footer>*/

.footer {
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: left;
	padding-bottom: 5px;
	padding-top: 25px;
}
	
/*</group>*/
	
/*</group>*/

/*<group=General Table & Form Styles>*/

/* Set all tables to default zeros */

table {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-collapse: collapse;
	vertical-align: top;
}

/* Default settings for table building blocks */

tr {
	vertical-align: top;
}

td {
	vertical-align: top;
}

th {
	vertical-align: bottom;
	font-weight: bold;
}

input, select, textarea {
	padding: 2px;
	font-size: 1em;
}

/* Default for most form label columns */

table .label {
	width: 150px;
	text-align: right;
	line-height: 1.5em;
	vertical-align: top;
}

/* Default for most form input columns */

table .input {
	width: 250px;
	text-align: left;
	padding-left: 5px;
	vertical-align: top;
}

/* Default size for most form inputs and selects */

.input input, .input select {
	width: 150px;
	padding-right: 5px;
}

/* Default size for most date inputs */

input.date {
	width: 75px;
}

#error {
	
	line-height: 2em;

	display: block;

	border-color: ##FF451A;

	border-width: 1px;

	border-style: solid;

	padding: 4px;

	background-color: #E8E8E8;

	line-height: 1.4em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#error ul {

	padding: 0 0 0 2em;

	list-style-type: circle;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inherit;
}
/* Sets Sizes for date breakdown selects */

#month {
	width: 75px;
}

#day {
	width: 75px;
}

#year {
	width: 75px;
}

/* Em within TH set to normal weight */

th em {
	font-weight: normal;
}

input.state {
	width: 30px;
}

.checkbox {
	width: 25px;
}
	
/*</group>*/

/*<group=Lists>*/

/* Basic List Style with no bullets and 15 px indent. */

ul.basic {
	list-style-type: none;
	margin-left: 15px;
}

.basic li {
	list-style-type: none;
	line-height: 1.5em;
}
	
/*</group>*/

/*<group=Form Buttons>*/

.buttons {
	list-style-type: none;
	line-height: 1em;
	height: 25px;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 15px;
}

.buttons li {
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/button_left.gif);
	height: 25px;
	padding-left: 3px;
	text-align: center;
	display: inline;
	margin-right: 15px;
}

.buttons a:link {
	height: 25px;
	text-decoration: none;
	background-image: url(../images/button_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 9px;
	float: left;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.buttons a {
	float: none;
}
/* End IE5-Mac hac */

.buttons a:hover {
	background-position:100% -25px;

}

.uniformbuttons a {
	width: 100px;
	text-align: center;
}

.uniformbuttons li {
	margin-right: 10px;
	margin-left: 5px;
}
	
/*</group>*/

/*<group=General Content Styles>*/

/* Restrict content area to 800px */

.content {
	padding-left: 25px;
	padding-bottom: 25px;
	width: 800px;
}

/* Clear DIV to mitigate IE Mac issues */

.clear {
	clear: both;
}

/* No top margin for Admin content due to presence of local navigation */


/* Turns any div into a scrollable area with a border */

.scroll {
	overflow: auto;
	font-size: 11px;
	border-style: solid;
	border-color: #88969D;
	border-width: 1px;
	padding: 0px;
	margin: 0px;
	overflow-y: scroll;
	overflow-x: hidden;

}

/* Right align selector contents */

.right {
	
	text-align: right;
}

/*<group=Columns>*/

/* Modified Simplified Box Model Hack */

* html .column1 {
	width: 383px;
	w\idth: 328px;
}

.column1 {
	width: 328px;
	float: left;
	padding-bottom: 25px;
	padding-right: 55px;
	clear: none;
	display: inline;
}

.column2 {
	padding-bottom: 25px;
	display: inline;
	clear: none;
	width: 340px;
	float: left;
}

.gutter {
	width: 50px;
	float: left;
	display: inline;
	clear: none;
}
	
/*</group>*/

.small {
	font-size: 85%;
}

.highlight {
	background-color: #e7e7e7;
	padding: 15px;
}

hr {
	width: 100%;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	border-right-style: none;
	border-bottom-width: 1px;
	border-left-style: none;
	border-top-style: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
	
/*</group>*/

/*<group=Filebrowser>*/

#filebrowser {font-size: 11px;
	border-style: solid;
	border-color: #88969D;
	border-width: 1px;
	padding: 0px;
	margin: 0px;
	width:725px;
	height: 270px;
	background-color: #F3F4F5;
}

#browserpadding {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
}



#frames {
	background-image: none;
	background-color: #F3F4F5;
}

#controlframe {
	width: 680px;
	height: 55px;
}

#treeframe {
	float: left;
	width: 190px;
	height: 200px;
	
}

#basefrm {
	float: left;
	width: 495px;
	height: 200px;
}

/*<group=ControlFrame>*/

#filecontrols {
	list-style-type: none;
	margin-top: 15px;
}

#filecontrols span {
	display: none;
}

#filecontrols li {
	float: left;
	margin-right: 15px;
}

#filecontrols a {
	display: block;
	float: left;
}

/* Commented Backslash Hack
    hides rule from IE5-Mac \*/

#filecontrols a {
	float: none;
}

/* End IE5-Mac hack */

#newfolder {
	width: 80px;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url(../images/button_new_folder.gif);
}

#deletefolder {
	background-image: url(../images/button_delete_folder.gif);
	width: 90px;
	height: 25px;
	background-repeat: no-repeat;
}

#upload {
	width: 180px;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url(../images/button_upload.gif);
}

#filecontrols a:hover {
	background-position: 0px -25px;
}

#filecontrols a:active {
	background-position: 0px -50px;
}
	
/*</group>*/

/*<group=Treeframe>*/

#tree {
	background-color: #F3F4F5;
	background-image: none;
}

#tree div {

	overflow: none;
}
	
.holder {
	border-right-style: solid;
	border-right-color: #ffffff;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: 1px;
	height: 200px;
	font-size: 10px;
}
.holder2 {
	border-right-style: solid;
	border-right-color: #ffffff;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}
.specialClass {
	font-weight:bold;
	text-decoration:underline
}

.holder table {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
}
.holder td {
	padding-top: 0px;
	text-decoration: none;
	white-space:nowrap;
}

.foldericon {
	position: relative;
	border-width: 0px;
	padding-top: 2px;
	padding-right: 3px;
}


/*</group>*/

/*<group=Baseframe>*/

.browsetable {
	padding: 0px;
	width: 100%;
}

.browsetable td {
	padding-bottom: 8px;
	padding-top: 8px;
}

.browsetable th {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	height: 40px;
	vertical-align: middle;
	margin: 0px;


}

.browselist {
	width: 100%;
	height: 157px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

.browsegutter {
	width: 20px;
}

.browsefilename {
	width: 210px;
	text-align: left;
}

.browsefiledate {
	width: 88px;
	text-align: left;
}

div .browsetable td {
	border-bottom-style: solid;
	border-bottom-color: #D8D8DA;
	border-bottom-width: 1px;
}

.browsecomments {
	width: 100px;
	text-align: left;
}

.browsedelete {
	width: 55px;
	text-align: center;
}
	
/*</group>*/
	
/*</group>*/

/*<group=Team Directory>*/

.team {
	margin-bottom: 25px;
}

.team th {
	font-weight: bold;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 2px;
}

.team td {
	font-weight: normal;
	text-align: left;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.teamname {
	width: 150px;
}

.teamcompany {
	width: 150px;
}

.teamcontact {
	width: 200px;
}

.teamphoto {
	width: 100px;
}

img.teamphoto {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}
	
/*</group>*/

/*<group=Links>*/

#linklist {
	width: 100%;
	margin-bottom: 50px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}

#linklist tr td, #linklist tr th {
	padding: 15px;
}

#linklist tr th {
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}

.linktitle {
	width: 300px;
}

.linkurl {
	width: 275px;
}

.linkdate {
	width: 75px;
}

.linkdelete {
	width: 100px;
	text-align: left;
}

.linkedit {
	width: 100px;
}

#newlink {
	margin-top: 20px;
	margin-bottom: 50px;
	width: 300px;
}

#newlink .label {
	width: 300px;
}

#newlink td {
	padding-bottom: 5px;
}
	
/*</group>*/

/*<group=Login>*/

#login form {
	line-height: 2.5em;
	margin-left: 25px;
	margin-bottom: 25px;
}

#login button {
	margin-left: 100px;
	margin-top: 10px;
}
	
/*</group>*/

/*<group=Calendar>*/

#calendar {
	
}


#calendar .column1 {
	width: 250px;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	clear: none;
}


#calendar .column2 {
	display: inline;
	clear: right;
	float: left;
	width: 300px;
}

#calendar .column3 {
	width: 200px;
	float: left;
	display: inline;
}

#calendar .date {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}

.detailcol h2 {
	margin-bottom: 15px;
}

.calendar {
	width: 200px;
	margin-bottom: 25px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

.calendar caption {
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
}

.calendar a:link, .calendar a:visited {
	text-decoration: none;
}

.calendar td {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

.calendar th {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #999999;
}

.padding {
	background-color: #eeeeee;
}

.noentries {
	background-color: #eeeeee;
}

.entries {
	background-color: #dddddd;
}
	
/*</group>*/

/*<group=Admin>*/

.announcement {
	width: 500px;
	line-height: 1.8em;
}

.column1narrow {
	width: 250px;
	display: inline;
	float: left;
}

.event td {
	padding-bottom: 5px;
}

#addevent {
	width: 400px;
	padding: 15px;
	border-style: dotted;
	border-color: #999999;
	border-width: 1px;
	margin-bottom: 15px;
}
	
/*</group>*/

/*<group=Custom Tables>*/

/*<group=Snapshot/Current Status Table>*/

/* Specific styles for Snapshot Table */

.snapshot {
	line-height: 1.25em;
	width: 80%;
	margin-bottom: 25px;
}

.snapshot td {
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 3px;
	padding-bottom: 3px;
}

.snapshot th {
	text-align: center;
	padding-bottom: 10px;
}

.snapshot .tablehead td {
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 2px;
	font-weight: bold;
	height: 19px;
}

/* Indent Phase Subsections with empty td */

.snapshot td.cellspace {
	border-bottom-style: solid;
	width: 10px;
	border-bottom-color: #E8E8E8;
	border-bottom-width: 1px;
}

/* No border on last row when it precedes a tablehead */

.lastrow td {
	border-bottom-style: none;
}

/* Cells Containing Checkmarks to be centered */

.check {
	text-align: center;
}
	
/*</group>*/

/*<group=Edit Profile>*/

.profile tr {
	margin-bottom: 5px;
}

.profile td {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
	
/*</group>*/

/*<group=Event Table>*/

table.event {
	width: 400px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.event .label {
	width: 100px;
}

.event .input input, .event .input textarea {
	width: 200px;
}

.event input.date {
	width: 75px;
}

.event .right {
	padding-right: 15px;
}

.editevent {
	width: 400px;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #cccccc;
	margin-top: 15px;
}
	
/*</group>*/

/*<group=Striped Basics>*/

.striped {
}

.striped th {
	vertical-align: top;
	padding-bottom: 10px;
}

.striped td {
	padding: 5px;
}

.odd {
	
}

.even {
	background-color: #E8E8E8;
}
	
/*</group>*/

/*<group=RecentFilelist>*/

.recent {
	width: 725px;
	height: 140px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

/* Specific Styles for Recent Addition file table */

.recent table {
	margin-left: 13px;
}

.recent table td {
	padding-bottom: 12px;
}

.recentfilename {

	width:  205px; /* actual value */

}



.recentfiledesc {
	width: 309px;
}

.recentfiledate {
	width: 75px;
}

.recentfileauthor {
	width: 87px;
	padding-left: 0px!important;
}
	
/*</group>*/

/*<group=projectlist table>*/

table.projectlist {
}

.projectlist td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.projectlist .projectname {
	width: 300px;
}

.projectlist .company {
	width: 200px;
}

.projectlist .description {
	width: 300px;
}
	
/*</group>*/

/*<group=Userlist table>*/

table.userrights {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}

.userrights .name {
	text-align: left;
}

.userrights td {
	text-align: center;
}
	
/*</group>*/

/*<group=New Company Table>*/

table.newcompany {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 400px;
}

.newcompany input {
	width: 200px;
}

.newcompany .label {
	width: 150px;
}

.newcompany .input {
	
}

.newcompany td {
	padding-bottom: 5px;
}

.newcompany textarea {
	width: 200px;
}
	
/*</group>*/

/*<group=Add Project / Team Builder>*/

table.project {
	margin-top: 25px;
	margin-bottom: 15px;
	width: 500px;
}

.project td.label {
	width: 150px;
}

.project td.input {
	width: 350px;
}

.project td {
	padding-bottom: 10px;
}

.project .checkbox {
	width: 15px;
}

.project input, .project textarea, .project select {
	width: 200px;
}

table.teambuilder {
	width: 700px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.teambuilder td, .teambuilder th {
	padding-bottom: 10px;
	padding-right: 25px;
}

.teambuilder .mover {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 5px;
}

.teambuilder select {
	width: 150px;
}

.activeteam {
	background-color: #cccccc;
}
	
/*</group>*/

.users {
	width: 100%;
}

.useredit td {
	padding-bottom: 5px;
}

.tasks {
	
}

.tasks td {
	padding-bottom: 5px;
}

.tasks select, .tasks input {
	width: 200px;
}

.companylist {
	width: 100%;
	margin-top: 25px;
}
	
/*</group>*/

/*<group=Lists>*/

ol {
	margin-left: 25px;
	line-height: 1.5em;
}

.bulleted:link {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-image: url(../images/bullet-off.gif);
	list-style-type: none;
	background-position: left 4px;
}

.bulleted:hover {
	background-image: url(../images/bullet-on.gif);
}

.bulleted:visited {
	text-decoration: none;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-image: url(../images/bullet-off.gif);
}
	
/*</group>*/

/*<group=File Icons>*/

.excel {
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/icon_excel.gif);
	background-position: left center;
	padding-left: 16px;
}

.folder_closed {
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/icon_folder_closed.gif);
	background-position: left center;
	padding-left: 16px;
}

.folder_open {
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/icon_folder_open.gif);
	background-position: left center;
	padding-left: 16px;
}

.image {
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/icon_image.gif);
	background-position: left center;
	padding-left: 16px;
}

.pdf {
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/icon_pdf.gif);
	background-position: left center;
	padding-left: 16px;
}

.powerpoint {
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/icon_powerpoint.gif);
	background-position: left center;
	padding-left: 16px;
}

.sound {
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/icon_sound.gif);
	background-position: left center;
	padding-left: 16px;
}

.text {
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/icon_text.gif);
	background-position: left center;
	padding-left: 16px;
}

.video {
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/icon_video.gif);
	background-position: left center;
	padding-left: 16px;
}

.word {
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/icon_word.gif);
	background-position: left center;
	padding-left: 16px;
}

.zip {
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/icon_zip.gif);
	background-position: left center;
	padding-left: 16px;
}
	
/*</group>*/


