﻿/* ================================
    Default styles FOR DotNetNuke
   ================================
*/

/* BROWSER RESET (based on Eric Meyer's Reset) */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, form, label, legend {
    padding: 0px;
    margin: 0px;
    border: 0px;
    outline: 0px;        
    line-height: normal;
    /*vertical-align: baseline;*/
    font-family: inherit;
    font-size: 100%;
}

fieldset
{
	-moz-border-radius: 7px;
	-moz-border-widht: 1px;
	-webkit-border-radius: 7px;
	padding: 10px;
	border-bottom-color: rgb(192, 192, 192);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(192, 192, 192);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(192, 192, 192);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(192, 192, 192);
	border-top-style: solid;
	border-top-width: 1px;
}

fieldset legend
{
	color: black;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;

}

:focus {
    outline: 0;
    }
body {
    background: white;
    line-height: 1;
    color: black;
    }
ol, ul {
    list-style: disc;
    margin: 10px;
    }
table {
    border-collapse: separate;
    border-spacing: 0;
    }
caption, th, td {
    font-weight: normal;
    /* text-align: inherit; */
    /*padding: 4px;*/
    }
blockquote:before, blockquote:after, q:before, q:after {
    content: "";    
    }
blockquote, q {
    quotes: "" "";
    margin: 15px;
    }
input,select,textarea
{
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}    
/* END BROWSER RESET */





