@charset "utf-8";
/* RIAI New 2010 | Base CSS Document */

/* @group Global 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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1em;
	font-family: inherit;
	text-align: left;
	vertical-align:baseline;
	
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/* @end */

/* ----------------------------------------------- GENERAL STUFF ------------------------*/
body {
	font: 75% Arial, Helvetica, sans-serif;
	color:#3b3b3b;
	
	}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
img.right {float:right;margin:0 0 10px 10px;clear:both;}
img.left {float:left; margin: 0 15px 10px 0;clear:both;}

div.hr0 {clear:both;height: 10px;background: none;margin-top:10px;margin-bottom:10px;}
div.hr0 hr {display: none;}

div.hr {clear:both;height: 10px;background: url(../i2/divider-hr.png) top center no-repeat;margin-top:10px;margin-bottom:10px;}
div.hr hr {display: none;}

/*news*/
div.hr2 {clear:both;height: 10px;background: url(../i2/divider-hr.png) top center no-repeat;margin-top:10px;margin-bottom:10px;}
div.hr2 hr {display: none;}



.red, .required {color:#cc0000;}
.green {color:#00cc00;}

abbr, acronym {cursor: help;}	
strong {font-weight:bold;}
em {font-style:italic; }	

/* General Links
------------------------------------------------------------------*/
a {color: #4279b8;/*font-weight:bold;*/text-decoration:underline;background-color: transparent; outline:none;}
a:link {color: #4279b8;text-decoration:none;background-color: transparent;} 
a:visited {color: #4279b8;text-decoration: none;background-color: transparent;} 
a:hover	{color: #4279b8;text-decoration:underline;background-color: ;} 
a:active {color: #4279b8;text-decoration:none;background-color: ;}	

a.green {color: #33cc00;/*font-weight:bold;*/text-decoration:underline;background-color: transparent; outline:none;}
a.green:link {color: #33cc00;text-decoration:none;background-color: transparent;} 
a.green:visited {color: #33cc00;text-decoration: none;background-color: transparent;} 
a.green:hover	{color: #33cc00;text-decoration:underline;} 
a.green:active {color: #33cc00;text-decoration:underline;}	

/* --------------------------------------------------------------  TYPOGRAPHY
--------------------------------------------------------------------------------------*/

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; }

/* Default fonts and colors. */
body,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font:12px/1.5 Arial, Helvetica, sans-serif; }

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5 {color:#33cc00; font-family: Arial, Helvetica, sans-serif;}
h1 { font-size: /*3em*/22px;  }
h2 { font-size: /*2em*/ 20px;; margin-bottom: 5px; font-weight:normal;}
h2.home {color:#ee2e24;}
h2.nav {font-size:14px; font-weight:bold;}
h2.nav a, h2.nav a:link {color:#fff;}
h3 { font-size: /*1.5em*/18px;; line-height: 30px; margin-bottom: 10px; margin-top: 15px;font-weight:normal;}
#submenu h3 {margin-top:0px;}
h4 { font-size: /*1.2em*/16px; line-height: 18px; margin-bottom: 10px; margin-top: 10px; font-weight:normal;color:#222; }
h4.title {font-size:16px;line-height: 16px;}
h4.login {margin-top: 0px;}
h5 { font-size:14px;font-weight:normal;margin-bottom: 0;color:#222; }
h6 { font-size:12px;font-weight:bold;color:#222; }

h2.cooper {font-size: 80px;; line-height: 80px; margin-bottom: 0px;margin-top:50px;}
h3.cooper {font-size: 30px;; line-height: 30px; margin-bottom: 0px;}
h4.cooper {font-size: 20px;; line-height: 20px; margin-bottom: 0px;}
h5.cooper {font-size: 18px;; line-height: 18px; margin-bottom: 0px;}
h6.cooper, h6.cooper2 {font-size: 14px;; line-height: 14px; margin-bottom: 0px;}
/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 7px 0;}
p.date {margin-bottom:10px;font-style: italic;font-size:11px; }

ul, ol { margin: 0 1.5em 1.5em 1.5em;}
ul li, ol li{ font:12px/1.5 Arial, Helvetica, sans-serif;}
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font:12px/1.5 Arial, Helvetica, sans-serif; font-weight: bold; }
dl dd { font:12px/1.5 Arial, Helvetica, sans-serif; margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

/*a { color: #013066; text-decoration: none; }
a:hover { color:#fff;text-decoration: underline; }*/

blockquote { margin: 1.5em; font:12px/1.5 Arial, Helvetica, sans-serif; /*border-top:1px solid #00cc00;border-bottom:1px solid #00cc00;*/}
blockquote p {font:12px/1.5 Arial, Helvetica, sans-serif;}
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }
span.amp { /* For better-looking ampersands */
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}



p.date {font-style:italic; font-size:11px;}

/* ---------------------------------------------------------------------------- FORMS 
--------------------------------------------------------------------------------------*/
/* FORM: PRESENTATION */
form { }

fieldset { }
fieldset fieldset { }
fieldset fieldset legend { }
.fieldleft{
	float:left;
	margin:0 30px 0 0;
	width:300px;
	clear: left;
}
.fieldright{
	float:right;
	margin:0;
	width:270px;
	clear: right;
}

legend { }
input, input.file, select, select.dropdown, textarea, div input.innertextfield { }
input:hover, input.file:hover, select:hover, select.dropdown:hover, textarea:hover, div input.innertextfield:hover { }
input:focus, input.file:focus, select:focus, select.dropdown:focus, textarea:focus, div input.innertextfield:hover { }
input:active, input.file:active, select:active, select.dropdown:active, textarea:active, div input.innertextfield:active { }
input:focus:hover, input.file:focus:hover, select:focus:hover, select.dropdown:focus:hover, textarea:focus:hover, div input.innertextfield:focus:hover { }
input.checkbox, input.radio  { }
button { }
button:hover { }
optgroup {}
option {}


/* FORM: LAYOUT */
form {}
fieldset { }
fieldset fieldset { }
legend { }
/*.textfield, .textarea, .file, .dropdown, .radio, .checkbox, .buttons, fieldset fieldset {margin-bottom:1em;}*/
input, input.file, select, select..dropdown, textarea, input.innertextfield {width:280px;border:none;background:#fff; }
input, input.file, select, select.dropdown, textarea { }
textarea {height:210px; }
input, input.file, select, select.dropdown, textarea { }
input.checkbox, input.radio { }
div input.innertextfield { }
.buttons {}
button { }
optgroup {}
option { }

.hiddenFields {display:none;}

form.register {width:600px;background:#fafaf9;padding:30px;height:130px;}
form.register div.register-left {float:left; width:285px;}
form.register div.register-right {float:right; width:285px;}
form.register input {float:right;margin-bottom:10px; width:165px;height:28px;color:#fff;background:#33cc00;vertical-align:middle; border:none;}
form.register label {float:left;margin-bottom:10px;font-weight:bold;padding-top:9px;}
form.register input.register-submit {clear:both;  width:171px; height:29px; background: url(../i2/search-register.png) 0 0 no-repeat;cursor:pointer;text-indent:-99999px;}
form.register input.register-submit:hover {background: url(../i2/search-register.png) 0 -29px no-repeat;}

form#practice_directory {width:280px;background:#fafaf9;padding:10px;height:450px;}
form#practice_directory p {font-weight:bold;}
form#practice_directory input {margin-bottom:10px; width:265px;height:28px;color:#fff;background:#33cc00;vertical-align:middle; border:none;font-weight:bold;}
form#practice_directory select {margin-bottom:10px; width:265px;height:28px;color:#fff;background:#33cc00;padding-top:6px; border:none;font-weight:bold;}
/* Tables
------------------------------------------------------------------*
table {

	width:90%;
	margin:0 auto;
 
	border-bottom:none;
	}

table caption {
	padding:10px 0 5px 0;
	text-align:left;
	font-weight:bold;
	font-size:1.2em;
 
	}	
body#search-page td {width:50%;}

table th, table td {
	padding: 8px 7px;
	text-align:center;
	border-bottom:1px solid #fff;
	}	
td.left {text-align:left;}	
table th {
	color:#fff;
	background:#d5d5d5 url(../i2/table-th-bg.gif) bottom left repeat-x;
	}	
table .name {text-align:left;}	
table.detail{width:100%;padding-top:1em;}
table.detail td {text-align:left;padding:2px 0 2px 0;font-size:1.1em;vertical-align:top;}
table.detail td.td-lcol {width:30%;}
table.detail tr {background:#fff;}

table.profile{width:100%;padding-top:1em;}
table.profile td {text-align:left;padding:2px 0 2px 0;font-size:1.1em;vertical-align:top;}
table.profile td.td-lcol {width:145px;}
table.profile tr {background:#fcfcfc;}

table td a {
	display:block;
	font-weight:bold;
	}
table tr {
	background:#fff;
	}
table tr.alt, table td.alt {
	background:#e9edf2;
	}
table tr.alt2, table td.alt2 {
	background:#fff;
	}

table.register {width: 350px;margin:0;}
table.register td {text-align:left;} */

table.detail{width:100%;padding-top:1em;margin-bottom:20px;}
table.detail td {text-align:left;padding:4px 0 4px 0;font: 12px/1.5 Arial,Helvetica,sans-serif;vertical-align:top;}
table.detail td.td-lcol {width:30%;}
table.detail tr {background:#fff;}


