/* css reset
--------------*/

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;
	vertical-align: baseline;
	background: transparent;
}

body
{
	font-size: 0.75em;
	line-height: 1;
}

ol, ul
{
	list-style-position: outside;
}

ol
{
    list-style-type:decimal;
}

li ol
{
    list-style-type:lower-latin;
}

ul
{
    list-style-type: square;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* standard elements
----------------------*/

body
{
	background:#95B34E url(/Content/background.png) repeat-x scroll left top;
    font-family:Arial,Helvetica,sans-serif
}

h1,h2,h3,h4,h5,h6
{
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    margin: 1em 0 0;
}

p,blockquote,pre,q,dl,ol,ul,table
{
    margin-top:.5em;
}

h1,h2,h3,h4,h5,h6
{
    font-weight: lighter;
}

h1
{
    font-size: 3em;
    margin:.5em 0 0;
}

h2
{
    font-size: 1.5em;
}

h3
{
    font-size:1.3em;
}

h4
{
    font-size:1.2em;
}

h5
{
    font-size:1.1em;
}

p
{
    margin: 1em 0 0;
    text-align:justify;
}

ol ol, ul ul
{
    margin:0 0 .2em;
}

a, #ajaxlogin a
{
    color:#582;
    text-decoration:none;
}

a:hover, a:active, a:focus
{
    text-decoration:underline
}

a:visited
{
    color:#582;
}

/* form elements
------------------*/

form fieldset
{
    margin:1em 0;
    padding:1em;
    border:1px solid #CCC;
    background-color:#FDFDFD;
}

form label
{
    display: block;
    float: left;
    width: 12em;
    margin-bottom:.5em;
}

form label.free
{
	display: inline;
	float:none;
    margin-bottom:.5em;
}

form input[type=text], form input[type=password], form textarea
{
    display: inline;
    margin: 0 0 .5em;
    color:#333;
    background-color:#FFF;
    border:1px solid #AAA;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1em;
}

form textarea
{
    width: 40em;
    height:8.1em;
}

/*form input[type=text], form input[type=password]
{
    width: 15em;
}*/

form optgroup
{
    color:#333;    
    background-color:#CD7;
    font-style:normal;
    font-size:1.1em;
}

form option
{
    background-color:#FFF;
    padding:.1em .3em;
}

form input[type=checkbox], form input[type=radio]
{
    display:block;
    clear:both;
    float:left;
    margin: 0 .5em 0 0;
    height:1em;
    width:1em;
    color:#333;
}

form input[type=checkbox]
{
    background-color:#DDD;
    border:1px solid #777;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=checkbox]:focus, form input[type=radio]:focus, form textarea:focus
{
    background-color:#F8FFD7;
    border:1px solid #CD7;
}

form input[type=button], form input[type=submit], input[type=reset], form button
{
    padding:.15em;
    font-size: .9em;
}

form table input[type=text], form table input[type=password], form table textarea
{
    float:none;
    margin:0;
}

form table label
{
    width:auto;
}


/* page layout
----------------*/

#container
{
    width:980px;
    height:100%;
    margin:0 auto;
    background:#F9F9F9 url(/Content/bg_content.gif) 0 0 repeat-y;
    padding-bottom: 1em;
}

#header
{
    width:980px;
    margin:1em auto 0;
    padding:0;
}

#loginmenucontainer
{
    float:right;
    color:#999;
}

#menucontainer
{
    clear: both;
    background-color:#AC2;
    height: 2.5em;
}


#content, #ajaxlogin, #sidebar
{
    color:#555;
    letter-spacing:.03em;
    line-height:130%;
}

#content, #ajaxlogin
{
    padding:1em;
}


#content
{
    width: 679px;
    min-height: 400px;
    float:left;
    margin-left:1px;
    border-width: 0 1px 1px;
}

#ajaxlogin
{
    display:none;
    padding-top:1em;
    background-color:#EEE;
    border:1px solid #D9D9D9;
}

#sidebar
{
    margin-right:1px;
    padding: 1em 10px;
    width: 247px;   
    float:right;
    background-color:#EFF9C5;
    border-top-width:1px;
    font-size: 0.9em;
}

#footer
{
    clear:both;
    float:none;
    margin:0 auto;
    padding:0.5em 0;
    background-color:transparent;
    color: white;
    font-size: .8em;
    text-align: center;
    border-top:1px solid #D9D9D9;
    width:980px;
}


/* header
-----------*/

#title
{
    float:left;
    width: 50%;
    margin:0;
    padding: 0 0 1em;
    color:#FFF;
    height:116px;
    background:transparent url(/Content/gunshLogo.gif) 0 0 no-repeat;
    font-weight:bold;
}

#title h1
{
	margin: 0;
    font-weight:bold;
}

#title p
{
	margin: 0;
}

#mslogo
{
    border:1px solid #D9D9D9;
    float:right;
    height: 76px;
    width: 270px;
    margin-top: 25px;
    background:transparent url(/Content/Images/mspartner.png) 0 0 no-repeat;
}

/* menu
---------*/

ul#menu
{
    margin:0;
    padding:0 0 0 .5em;
    list-style:none;
    display:block;
    border-top:1px solid #BD5;
}

ul#menu li, #loginlink
{
    list-style-position:inherit;
    margin:.5em .5em 0 0;
    padding:0;
    display:inline-block;
    float: left;
}

ul#menu a, #loginlink a
{
    display: block;
    margin:0;
    padding: .5em 1em;
    color:#455;
    font-weight:bold;
    text-decoration:none;
}

ul#menu a:hover, #loginlink a:hover, ul#menu a:focus, #loginlink a:focus
{
    background-color: #BD3;
    color:#233;
}

ul#menu li.selected a, #loginlink.selected a
{
    background-color:#FBFBFB;
    color:#455;
}

#loginmenucontainer span
{
    font-weight: bold;
    margin-right: 1em;
}

#loginlink
{
    border-width: 0 0 0 1px;
}

/* content
------------*/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
    color:#671;
}

#content h1,h2,h3,h4
{
    margin-bottom:1em;
    padding-bottom:.5em;
    border-bottom:1px solid #CD7;
}

#content h3
{
    border-style:dotted;
}

#content h4
{
    border-color:#DDA;
    border-style:dotted;
}

#content h5, #content h6
{
    margin-bottom:1em;
}

#content ul, #content ol, #sidebar ul, #sidebar ol
{
    padding-left: 2em;
}

#content table
{
    border-collapse:collapse;
}

#content th
{
    background-color:#CD7;
    border:1px solid #FFF;
    min-width:3em;
}

#content th,td
{
    padding:.2em .5em;
}

#content td
{
    border:1px solid #CD7;
}

#content td.featureIn
{
	min-width: 16px;
	min-height: 16px;
    background:url(/Content/Images/Tick.gif) no-repeat center;
}

#content td.featureOut
{
	min-width: 16px;
	min-height: 16px;
    background:url(/Content/Images/Cross.gif) no-repeat center;
}

#content div.cell
{
    float:left;
    width: 325px;
    padding: 0 0 0.5em 1em;
}

#table td
{
	text-align: center;
}

/* sidebar 
------------*/

#sidebar ul
{
    list-style: none;
    padding:0;
}

#sidebar ul li
{
    list-style:none;
}

#sidebar ul li a
{
    display:block;
    padding:.1em;
    border:1px solid #EFF9C5;
    border-width:1px 0;
    text-decoration:none;
}

#sidebar ul li a:hover, #sidebar ul li a:focus
{
    background-color: #E6F0BD;
    border:1px solid #CD7;
    border-width:1px 0;
}

#sidebar ul li.selected a
{
    background-color:#E3F0AC;
    border:1px solid #CD7;
    border-width:1px 0;
}

/* footer
-----------*/

/* ajax login
---------------*/
#ajaxlogin p
{
    display:block;
    position:relative;
    top:0;
    left:0;
    width:400px;
    margin-top:0;
}

#ajaxlogin form
{
    display: block;
    position:relative;
    top:-2.5em;
    left:450px;
    width:450px;
    margin-bottom:-2.5em;
}

#ajaxlogin input[type=checkbox]
{
    margin-left:8em;
}

#ajaxlogin input[type=submit]
{
    width:7em;
    margin: .5em 0 0 7.5em;
}

#ajaxlogin label
{
    width:7em;
}

#ajaxlogin label[for=rememberMe]
{
    width:10em;
}

#loginlink.ajaxselected
{
    background-color:#EEE;
}

/* messages
-------------*/

div.information, div.error, div.success, ul.validation-summary-errors
{
    margin:1em 0;
    padding:1em;
    font-weight:bold;
}

div.information
{
    color:#C80;
    background-color:#FF9;
    border:1px solid #C80;
}

div.error, ul.validation-summary-errors
{
    color: #C33;
    background-color:#FBB;
    border:1px solid #C33;
}

div.success
{
    color: #671;
    background-color:#CD7;
    border:1px solid #671;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.field-validation-error
{
    color: #ff0000;
}

img.info_image
{
	width: 32px;
	height: 32px;
    margin-right: 0.5em;
    vertical-align: middle;
}

img.icon
{
	width: 32px;
	height: 32px;
    margin: 0.5em;
    vertical-align: top;
    float: left;    
}

img.product_logo
{
	width: 48px;
	height: 48px;
    margin: 0.5em;
    margin-right: 1em;
    vertical-align: top;
    float: left;    
}

#screenshots table
{
    border-collapse:collapse;
}

#screenshots td
{
    padding: 1em;
    vertical-align:middle;
}

#screenshots td
{
    border:0;
}

#screenshots a.image
{
    background-image: none;
    margin-left:5px;
    padding-left:13px;
}

#mslogoimg
{
    border:1px solid #D9D9D9;
    float:right;
    margin: 0 0 0.5em 1em;
    width: 250px;
    height: 76px;
}

.keywordcontainer span
{
	font-weight:bold;
}

/* LIGHTBOX CSS */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
/*	background-image: url(blank.gif);*/
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");*/
	}

