/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* html5: initialize new elements as block */
article, 
aside, 
footer, 
header, 
hgroup, 
nav, 
section
{
    display: block;
}

/*======================================================================
	CLEARFIX
----------------------------------------------------------------------*/
.clearfix
{
	display: block;
	zoom: 1;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

/*======================================================================
	LAYOUT
----------------------------------------------------------------------*/
body
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background: #292a2c;
}

/* --- header stuff --- */

#header-wrap
{
    margin-top: 1.3em;
    clear: both;
    border-top: 1px solid #585657;
    border-bottom: 1px solid #585657;
}


#header-wrap header
{
	position: relative;
    margin: 0.2em auto 0;
    padding-bottom: 0.2em;
    width: 930px;
    font-size: 3em;
}
    
    #header-wrap header a
    {
        text-decoration: none;
    }
    
        #header-wrap header .logo a
        {
        		margin-top: 0.185em;
                width: 267px;
                height: 46px;
            	float: left;
                color: #cecece;
                text-transform: uppercase;
                text-indent: -99999px;
                background: transparent url(/resources/images/clientlinc-logo.gif) 0 0 no-repeat;
        }
		
	#header-wrap header .utility-nav
	{
		position: absolute;
		top: -59px;
		right: 0;
		min-width: 145px;
		_width: 145px;
	}
	
		#header-wrap header .utility-nav ul
		{
			_width: 145px;
			_text-align: right;
		}
		
			#header-wrap header .utility-nav ul li
			{
				display: block;
				_display: inline;
				margin-left: 25px;
				_margin-left: 0;
				_padding-left: 15px;
				float: left;
				_float: none;
			}
			
				#header-wrap header .utility-nav ul li a
				{
					font-family: Verdana, Geneva, sans-serif;
					font-size: .1665em;
					color: #978d8d;
					text-decoration: none;
					text-transform: uppercase;
				}
				
				#header-wrap header .utility-nav ul li a:hover
				{
					color: #fff;
					text-decoration: underline;
				}
		        
	#header-wrap header section
	{
		float: right;
		font-size: 0.48em;
		line-height: 1.3em;

	}
	
	    #header-wrap header section section
    	{
    	    margin-left: 3em;
    		float: left;
    	}
    	
            #header-wrap header section section a
            {
        	    font-weight: bold;
        		color: #aac9e6;
        		text-decoration: none;
        	}
    	
        	#header-wrap header section section a:hover
    		{
    			text-decoration: underline;
    		}

    		#header-wrap header section section p
    		{
    			color: #808080;
    		}
	
    		#header-wrap header section section h3
    		{
    			font-weight: bold;
    			color: #fff;
    		}
        
        #header-wrap header section .info-wrap
        {
            width: 150px;
            float: left;
        }
            #header-wrap header section .info-wrap .project
            {
                margin-top: 1em;
            }


/* --- main container stuff --- */

#content-wrap
{
    margin-top: 0.8em;
    clear: both;
    border-bottom: 6px solid #b81703;
}

    /* navbar stuff */

	nav
	{
		width: 100%;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #292a2c), color-stop(0.75, #000));
		background: -moz-linear-gradient(top, #292a2c, #000 75%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292a2c', endColorstr='#000');
	}

		nav ul
		{
			margin: 0 auto;
			width: 930px;
			overflow: hidden;
		}

        nav li
        {
            margin-right: 0.5em;
            padding: 8px 12px 7px;
            float: left;
            font-size: 0.79em;
            font-weight: bold;
            text-transform: uppercase;
        	background: #3a3843;
            background: -webkit-gradient(linear, left top, left bottom, from(#605e69), to(#343339));
        	background: -moz-linear-gradient(top, #605e69, #343339);
        	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#605e69', endColorstr='#343339');
        	border-top: 1px solid #afaeb5;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
        }  
    
            nav li:hover
            {
            	background: -webkit-gradient(radial, 55 55, 20, 52 50, 30, from(#aaaaaa), to(#605e69));
            	background: -moz-radial-gradient(bottom, closest-corner, #aaaaaa, #605e69);
            }

            nav li a
            {
                display: block;
                color: #fff;
                text-decoration: none;
                text-shadow: 1px 1px 2px #111;
            }

                nav li.ui-state-active
                {
                	background: #fff;
                	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
                	background: -moz-linear-gradient(top, #ccc, #fff);
                	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff');
                	border-top: 1px solid #ffffff;
                }
    
                    nav li.ui-state-active:hover
                    {
                        background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
                    	background: -moz-linear-gradient(top, #ccc, #fff);
                    }

                    nav li.ui-state-active a
                    {
                        color: #921116;
                        text-shadow: none;
                    }
                
    /* main area */

    #content
    {
        margin: 0 auto;
        background: #d9d9d9;
        background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#fff));
        background: -moz-linear-gradient(top, #d9d9d9, #fff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#ffffff');
    }


        #content div
        {
            margin: 0 auto;
			padding: 2em 0 2em 10px;
            width: 920px;
			min-height: 300px;
            color: #264766;
            font-size: 0.8em;
        	letter-spacing: 0.9px;
            background: #fff;
            overflow: hidden;
        }

            #content div h3
            {
                padding: 0.9em;
                color: #fff;
                font-size: 0.9em;
				font-weight: bold;
                text-transform: uppercase;
                background: #3a3843;
            }

            #content div p
            {
                margin: 0 0 5px 0;
				line-height: 1.4em;
			}

            #content div section 
            {
				_display: inline;
                margin: 0 10px 0 0;
				_margin-right: 4px;
                width: 220px;
                float: left;
                font-size: 0.95em;
            }

            #content div h4
            {
                margin: 0.7em 0 0.5em 0.8em;
                font-weight: bold;
                line-height: 1.4em;
            }

            #content div section time
            {
				font-style: italic;
			}

				#content div ul
                {
                    margin-left: 1em;
                    list-style-type: disc;
                }

                #content div li
                {
                	margin: 0 0 0.65em 1.6em;
                }

                #content div a 
                {
                	color: #264766;
                	text-decoration: none;
                }

                	#content div a:hover
                	{
                		text-decoration: underline;
                	}
					
					#content div a.doc,
					#content div a.pdf,
					#content div a.txt,
					#content div a.xls,
					#content div a.zip,
					#content div a.link,
					#content div a.mpp
					{
						padding: 3px 0 3px 20px;
						background: transparent left center no-repeat;
						line-height: 1.5em;
					}
					
						#content div a.doc
						{
							background-image: url("/resources/images/file-type-icons/doc.png");
						}
						
						#content div a.pdf
						{
							background-image: url("/resources/images/file-type-icons/pdf.png");
						}
						
						#content div a.txt
						{
							background-image: url("/resources/images/file-type-icons/txt.png");
						}
						
						#content div a.xls
						{
							background-image: url("/resources/images/file-type-icons/xls.png");
						}
						
						#content div a.zip
						{
							background-image: url("/resources/images/file-type-icons/zip.png");
						}
						
						#content div a.link
						{
							background-image: url("/resources/images/file-type-icons/link.png");
						}
						
						#content div a.mpp
						{
							background-image: url("/resources/images/file-type-icons/mpp.png");
						}

            #content div section section
            {
				margin-bottom: 2px;
                font-size: 0.9em;
                background: #d1d1d1;
                background: -webkit-gradient(linear, left top, left bottom, from(#d0cfcb), to(#d2d1cf));
                background: -moz-linear-gradient(top, #d0cfcb, #d2d1cf);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0cfcb', endColorstr='#d2d1cf');
            }

            #content div section section.newest
            {
                background: #f3f3f3;
                background: -webkit-gradient(linear, left top, left bottom, from(#f3f2ed), to(#f4f3f1));
                background: -moz-linear-gradient(top, #f3f2ed, #f4f3f1);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2ed', endColorstr='#f4f3f1');
            }

            #content div section section.newer
            {
                background: #e7e7e7;
                background: -webkit-gradient(linear, left top, left bottom, from(#e8e7e3), to(#e7e6e2));
                background: -moz-linear-gradient(top, #e8e7e3, #e7e6e2);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e7e3', endColorstr='#e7e6e2');
            }

            #content div section section.new
            {
                background: #dbdbdb;
                background: -webkit-gradient(linear, left top, left bottom, from(#dbdad8), to(#dad9d7));
                background: -moz-linear-gradient(top, #dbdad8, #dad9d7);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdad8', endColorstr='#dad9d7');
            }

/* --- footer --- */

#footer-wrap
{
	padding-bottom: 20px;
    border-top: 1px solid #c68a89;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #000), color-stop(0.22, #292a2c));
    background: -moz-linear-gradient(top, #000, #292a2c 22%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#292a2c');
}

footer
{
    margin: 0 auto;
    width: 930px;
	padding-top: 2em;
	color: #ACA79C;
	font-size: 0.7em;
}


    footer section 
    {
        float: right;
        font-family: georgia, times, serif;
        letter-spacing: 1px;
    }

        #footer-wrap h4
        {
            margin-bottom: 1em;
            font-weight: normal;
            letter-spacing: 0.3em;
        }

        #footer-wrap p
        {
            line-height: 1.5em;
        }
        
        #footer-wrap a
        {
        	color: #ACA79C;
            text-decoration: none;
            text-transform: uppercase;
            border-bottom: 1px dotted #706D65;
        }
        
    #footer-wrap small
    {
        display: block;
        margin-top: 1.2em;
        font-size: 0.9em;
    }
    
/* jquery ui tabs */

.ui-tabs-hide
{
    display: none;
}

/* login global stuff */

body.home
{
    background: #000;
}


body.home a
{
    color: #900;
    text-decoration: none;
}

    body.home a:hover
    {
        text-decoration: underline;
    }

/* login form */

body.home #wrap
{
    margin: 0 auto;
    width: 960px;
    height: 720px;
    background: url(../images/bg_clientlinc-login.jpg) no-repeat;
}

	body.home #wrap h1
	{
		margin: 8em 5.5em 0 0;
		_margin-right: 3em; /* IE6 only */
		width: 220px;
		height: 55px;
	    float: right;
		text-indent: -99999px;
		background: url(../images/clientlinc-logo-login.png) no-repeat;
	}

body.home form
{
	margin: 1em 7em 0 0;
	_margin-right: 3em; /* IE6 only */
    width: 225px;
    float: right;
	clear: both;
    font-size: 0.7em;
    background: #fff;
}

	body.home form p
	{
		line-height: 1.5em;
	}

	body.home form fieldset
	{
		margin: 1em 0;
	    padding: 1.5em;
	    background: #f4f3ee;
	    border: 1px solid #d3d3cb;
	}
	
	body.home form fieldset legend span
	{
		display: none;
	}


    	body.home form fieldset ul li
	    {
	        margin-bottom: 1em;
	    }
    
	        body.home form fieldset ul li label
	        {
	            font-weight: bold;
	        }