/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  {  
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
    font: bold 1em Arial, Helvetica, Verdana, Sans-Serif;
	color: #555;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font: bold 11px Arial, Helvetica, Verdana, Sans-Serif;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font: normal 1em Arial, Helvetica, Verdana, Sans-Serif;
	color: #333;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
    font: normal 1em Arial, Helvetica, Verdana, Sans-Serif;
	line-height: 1.4em;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font: normal 12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: normal;
}

.NormalRed {
    font: bold 1em Arial, Helvetica, Verdana, Sans-Serif;
	line-height: 1.4em;
	color: #ff0000;
}

.NormalBold {
    font: bold 1em Arial, Helvetica, Verdana, Sans-Serif;
	line-height: 1.4em;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1 {
	font: normal 1.2em Arial, Helvetica, Verdana, Sans-Serif;
	color: #333;
	margin: 0px 0px 12px 0px;
}

H2 {
	font: normal 1.1em Arial, Helvetica, Verdana, Sans-Serif;
	color: #333;
	margin: 0px 0px 8px 0px;
}

H3 {
	font: normal 1em Arial, Helvetica, Verdana, Sans-Serif;
	color: #333;
	margin: 0px 0px 6px 0px;
}

H4 {
	font: normal 0.9em Arial, Helvetica, Verdana, Sans-Serif;
	color: #333;
	margin: 0px 0px 4px 0px;
}

H5, DT {
	font: normal 0.8em Arial, Helvetica, Verdana, Sans-Serif;
	color: #333;
	margin: 0px 0px 4px 0px;
}

H6 {
	font: bold 0.7em Arial, Helvetica, Verdana, Sans-Serif;
	color: #003366;
}

p {
    font: normal 1em/1.4em Arial, Helvetica, Verdana, Sans-Serif ;
	margin: 0px 0px 15px 0px;	
}

TABLE {
    font-size: 1em;
    text-align: left;
}
td { 
    line-height: normal;
    text-align: left;
}

TFOOT, THEAD {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: #003366;
}

TH {
	vertical-align: baseline;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

A:link {
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
	text-decoration: none;
	color: #739bd5;
}

A:visited {
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
	text-decoration: none;
	/*color: #8e68b0;*/
	color: #739bd5;
}

A:active {
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
	text-decoration: none;
	color: #9A54C2;
}

A:hover {
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
	text-decoration: none;
	background-color: #739bd5;
	color: #fff;
}

a:hover img {
    background-color: #F8F8F8;
}

SMALL {
	font-size: 8px;
}

BIG {
	font-size: 14px;
}

BLOCKQUOTE, PRE {
	font-family: Lucida Console, monospace;
}

UL { 
    margin-bottom: 15px;
}

UL LI {
	list-style-type: square;
	margin: 0px 0px 0px 15px;
}

UL LI LI {
	list-style-type: disc;
}

UL LI LI LI {
	list-style-type: circle;
}

OL LI {
	list-style-type: decimal;	
	margin: 0px 0px 0px 23px;
}

OL OL LI {
	list-style-type: lower-alpha;
}

OL OL OL LI {
	list-style-type: lower-roman;
}

HR {
	text-align: left;	
    height: 0px;
    border: none;
    border-bottom: 1px solid #696969;  
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* style of module Documents */
.moduleDocument a {
	    display: block;
	    color: #739bd5;
	    padding: 9px 12px 9px 8px;
	    width: 240px;
	    text-decoration: none;
	    border: 1px solid #f8f8f8;
    }
    .moduleDocument a:hover {
	    background-color: #ededed;
	    border: solid 1px #ccc;
	    color: #739bd5;
    }
    .moduleDocument a .documentTitle {
        display: block;
        padding: 0 0 0 20px;
    }
    .moduleDocument a .documentTitle img {
        margin: 0 7px 0 -27px;   
    }
    .moduleDocument a .documentInfo {
        display: block;
        margin: 0px 0px 0px 20px;
    }
#dnn_RightPane .moduleDocument a {
	    width: 168px;
    }
    
.DNN_Documents td {
	padding: 0 8px 0 0;	
}
.DNN_Documents td.Normal {
	padding: 0 25px 0 0;	
}
.DNN_Documents .SubHead td {
	padding: 0 25px 0 0;	
}
    
.DNN_ANN_DesignTable p {
    margin: 0 0 5px 0;    
}
.DNN_ANN_DesignTable span.SubHead {
    display: block;
    margin: 0 0 5px 0;
    font-weight: normal;
    font-size: 0.9em;    
}
    
#NewsArchivesBox {
        display : block;
        float: right;
        margin-right: 5px;
        width : 150px;
        height : 140px;
        background : url('http://www.heig-vd.ch/Portals/_default/Skins/HEIG-TIGR-Default/imgs/Newspaper.png') no-repeat center 20%;        
        border : solid 1px #bbb;
    }     
    #NewsArchivesBox:hover {
        background : #eee url('http://www.heig-vd.ch/Portals/_default/Skins/HEIG-TIGR-Default/imgs/Newspaper.png') no-repeat center 20%; 
        color: #739bd5;       
    }    
     #NewsArchivesBox span {         
        display : block; 
        position : relative;
        top : 107px;
        text-align : center;
        font-family : Arial;   
        margin-left : 5px;
        margin-right : 5px;
     }
    
#dnn_ctr1387_DisplayBanners_lstBanners a:hover {
       background-color: Transparent;    
}
.FormTextBox, .FormTextArea {
	width: 280px;
} 
.FormDropDownList {
	width: 200px;
}  
FormLabel {
	white-space:nowrap;
}

#heigVcard span, #heigVcard div, #heigVcard a{
    margin: 0 0 0.3em 0;
}
#heigVcard span.org, #heigVcard .tel span.type,  #heigVcard a.email span.type {
    display: none;
 }
ul.uniteRecherche {
		width: 150px;
		margin: 12px 0 0 0;
		padding: 15px 10px 15px 10px;
		background-color: #fff;
		border: 1px solid #ddd;
		overflow: hidden;
		height: 1%;	
	}
	ul.uniteRecherche li {
		float: left;
		width: 55px; 
		margin: 0 15px 8px 5px;
		overflow: hidden;		
	}
	ul.uniteRecherche li a img{
		border: none;
	}
#dnn_ctr3833_Links__ctl0_lstLinks table a, #dnn_ctr3832_Links__ctl0_lstLinks table a, #dnn_ctr3835_Links__ctl0_lstLinks table a {
	padding: 1px 0 1px 12px;
	background: Transparent url("http://www.heig-vd.ch/Portals/0/images/bullet.gif") no-repeat 0 50%;	
}
#dnn_ctr3833_Links__ctl0_lstLinks table a:hover, #dnn_ctr3832_Links__ctl0_lstLinks table a:hover, #dnn_ctr3835_Links__ctl0_lstLinks table a:hover {
	background: #739BD5 url("http://www.heig-vd.ch/Portals/0/images/bullet.gif") no-repeat 0 50%;	
}
#dnn_ctr3833_Links__ctl0_lstLinks {
	margin: 0 0 20px 0;	
}

/* module banner */

span#dnn_ctr1695_DisplayBanners_lstBanners__ctl0_lblItem {
    text-align: left;
    display: block;    
}
/* titleWithRSS */
p.RSSInTitle { margin: 10px 0 10px 0; }
p.RSSInTitle a { padding: 0 0 0 20px; background: Transparent url(http://www.heig-vd.ch/Portals/0/images/ico_rss.png) no-repeat 0 -1px; color: #777;}

iframe#dnn_ctr5301_IFrame_htmIFrame body, iframe#dnn_ctr5301_IFrame_htmIFrame {
	background-color: #f8f8f8; !important
	margin: 0px;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

