
/* Julio Garcia 11-19-08 */

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../image/img01.jpg) repeat-x;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

/* this is defined on the text editor used on the litmed*/
/*#MsoNormal body;*/


h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111;
	margin: 0px;
	border:hidden;
}

h2 {
	/*text-transform: uppercase;*/
	font-size: 16px;
}

h3 {
	/*text-transform: uppercase;
	letter-spacing: 2px;*/
	font-size: 14px;
}

blockquote, ul, ol {
	font-size:12px;
	line-height: 14px;
	text-align: justify;
}

table{
	font-size:13px;
	border-style:solid;
	border-color:#ccc;
	border-width: thin;
	padding: 4px;
	}

th{
	font-size:14px;
	line-height:24px;
	/*text-transform: uppercase;*/
}

td{
	/*width: 50%;*/
	vertical-align: top;
}

blockquote {
	font-size:12px;
	padding-left: 20px;
	background: url(../image/img05.gif) repeat-y;
}

a {
	color: #371A2E;
	white-space:normal;
}

a:hover {
	text-decoration: none;
}

#vline tr td{
	background: url(../image/img05.gif) repeat-y;
}

/* Header */

#header {
	width: 760px;
	height: 100px;
	background: url(../image/img02.jpg);
	padding-left: 200px;
	background-repeat: no-repeat;
	padding-top: 4px;
}

 #nyusm_header {
	height: 40px;
	background:#FFF url(../image/nyusm_small.jpg) no-repeat;
	clear:both;
	background-position: 0 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    overflow:hidden;
}

                .navbar-container
                {
 								margin: 0 0 0 160px;
								padding-top : 5px;
								list-style-type: none;
								display:block;
                }
                
                .navbar-container a
                {
                                position: static;
                                display: block;
                                float: left;
                                white-space: nowrap;
                }
                
                .navbar-container a, .navbar-container a:link, .navbar-container a.nohref
                {
                                background-image: none;
                                background-color: #ffffff;
                                cursor: pointer;
                                z-index: 1000;
                                border-right-width-value: 1px;
                                border-right-style-value: solid;
                                border-right-color-value: #b4b4b4;
                                border-right-width-ltr-source: physical;
                                border-right-width-rtl-source: physical;
                                border-right-style-ltr-source: physical;
                                border-right-style-rtl-source: physical;
                                border-right-color-ltr-source: physical;
                                border-right-color-rtl-source: physical;
                                padding-left: 9px;
                                padding-right: 9px;
                                padding-top: 6px;
                                padding-bottom: 6px;
                                text-decoration: none;
                                color: #5C5952;
                                line-height: 16px;
                                font-style: normal;
                                font-weight: normal;
                                text-align: center;
                                font-size: 12px;
                }
 
#rightDecor {
	position:absolute;
	left:700px;
	top:40px;
	width: 299px;
	height: 118px;
	background: url(../image/bannerr.png);
	background-repeat: no-repeat;
	float:none;
}

#rightDecorIE {
	position:absolute;
	left:748px;
	top:40px;
	width: 299px;
	height: 118px;
	background: url(../image/bannerr.jpg);
	padding-left: 32px;
	background-repeat: no-repeat;
	float:right;
}


#header h1 a, #header h2 a {
	color: #dfdfdf;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	min-width:400px;
}

#header h1 {
	padding: 20px 0px 0px 0px;
	font-size: 28px;
}

#header h2 {
	padding: 0px;
	font-size: 11px;
}

/* Menu */

#menu {
	/* increase here if need more space for new entries*/
	width: 1000px;
	height: 50px;
	margin-left: auto;
    margin-right: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	padding: 10px 16px 0px 10px;
	background: url(../image/img03.gif) no-repeat;
	background-position: 0px 4px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content
	this is the div wrapping the menu and the content div's
*/

#contentBox {
	width: 1000px;
	margin: 0 auto 0px auto;
	padding: 4px;
	background:none;
}


/* content
	this is the div containing the main page contents
*/

#content {
	margin-left: 24px;
	padding-top: 8px;
	padding-left: 40px;
	float: none;
	width: 550px;
	display:table;
}

#content a{
	color: #218;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}


/* contentTable
	this is the class for tables displaying data about annotators.
	it should contain two td's e.g <tr> <td></td> <td></td> </tr>
	otherwise the layout may not look as intended.
*/


#content table {
	border:none;
	padding:0px;
	margin:10px;
}

#content hr {
	height: 10px;
	border:0px;
	background: url(../image/img06.gif) repeat-x;	
}

/*
#content td {
	vertical-align:top;
	background:none;
	padding:0px;
	margin:0px;
}
*/

#smicon{
	text-align:right;
}

#tdRight{
	vertical-align:top;
	font-weight:bold;
	/*width:50%;*/
}

#tdtopright{
 text-align:right;
 vertical-align:top;
}

#threetd{
	width: 33%;
}


/*
used to display an icon in a td tag fallowed by a td with some text.
*/

#icontd{
	width:64px;
	margin:10px;
}


/*
used to display the art category entries
*/

#catd{
	width:30%;
}


/*
links
the links on the menu or sidebar
*/

#links {
	float:left;
	width: 150px;
	padding-right: 20px;
	background: url(../image/img05.gif) repeat-y;
	background-position:right;
	
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	text-align: right;
	display: block;
	padding: 2px 0px;
	margin-left: auto;
    margin-right: auto;
	background: url(../image/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	text-align: right;
	font-size: 14px;
}


/* Footer */

#footer {
	height: 70px;
	padding: 20px;
	background: #ffffff url(../image/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#footer a {
	color: #d3d3d3;
}
#miniheader {
	text-transform: uppercase;
	font-size: 18px;
	font-style: italic;
}


/* old styles*/

.hRow {
	background-color: #cfcfcf;
}

.oRow {
	background-color: #f9f9f9;
}



.eRow {
	background-color: #eee;
}



.lRow {
	background-color: #fff;
}



/* content
	this is the div containing the main page contents
*/

#contentPre {
	margin-left: 24px;
	padding-top: 8px;
	padding-left: 40px;
	float: none;
	width: 770px;
	display:table;
}

#contentPre a{
	color: #218;
	text-decoration:none;
}
#contentPre a:hover{
	text-decoration:underline;
}


/* contentTable
	this is the class for tables displaying data about annotators.
	it should contain two td's e.g <tr> <td></td> <td></td> </tr>
	otherwise the layout may not look as intended.
*/


#contentPre table {
	border:none;
	padding:0px;
	margin:10px;
}

#contentPre hr {
	height: 10px;
	border:0px;
	background: url(../image/img06.gif) repeat-x;	
}

